body {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    font-size: 11px;
    background: url("/interface/background.jpg") top center repeat #ebebeb;
}

.headerWrap {
    width: 100%;
    height: 50px;
    display: block;
    background: #000000;
}

.header{
	width: 960px;
	height: 50px;
	display: block;
	margin: 0px auto 0px auto;
	padding: 0;
}

.header ul{
	width: 500px;
	height: 50px;
	display: block;
	float: left;
	padding: 0;
	margin: 0;
}

.header ul li{
	display: block;
	height: 50px;
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
}

.header ul li a{
	color: #f9f9f9;
	text-decoration: none;
	display: block;
	cursor: hand;
	padding: 0px 10px 0px 10px;
	margin: 0;
	line-height: 50px;
	font-size: 1.3em;
}

.logo{
	width: 180px;
	height: 50px;
	padding: 0;
	margin: 0;
	float: left;
	display: block;
	text-align: center;
}

.logo a{
	font-size: 1.5em;
	color: #f9f9f9;
	text-decoration: none;
	font-weight: bold;
	line-height: 50px;
}

.searchWrap{
	width: 260px;
	height: 20px;
	float: right;
	display: block;
	padding: 15px 0px 0px 0px;
	margin: 0;
}

.searchWrap input[type=submit]{
	background: #000000;
	border: 1px solid #f9f9f9;
	color: #f9f9f9;
	font-size: 1em;
	margin: 0px 0px 0px 5px;
	padding: 2px 10px 2px 10px;
}

.contentWrap {
    width: 960px;
    display: block;
    margin: 0px auto 0px auto;
    padding: 10px 0px 10px 0px;
    overflow-y: auto;
}

.mainIndexWrap {
    width: 960px;
    height: 380px;
    display: block;
}

.indexQuickWrap {
    width: 230px;
    height: 125px;
    display: block;
    float: left;
    padding: 0;
    margin: 0px 12px 10px 0px;
    text-decoration: none;
    cursor: hand;
}

.indexQuickWrap h1 {
    width: 210px;
    height: 25px;
    display: block;
    font-size: 1.1em;
    margin: 0;
    padding: 0px 10px 0px 10px;
    font-weight: normal;
    line-height: 25px;
}

.indexQuickWrap p {
    width: 220px;
    height: 80px;
    font-size: 1em;
    margin: 0;
    padding: 5px 5px 5px 5px;
    text-align: left;
    line-height: 1.3em;
    letter-spacing: 0.05em;
    color: #000;
}

a#windows {
    background: url("/interface/blue50.png") repeat;
}

a#roof {
    background: url("/interface/white50.png") repeat;
}

a#railings {
    background: url("/interface/grey50.png") repeat;
}

a#insulation {
    background: url("/interface/yellow50.png") repeat;
}

#windows h1 {
    background: #ff0000;
    color: #ffffff;
}

#roof h1 {
    background: #fa613b;
    color: #ffffff;
}

#railings h1 {
    background: #a3a3a3;
    color: #ffffff;
}

#insulation h1 {
    background: #ffcc00;
    color: #ffffff;
}

.mainIndexText {
    width: 460px;
    margin: 0px 0px 0px 10px;
}

.indexContainerWrap {
    width: 100%;
    height: 250px;
    display: block;
    margin: 0;
    padding: 0;
    clear: left;
    line-height: 1.5em;
}

.indexContainerWrap h1 {
    font-size: 1.3em;
    color: #333;
    margin: 0px;
    padding: 5px 0px 0px 10px;
}

#mainC {
    background: url("/interface/white50.png") repeat;
}

#mainC h1 {
    font-weight: bold;
    width: 200px;
    padding: 10px 0px 0px 10px;
    font-size: 1.5em;
}

#windowsC {
    background: url("/interface/white50.png") repeat;
    display: none;
}

#roofC {
    background: url("/interface/white50.png") repeat;
    display: none;
}

#railingsC {
    background: url("/interface/white50.png") repeat;
    display: none;
}

#insulationC {
    background: url("/interface/white50.png") repeat;
    display: none;
}

.mainVelux {
    width: 640px;
    height: 200px;
    display: block;
    float: left;
    padding: 10px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.mainVelux li {
    list-style: none;
    display: block;
    float: left;
    width: 150px;
    height: 200px;
    margin: 0px 0px 0px 10px;
    padding: 0;
    overflow: hidden;
}

.mainVelux li a {
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    line-height: 20px;
    display: block;
    width: 150px;
    margin: 0;
    padding: 0;
    font-weight: bold;
    background: #ff0000;
}

.mainVelux li a img {
    width: 146px;
}

.mainVeluxText {
    width: 290px;
    height: 190px;
    display: block;
    float: left;
    background: #ffffff;
    margin: 10px 0px 0px 10px;
    padding: 5px 5px 5px 5px;
}

.veluxContent {
    width: 100%;
    display: block;
    background: url("/interface/white50.png") repeat;
    overflow-y: auto;
}

.contentLeft {
    width: 620px;
    margin: 0;
    padding: 0px 10px 10px 10px;
    display: block;
    float: left;
}

.contentLeft h1{
	font-size: 1.5em;
}

.contentRight {
    width: 300px;
    margin: 0;
    padding: 0px 10px 10px 10px;
    display: block;
    float: right;
}

.veluxPrimaryCat {
    width: 100%;
    margin: 0;
	padding: 10px 0px 10px 0px;
	display: block;
	overflow-y: auto;
}
.veluxPrimaryCat h1{
	width: 610px;
	padding: 0px 0px 0px 10px;
	margin: 0;
	color: #333333;
	border-bottom: 1px solid #ff0000;
	font-size: 1.3em;
	line-height: 25px;
	background: url("/interface/velux_small.jpg") bottom right no-repeat;
}
.veluxPrimaryCat p{
	width: 440px;
	display: block;
	float: right;
	margin: 0px 10px 0px 0px;
	padding: 10px 0px 10px 0px;
}
.veluxPrimaryWrap{
	width: 615px;
	display: block;
	background: #f9f9f9;
	margin: 0;
	padding: 5px 0px 10px 5px;
	overflow-y: auto;
}
.veluxPrimaryWrap p{
	width: 450px;
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 0px 10px 0px 0px;
	display: block;
	
}
.veluxPrimaryWrap h2{
	width: 450px;
	height: 1.5em;
	float: right;
	text-align: left;
	color: #333333;
	font-size: 1.1em;
	display: block;
	font-weight: normal;
	margin: 10px 0px 0px 0px;
	padding: 0;
}
.veluxPrimaryWrap h2 span{
	text-transform: lowercase;
}
.veluxPrimaryWrap p{
	height: 80px;
	display: block;
	margin: 0;
	padding: 0;
}
.veluxPrimaryWrap ul{
	width: 450px;
	float: right;
	display: block;
	text-align: left;
	margin: 0;
	padding: 0;	
}
.veluxPrimaryWrap ul li{
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}
.veluxPrimaryWrap ul li a{
	height: 1.8em;
	line-height: 1.8em;
	text-align: left;
	text-decoration: none;
	color: #666666;
	display: block;
	margin: 0;
	padding: 0px 0px 0px 15px;
	background: url("/interface/redArrow.jpg") no-repeat left center;
}

.veluxPrimaryWrap ul li a:hover{
	height: 1.8em;
	line-height: 1.8em;
	text-align: left;
	text-decoration: none;
	color: #ff0000;
	display: block;
	margin: 0;
	padding: 0px 0px 0px 15px;
	background: url("/interface/redArrow.jpg") no-repeat left center;
	font-weight: bold;
}


.veluxPrimaryCatImg{
	 width: 150px;
	 height: 200px;
	 display: block;
	 margin: 5px 0px 0px 5px;
	 overflow: hidden;
	 float: left;
}
.veluxPrimaryCatImg img{
	width: 150px;
}
.veluxMenu{
	width: 100%;
	padding: 0;
	margin: 0;
	display: block;
}
.tabMenu{
	width: 100%;
	height: 32px;
	display: block;
	padding: 0;
	margin: 0;
}
.tabMenu li{
	width: 25%;
	height: 30px;
	list-style: none;
	float: left;
	padding: 0;
	margin: 0;
}
.tabMenu li a{
	width: 100%;
	height: 30px;
	line-height: 30px;
	list-style: none;
	float: left;
	text-align: center;
	color: #999999;
	padding: 0;
	margin: 0;
	text-decoration: none;
	font-size: 1.2em;
}
.subMenu{
	width: 960px;
	line-height: 25px;
	padding: 0;
	margin: 0;
	display: block;
	background: #ff0000;
	overflow-y: auto;
}
.subMenu li{
	list-style: none;
	display: block;
	height: 25px;
	float: left;
	padding: 0;
	margin: 0;
	background: none;
}
.subMenu li a{
	color: #ebebeb;
	text-decoration: none;
	padding: 0px 20px 0px 20px;
	background: none;
	font-weight: bold;
}
.vMenuList{
	width: 100%;
	float: left;
	padding: 0;
	margin:0;
}
.vMenuList li{
	width: 100%;
	display: block;
	margin:0;
	padding: 0;
	float: left;
}
.vMenuList li a{
	width: 100%;
	height: 120px;
	display: block;
	color: #333333;
	text-decoration: none;
	border-bottom: 1px solid #cccccc;
}
.vMenuList h1{
	font-size: 1.1em;
	padding: 5px 0px 0px 0px;
	margin:0;
	border: none;
}
.vMenuList li a img{
	float: left;
	margin: 10px 10px 10px 10px;
}
.vMenuList li a p{
	margin:0;
	padding:0;
}

.rightTool{
	width: 300px;
	padding: 0px 0px 20px 0px;
	margin: 0;
	display: block;
	float: right;
}

.rightTool h1{
	height: 25px;
	line-height: 25px;
	font-size: 1.3em;
	background: url("/interface/velux_small.jpg") bottom right no-repeat;
	border-bottom: 1px solid #fe0000;
	margin: 10px 0px 0px 0px;
}

.rightTool ul{
	width: 300px;
	display: block;
	overflow-y: auto;
	padding: 0;
	margin: 0;
	background: #ffffff;
}

.rightTool ul li{
	width: 100%;
	height: 20px;
	border-bottom: 1px dashed #999999;
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
}
.rightTool ul li a{
	line-height: 20px;
	display: block;
	color: #666666;
	text-decoration: none;
	padding: 0px 0px 0px 15px;
	background: url("/interface/redArrow.jpg") no-repeat left center;
}
.rightTool ul li a:hover{
	line-height: 20px;
	display: block;
	color: #666666;
	text-decoration: none;
	padding: 0px 0px 0px 15px;
	background: url("/interface/redArrow.jpg") no-repeat left center;
	font-weight: bold;
	color: #ff0000;
}
.footerBar{
	width: 940px;
	height: 120px;
	display: block;
	margin: 10px auto 0px auto;
	padding: 10px 10px 10px 10px;
	background: url("/interface/white50.png") repeat;
}
.footerItem{
	width: 230px;
	height: 120px;
	display: block;
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 0;
}
.footerItem h1{
	width: 100%;
	height: 20px;
	line-height: 20px;
	font-size: 1em;
	color: #333333;
	border-bottom: 1px solid #666666;
	margin: 0;
	padding: 0;
}
.footerItem ul{
	width: 100%;
	height: 100px;
	display: block;
	padding: 0;
	margin: 10px 0px 0px 0px;
}
.footerItem ul li{
	list-style: none;
	width: 100%;
	height: 20px;
	display: block;
	padding: 0;
	margin: 0;
}
.footerItem ul li a{
	color: #333333;
	text-decoration: none;
}
.footerForm{
	width: 460px;
	height: 120px;
	display: block;
	float: left;
	padding: 0;
	margin: 0;
}
.footerForm h1{
	color: #333333;
	font-size: 1em;
	width: 350px;
	line-height: 20px;
	margin: 0;
	padding: 0;
}
.footerForm form{
	width: 100%;
	height: 100px;
	display: block;
	padding: 0;
	margin: 0;
}

.footerForm form input[type=submit]{
	width: 100px;
	height: 22px;
	line-height: 22px;
	background: #666666;
	color: #ffffff;
	border: 1px solid #adadad;
	font-size: 1em;
	padding: 0px 0px 4px 0px;
	margin: 0px 0px 0px 0px;
}
.footerForm form input[type=text]{
	width: 165px;
	height: 18px;
	background: #cccccc;
	color: #333333;
	border: 1px solid #adadad;
	font-size: 1em;
	margin: -2px 2px 0px 0px;
}
.footerForm form textarea{
	width: 100%;
	height: 70px;
	background: #cccccc;
	color: #333333;
	border: 1px solid #adadad;
	font-size: 1em;
	margin: 5px 0px 0px 0px;
}
.copyrights{
	width: 940px;
	height: 25px;
	line-height: 25px;
	display: block;
	margin: 0px auto 20px auto;
	padding: 0px 10px 0px 10px;
	background: url("/interface/grey50.png") repeat;
	color: #333333;
	font-size: 0.9em;	
}
a.seeMore{
	color: #fe0000;
	font-weight: bold;
	text-decoration:none;
}


.veluxModels{
    width: 100%;
    margin: 0;
	padding: 10px 0px 10px 0px;
	display: block;
	overflow-y: auto;
}
.veluxModels h1{
	width: 610px;
	padding: 0px 0px 0px 10px;
	margin: 0;
	color: #333333;
	border-bottom: 1px solid #ff0000;
	font-size: 1.3em;
	line-height: 25px;
	background: url("/interface/velux_small.jpg") bottom right no-repeat;
}

.veluxModelWrap{
	width: 615px;
	display: block;
	background: #f9f9f9;
	margin: 0;
	padding: 5px 0px 0px 5px;
	overflow-y: auto;
}
.veluxModelWrap p{
	width: 440px;
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 0px 10px 0px 0px;
	display: block;
	
}
.veluxModelWrap h2{
	width: 450px;
	height: 1.5em;
	float: right;
	text-align: left;
	color: #333333;
	font-size: 1.1em;
	display: block;
	font-weight: normal;
	margin: 10px 0px 0px 0px;
	padding: 0;
}
.veluxModelWrap h2 span{
	text-transform: lowercase;
}

.veluxModelImg{
	 width: 150px;
	 height: 150px;
	 display: block;
	 margin: 5px 0px 0px 5px;
	 overflow: hidden;
	 float: left;
}
.veluxModelImg img{
	width: 150px;
}
.faqItem{
	width: 100%;
	display: block;
	overflow-x: hidden;
	overflow-y: auto;
}
.faqItem p{
	display: block;
	padding: 5px 0px 5px 0px;
	clear: left;
}

.gallery{
    width: 920px;
    display: block;
    padding: 0px 0px 20px 30px;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
}
.gallery li{
    width: 150px;
    height: 115px;
    display: block;
    float: left;
    padding: 0;
    margin: 0;
    list-style: none;
}
.gallery li a{
    width: 140px;
    height: 105px;
    display: block;
    padding: 5px 5px 5px 5px;
    margin: 0;
    overflow: hidden;
}
.gallery li a img{
    width: 140px;
}
