﻿/* CSS layout */
#masthead {
	position: relative;
	width: 100%;
}
#mast-h1 {
	position: absolute;
	left: 0px;
	background-color: #7F7F7F;
	width: 980px;
	height: 30px;
}
#mast-h2 {
	position: absolute;
	left: 0px;
	top: 30px;
	background-color: #131313;
	width: 980px;
}

#mast-h3 {
	position: absolute;
	left: 0px;
	background-color: #7F7F7F;
	width: 980px;
	height: 13px;
	top: 257px;
}

#mast-col1 {
	position: absolute;
	left: 0px;
	width: 280px;
}

#mast-col3 {
	margin: 15px;
	padding: 15px;
	position: absolute;
	left: 680px;
	font-family: Arial, Helvetica, sans-serif;
	color: #C0C0C0;
}

#mast-col2 {
	position: absolute;
	left: 280px;
}

#container {
	position: relative;
	width: 980px;
	top: 0px;
}

#container_home {
	position: relative;
	width: 980px;
	top: 0px;
	height: 410px;
}

#container_about {
	position: relative;
	width: 980px;
	top: 0px;
	height: 700px;
}

#container_news {
	position: relative;
	width: 980px;
	top: 0px;
	height: 380px;
}

#container_contact {
	position: relative;
	width: 980px;
	top: 0px;
	height: 380px;
}

#container_products {
	position: relative;
	width: 980px;
	top: 0px;
	height: 560px;
}
#container_support {
	position: relative;
	width: 980px;
	top: 0px;
	height: 450px;
}

#container_FAQ {
	position: relative;
	width: 980px;
	top: 0px;
	height: 570px;
}

#left_nav {
	width: 200px;
	font-size: 18px;
	padding-top: 30px;
	top: 0px;
	left: 0px;
}
#left_nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 25px;
}
#left_nav li {
	float: none;
}
#left_nav a {
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
#left_nav a:hover {
	color: #A5811B;
	text-decoration: none;
}
/*end nav*/

#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#page_content {
	margin-left: 200px;
	margin-right: 200px;
	position: absolute;
	top: 0px;
	width: 556px;
}

#page_content_contact {
	margin-left: 200px;
	margin-right: 200px;
	position: absolute;
	top: 0px;
	width: 650px;
}

#page_content_news {
	margin-left: 200px;
	margin-right: 200px;
	position: absolute;
	top: 0px;
	width: 650px;
}

#page_content_products {
	margin-left: 200px;
	margin-right: 200px;
	position: absolute;
	top: 0px;
	width: 750px;
}

#page_content_support {
	margin-left: 200px;
	margin-right: 200px;
	position: absolute;
	top: 0px;
	width: 556px;
}


#right_col {
	width: 200px;
	position: absolute;
	right: 0px;
	top: 0px;
}

#right_col_p1 {
	width: 200px;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	right: 0px;
	top: 4px;
	font-size: small;
	color: #333333;
}

#footer {
	position: relative;
}
#footer-h1 {
	position: relative;
	left: 0px;
	background-color: #7F7F7F;
	width: 980px;
	height: 10px;
}

.Col2H1 {
	padding: 0px 12px 12px 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #10386B;
	float: none;
	width: inherit;
}
.Col2H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #10386B;
	text-decoration: underline;
	left: 0px;
}
.Col2p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #10386B;
	left: 0px;
}
