html{
	height: 100%;
	min-height: 100%;
}

body{
	margin: 0px auto 0px auto;
	padding: 0px;
	text-align: center;
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: #690c34 url(../images/background.gif) repeat-x;
}
#mainContainer{
	position: relative;
	width: 940px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	min-height: 100%;
	background: #fff;
	text-align: left;
}

.clear{
	clear: both;
	height: 1px;
}

/************* Headers ******************/

#header{
	background: #FFF url(../images/header_background.gif) repeat-x 0px 0px;
	width: 940px;
	height: 238px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#headerLeft{
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 20px 0px 15px 0px;
}

#headerRight{
	float: right;
	padding: 0px 10px 0px 0px;
	margin: 15px 0px 15px 0px;
	background: url(../images/phone.gif) no-repeat 0px 0px;
}

#menu{
	clear: both;
	float: left;
	width: 940px;
	height: 40px;
	margin: 0px 0px 0px 0px;
}

#headerBottomHome{
	height: 257px;
	width: 940px;
	overflow: hidden;
}


#headerBottom{
	clear: both;
	float: left;
	width: 940px;
	height: 80px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#headerBottom img{
	float: left;
}
#headerBottomRight{
	width: 300px;
	float: right;
	text-align: right;
	padding: 10px 10px 0px 0px;
}


/************ Left panel ************/
#leftHome{
	position: relative;
	clear: both;
	float: left;
	width: 267px;
	height: 100%;
	font-size: 85%;
	display: block;
	padding: 5px 5px 0px 5px;
	margin: 5px 0px 0px 5px;
	text-align: left;
	color: #000;
	background: url(/images/left_top.gif) no-repeat 0px 0px;
	border-style: solid;
	border-color: #d7d9dc;
	border-width: 0px 1px 0px 1px;
}

#left{
	position: relative;
	clear: both;
	float: left;
	width: 230px;
	height: 100%;
	display: block;
	padding: 5px 0px 0px 0px;
	margin: 0px;
	text-align: center;
	color: #fff;
}

#leftMenu{
	color: #000;
}
#leftMenu ul{
	width: 230px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
}
#leftMenu li{
	height: 24px;
	text-align: left;
	margin: 1px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none outside;
	color: #666;
}
#leftMenu ul li{
	width: 230px;
	background: #FFF url(../images/li_1.gif) repeat-x 0px 0px;
	text-indent: 8px;
	color: #666;
	font-weight: bold;
}
#leftMenu ul li.selected{
	background: #FFF url(../images/li_selected.gif) repeat-x 0px 0px;
}
#leftMenu ul li.menu{
	height: 100%;
}
#leftMenu ul ul li{
	width: 230px;
	background: #FFF url(../images/li_2.gif) repeat-x 0px 0px;
	text-indent: 20px;
}
#leftMenu ul ul li.selected{
	background: #FFF url(../images/li_2.gif) repeat-x 0px 0px;
}
#leftMenu ul ul ul li{
	width: 230px;
	background: #FFF url(../images/li_3.gif) repeat-x 0px 0px;
	text-indent: 35px;
	color: #999;
}
#leftMenu ul ul ul li.selected{
	background: #FFF url(../images/li_3.gif) repeat-x 0px 0px;
}

#leftMenu a img
{
  padding: 20px 0px 0px 5px;
}

/************ Main Content ************/

#main{
	width: 680px;
	padding: 0px 10px 0px 10px;
	background: #FFF url(../images/bottom_curves.gif) no-repeat 0px 100%;
	float: right;
}
#mainHome{
	width: 680px;
	padding: 0px 10px 0px 10px;
	background: #FFF url(../images/bottom_curves.gif) no-repeat 0px 100%;
	float: right;
}
.info{
	clear: both;
	width: 480px;
	float: left;	
}

.imageList{
	width: 210px;
	float: left;
	margin: 0px;
	padding: 0px;
}
.imageList span{
	display: block;
	margin: 1px 0px 1px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 110%;
	font-weight: bold;
	color: #fff;
	width: 202px;
	height: 44px;
	line-height: 1.2em;
	background: url(../images/select_product.gif) no-repeat 0px 0px;
}

.imageList span.textBox{
	padding: 5px 0px 0px 10px;
}


.imageRight{
	width: 210px;
	float: right;
	margin: 5px 0px 5px 0px;
	padding: 0px;
}
.imageRight span{
	display: block;
	margin: 1px 0px 1px 0px;
	font-size: 110%;
	font-weight: bold;
	color: #fff;
	width: 202px;
	height: 44px;
	text-indent: 10px;
	line-height: 2.5em;
	background: url(../images/enlarge_image.gif) no-repeat 0px 0px;
}


.imageRight img{
	width: 200px;
	border: 1px solid #666666;
}
span.imageBox{
	display: block;
	width: 200px;
	height: 210px;
	min-height: 210px;
	vertical-align: middle;
	border: 1px solid #666666;
	text-align: center;
	overflow: hidden;
	background: #fff;
}
.imageBox img{
	vertical-align: middle;
	background-image: none;
}

#images{
	width: 220px;
	float: right;
}


/************ Footers ************/

#footer{
	clear: both;
	width: 920px;
	height:50px;
	padding: 0px 10px 0px 10px;
	text-align: left;
	background: none;
}
#built{
	float: right;
	clear: both;
	font-size: 70%;
}


/************ Forms **************/

.form input{
	clear: none;
	float: left;
	height: 15px;
	width: 300px;
}
.form textarea{
	clear: none;
	float: left;
	width: 300px;
	margin: 0px 0px 10px 0px;
}
.form select{
	height: 20px;
	width: 350px;
}
	
label .required{
	color: #f00;
}
#main .radio{
	width: 20px;
}

#main input[type='submit'],input.submit{
	margin: 10px 0px 0px 190px;
	width: 120px;
	height: 25px;
}

/* Search site form */

#headerBottomRight form{
	margin: 20px 0px 0px 0px;
}
#headerBottomRight label,#headerBottomRight input{
	clear: none;
	float: right;
	margin: 0px 10px 0px 0px;
	color: #000;
}

#headerBottomRight label{
	width: 80px;
	padding: 3px 0px 0px 0px;
	color: #fff;
}
#headerBottomRight input{
	width: 130px;
	text-align: left;
}

#headerBottomRight input[type='submit'],#headerRight input.submit{
	background: #660033;
	color: #fff;
	margin: 0px;
	width: 50px;
}


th{	
	text-align: left;
	padding: 0px 10px 0px 0px;
}


