﻿/* Global Reset */
HTML, BODY, FORM, DIV, SPAN, CITE, P, A, UL, OL, LI, DL, DT, DD, H1, H2, H3, H4, H5, H6, IMG, FORM, FIELDSET, LABEL, INPUT, BUTTON, SELECT, TEXTAREA, EMBED, TABLE TH, TD, OBJECT, EMBED {margin:0px; padding:0px;}
OBJECT, EMBED, IFRAME {float:left;}
A {cursor: pointer;}
A:HOVER {color: #4e6390;}
DIV IMG {border:0px; font-size:10px; font-weight:bold;}
DIV.content IMG {float:none;}
HTML {background: #0e204a url(../img/html-bg.jpg) 0 0 repeat-x;}
HTML.lightbox {background: #fff;}
BODY {padding: 0 0 50px; font-family:Tahoma,Helvetica,San Serif; font-size:62.5%; line-height:normal;}
BODY DIV {text-align:left;}
.hidden {position:absolute; left:-9000px; top:0px;}
.left {float: left;}

/*MAIN STRUCTURE*/

div.site {
	width: 917px;
	margin: 20px auto 0px;
}
	.product-details {
		width: 880px;
		min-height: 439px;
		padding: 0 0 40px 0;
		margin: 0;
	}
	.product-details div.site {
		width: 880px;
		min-height: 439px;
		margin: 0;
		padding: 0;
		text-align: left;
	}

.home div.header {
	height: 168px;

}
	div.header {
		height: 351px;
		width: 100%;
	}
	div.header #slideshow {
        height:351px;
        position:absolute;
        width:917px;
    }

	
div.page {
	background: url(../img/body-bg.png) 0 0 repeat-y;
	position: relative;
	padding: 0;
}

.home div.sidecol {
	padding: 0px 15px 0 0;
	width: 261px;
	min-height: 100%;
}
	div.sidecol {
		float: right;
		width: 230px;
		padding: 0 35px 0 0;
		text-align: center;
		min-height: 100%;
	}

.home div.content {
	width: 58%;
	padding: 5px 0 10px 40px;
}
.home div.product div.content {
	width: 92%;
}
	div.content {
		width: 70%;
		padding: 10px 0 0;	
	}
	div.content ul li,
	div.content ol li {
		font-size: 11px;
		color: #2e3e60;
		margin-left: 60px;
	}

label {
    float:left;
    width:90px;
	color: #2e3e60;
}


div.footer
{
	clear: both;
	background: url(../img/footer-bg.jpg) bottom center no-repeat;
	min-height: 20px;
	height: 20px;
}

/*SLIDESHOW STRUCTURE*/

#slideshow div.header {
	background: url(../img/slideshow-header.jpg) 0 0 no-repeat;
	height: 37px;
}

#slideshow div.page {
	background: url(../img/slideshow-body.png) 0 0 repeat-y;
	padding-top: 5px;
}

#slideshow div.footer{
	background: #fcf3bf url(../img/slideshow-footer.jpg) 0 0 no-repeat;
}
