@CHARSET "UTF-8";
/*************GENERAL****************/
*{
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	font-family: Arial;
	color: #010101;
}
img{
	border: none;
}
a{
	text-decoration: none;
}
textarea{
	width: 350px;
}
html, body{
	width: 100%;
	height: 100%;
}
* html body {
   height: 100%;
}
body{
	background-color: #0a3562;
	position: relative;
}
div#page800{
	width: 800px;
	margin: 0 auto;
	background-color: #FFF;
	position: relative;
}
/*************HEADER****************/
div#header{
	width: 100%;
	height: 65px;
	background-image: url(images/changer/head2.jpg);
	background-repeat: repeat-x;
	position: relative;
}
div#logo{
	width: 230px;
}
div#topmenu{
	height: 16px;
	position: absolute;
	bottom: 0px;
	left: 350px;
}
div#topmenu ul{
	height: 20px;
}
div#topmenu ul li{
	list-style-type: none;
	float: left;
}
div#topmenu ul li a{
	text-decoration: none;
	background-color: #80abcd;
	border-left: solid 2px #000;
	padding: 0 5px;
	color: #FFF;
}
div#topmenu ul li a.active{
	background-color: #F00;
}
/*************LEFT****************/
div#left{
	width: 198px;
	float: left;
	background-image: url(images/changer/left1.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 26px;
	padding-left: 12px;
}
div#left a{
	color: #000;
	text-decoration: none;
}
div.hmenu{
	height: 24px;
	font-size: 15px;
	margin-left: -10px;
	padding-left: 10px;
	padding-top: 5px;
	font-weight: bold;
}
div.pic1{
	background: url(images/changer/left2.jpg) no-repeat right top #e1e6ec;
}
div.pic2{
	background: url(images/changer/left3.jpg) no-repeat right top #e1e6ec;
}
div.pic3{
	background: url(images/changer/left4.jpg) no-repeat right top #e1e6ec;
}
div.pic4{
	background: url(images/changer/left5.jpg) no-repeat right top #e1e6ec;
}
div.pic5{
	background: url(images/changer/left6.jpg) no-repeat right top #e1e6ec;
}
div.pic6{
	background: url(images/changer/left7.jpg) no-repeat right top #e1e6ec;
}
div.left1{
	padding-left: 10px;
	margin-top: 10px;
}
div#cert{
	width: 100%;
	/*text-align: center;*/
	padding-bottom: 10px;
	padding-left: 10px;
}
.activeleft{
	font-weight: bold;
}
/*************CONTENT****************/
div#container{
	float: left;
	width: 100%;
	position: relative;
}
div#content{
	width: 555px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 36px;
	float: left;
}
.bordered{
	 border: solid #000 1px;
}
td.pageHeading{
	font-size: 15px;
	font-weight: bold;
}
table.productListing{
	border: solid 1px #B6B7CB;
}
td.productListing-heading{
	font-weight: bold;
}
/*************FOOTER****************/
div#footer{
	clear: both;
	height: 40px;
	width: 100%;
	text-align: center;
	border-top: solid 2px #0a3562;
	padding-top: 5px;
	font-weight: bold;
}