@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(images/bg-upper.jpg);
	background-repeat: repeat-x;
	background-color: #000;
	margin: 0 0 0 0;
}
p {
	font-family: Arial;
	font-size:13px;
	color: #333333;
	line-height: 18px;
	margin: 10px 70px 12px 85px;

}
.specs {
	font-family: Arial;
	font-size:13px;
	color: #333333;
	line-height: 28px;
	margin: 10px 5px 12px 15px;

}
strong {
	font-family: Arial;
	font-size:13px;
	font-weight: bold;
}
ul li {
	font-family: Arial;
	list-style-image: url(images/bullet.gif);
	line-height: 18px;
	font-size:13px;
	color: #333333;
	margin: 0 70px 14px 90px;
	
}
a:link {
	font-family: Arial;
	font-size: 13px;
	color: #996633;
	text-decoration: none;
	text-decoration: underline;
}
a:visited {
	font-family: Arial;
	font-size: 13px;
	color: #CC6600;
	text-decoration: none;
	text-decoration: underline;
}
a:hover {
	font-family: Arial;
	font-size: 13px;
	color: #333333;
	text-decoration: none;
}
.a:active {
	font-family: Arial;;
	font-size: 13px;
	color: #333333;
	line-height: 15px;
	text-decoration: none;
	
}
h1 {
	font-family: Arial;
	color: #000000;
	margin: 20px 70px 0px 63px;
	font-size: 16px;
}
h2 {
	font-family: Trebuchet MS, Arial;
	color: #CCCCCC;
	margin: 0 0 10px 60px;
	font-size: 9px;
	line-height: 12px;
}
h3 {
	font-family: Arial;
	color: #2D829A;
	margin: 10px 0 0 40px;
	font-size: 16px;
	line-height: 12px;	
}
.bump {
	font-family: Arial;
	font-size: 10px;
	color: #CCCCCC;
	line-height: 200px
}
.center {
	font-family: Arial;
	font-size: 12px;
	color: #999999;
	text-align: center;
}
.center a:link {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	text-decoration: underline;
}
.center a:visited {
	font-family: Arial;
	font-size: 12px;
	color: #996600;
	text-decoration: none;
	text-decoration: underline;
}
.center a:hover {
	font-family: Arial;
	font-size: 12px;
	color: #FF6600;
	text-decoration: underline;
}
.center .a:active {
	font-family: Arial;;
	font-size: 12px;
	color: #333333;
	line-height: 15px;
	text-decoration: none;
}
.small {
	font-family: Arial;
	font-size: 10px;
	color: #FFF;
	text-align: center;
}
.small a:link {
	font-family: Arial;
	font-size: 10px;
	color: #CCCCCC;
}
.small a:visited {
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
}
.small a:hover {
	font-family: Arial;
	font-size: 10px;
	color: #FFCC00;
}
#container {
	width: 882px;
	height: 100%;
	background-image: url(images/frame-bg.jpg);
	background-repeat: repeat-y;
	margin: 0 auto;
}
#header-mock {
	width: 882px;
	height: 321px;
	background-image: url(images/header-mock.jpg);
	background-repeat: no-repeat;
	margin: 0 auto;
}
#header {
	width: 882px;
	height: 321px;
	background-image: url(images/header-bg.jpg);
	background-repeat: no-repeat;
	margin: 0 auto;
}
#submenu {
	width: 882px;
	height: 35px;
	background-image: url(images/submenu.jpg);
	padding-top: 12px;
	margin: 0 auto;
}
#content {
	width: 882px;
	background-image: url(images/body-top.jpg);
	background-repeat: no-repeat;
	margin: 0 auto;
}
#footer {
	width: 882px;
	height: 55px;
	background-image: url(images/footer.jpg);
	padding-top: 75px;
	margin: 0 auto;
}
