body {
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(../img/bg_main.jpg);
	margin: 0px;
	color: #3f3f3f;
	font-size: 12px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

#body {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	height: auto;
	width: 755px;
}
#header {
	padding-bottom: 30px;
	padding-top: 30px;
	text-align: center;
	height: 200px;
	width: 750px;
}

#menu {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
	border-width: 1px;
	border-color: #bfbfbf;
	border-style: solid;
	padding: 10px;
	height: auto;
	width: 730px;
}

#main {
	background-image: url(../img/bg_white.png);
	background-repeat: repeat;
	border-style: solid;
	margin-bottom: 20px;
	padding: 10px;
	float: left;
	height: auto;
	width: 515px;
	border-width: 1px;
	border-color: #bfbfbf;
}
#side {
	background-repeat: repeat;
	background-image: url(../img/bg_white.png);
	border-style: solid;
	text-align: center;
	float: right;
	height: auto;
	width: 180px;
	padding: 10px;
	border-width: 1px;
	border-color: #bfbfbf;
	margin-bottom: 20px;
	
}
#footer {
	margin-top: 10px;
	clear: both;
	height: auto;
	width: 100%;

}

#footer_inside {
	background-color: #afc2d2;
	padding-bottom: 10px;
	padding-top: 20px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 750px;
}

img {
	border-width: 0px;
}

h1 {
	padding-top: 15px;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 14px;
}

h2 {
	font-size: 12px;
	font-weight: bold;
}

#main img {
	padding-right: 10px;
	padding-left: 10px;
}
a:link {
	text-decoration: none;
	color: #5a94bd;
}
a:visited {
	text-decoration: none;
	color: #5a94bd;
}
a:hover {
	color: black;
}
#model_small {
	padding-left: 5px;
	margin-bottom: 40px;
	text-align: center;
	height: auto;
	width: 150px;
	float: left;
}
#model_detail {
	margin-left: 10px;
	margin-right: 10px;
	width: 282px;
	height: 308px;
	margin-bottom: 30px;
	float: right;
}
#model_detail h2 {
	text-transform: uppercase;
	font-size: 14px;
	margin: 0;
	padding: 9px 0 14px 18px;
}

#model_detail span{
	display: block;
	background-color: #eaf4ff;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px 0 0px 18px;
}
#model_detail p{
	margin: 0;
	padding: 8px 0 8px 18px;
	line-height: 18px;
}
#handel_detail {
	margin-left: 10px;
	margin-right: 10px;
	width: 400px;
	margin-bottom: 30px;
	float: left;
}
#handel_detail h2 {
	text-transform: uppercase;
	font-size: 14px;
	margin: 0;
	padding: 9px 0 14px 18px;
}

#handel_detail span{
	display: block;
	background-color: #eaf4ff;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px 0 0px 18px;
}
#handel_detail p{
	margin: 0;
	padding: 8px 0 8px 18px;
	line-height: 18px;
}
#power {
	font-size: 10px;
}
#heading {
	width: 515px;
	text-align: center;
}
#clear {
	clear: both;
}
