@charset "utf-8";
/* CSS Document */

@import url("reset.css");

html {
	height:100%;
}

body {
	height:950px;
	background-color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	border-right:15px solid #333333;
}

h1 {
	font-size:1.4em;
	margin-bottom:5px;
}

h2 {
	font-size:1.2em;
	margin-bottom:5px;
	margin-top:15px;
}

p {
	font-size:1em;
	font-weight:100;
	line-height:1.1em;
	margin-top:10px;
}

h6 {
	font-size:1em;
	font-weight:100;
	line-height:1.1em;
}

a:link {
	color:#000000;
	text-decoration:none;
}

a:visited {
	color:#000000;
	text-decoration:none;
}

a:hover {
	color:#0066FF;
	text-decoration:none;
}

address {
	margin-top:10px;
	margin-bottom:10px;
}

#fullWidthFullHeight {
	height:100%;
	width:100%;
}

#borderTop {
	background-color:#333333;
	height:15px;
	width:100%;
	position:absolute;
	clear:both;
}

#borderLeft {
	background-color:#333333;
	position:absolute;
	width:15px;
	height:950px;
}

#header {
	width:900px;
	height:150px;
}

#logo{
	height:145px;
	width:250px;
	float:left
}

#navigation {
	height:145px;
	width:550px;
	margin-right:100px;
	float:left;
}

#navigation li {
	margin:0px 5px;
	width:100px;
	height:40px;
	background-color:#CCCCCC;
	border-top:5px solid #999999;
	float:left;
	text-align:center;
	line-height:50px;
}

#navigation li.active {
	width:100px;
	height:80px;
	border-top:5px solid #333333;
	background-color:#333333;
	color:#CCCCCC;
	float:left;
	line-height:80px;
}

#navigation li:hover {
	width:100px;
	height:80px;
	background-color:#333333;
	color:#CCCCCC;
	float:left;
	line-height:80px;
}

#navigation li a:link{
	color:#333333;
}

#navigation li a:visited{
	color:#333333;
}

#navigation li a:hover{
	color:#333333;
}

#navigation li:hover a:link{
	color:#CCCCCC;
}

#navigation li:hover a:visited{
	color:#CCCCCC;
}

#navigation li:hover a:hover{
	color:#CCCCCC;
}

#navigation li.active ul {
	visibility:visible;
}

#navigation li.active a:link{
	color:#CCCCCC;
}

#navigation li.active a:visited {
	color:#CCCCCC;
}

#navigation li.active a:hover {
	color:#CCCCCC;
}

#navigation li ul {
	position:absolute;
	visibility:hidden;
	clear:both;
	margin-left:-115px;
	margin-top:80px;
	border-top:7px solid #999999;
}

#navigation li:hover ul {
	visibility:visible;
}

#navigation li ul li {
	width:100px;
	height:40px;
	padding-top:5px;
	border-top:0px;
	background-color:#333333;
	color:#000000;
	float:left;
	line-height:normal;
}

#navigation li ul li:hover {
	width:100px;
	height:55px;
	padding-top:5px;
	border-top:0px;
	background-color:#333333;
	color:#000000;
	float:left;
	line-height:normal;
	
}

#navigation li.active ul li {
	width:100px;
	height:40px;
	padding-top:5px;
	border-top:0px;
	color:#000000;
	float:left;
	line-height:normal;
	
}

#navigation li ul li:hover {
	width:100px;
	height:55px;
	padding-top:5px;
	border-top:0px;
	background-color:#333333;
	color:#000000;
	float:left;
	line-height:normal;
	
}

#navigation li ul li.active2 {
	width:100px;
	height:55px;
	padding-top:5px;
	border-top:0px;
	background-color:#333333;
	color:#000000;
	float:left;
	line-height:normal;
	
}

#wrapper {
	width:900px;
	margin:0px auto;
	height:100%;
}

#pageContent {
	height:680px;
	width:523px;
	padding:10px;
	margin-right:105px;
	float:left;
	background-color:#CCCCCC;
	margin-top:10px;
	margin-bottom:30px;
	border:1px solid #000000;
}

#aside {
	height:380px;
	padding:10px;
	width:230px;
	float:left;	
	background-color:#333333;
	margin-top:10px;
}

#imageslider {
}

#allPageContact {
	height:270px;
	padding:10px;
	width:230px;
	float:left;	
	background-color:#333333;
	margin-top:12px;
	color:#FFFFFF;
	text-align:right;
}

#allPageContact .formRow input {
	margin-top:5px;
	width:130px;
	float:right;
	border:1px solid #000000;
	padding:2px;
}

#allPageContact textarea {
	margin-top:5px;
	width:130px;
	float:right;
	height:40px;
	margin-bottom:10px;
	border:1px solid #000000;
	padding:2px;
}

#allPageContact label {
	margin-top:5px;
	float:left;
}

.formRow {
	width:230px;
	clear:both;
}


.submitRow {
	width:210px;
	text-align:center;
	margin-top:5px;
	clear:both;
}


#footer {
	background-color:#333333;
	height:50px;
	margin-top:-50px;
	clear:both;
}

#footerInside {
	width:900px;
	margin:0px auto;
	text-align:center;
}

#footer h1 {
	width:300px;
	margin-top:15px;
	color:#CCCCCC;
	font-size:0.8em;
	float:left;
}

#footer h1 a:link {
	color:#CCCCCC;
	text-decoration:none;
}

#footer h1 a:visited {
	color:#CCCCCC;
	text-decoration:none;
}

#footer h1 a:hover {
	color:#999999;
	text-decoration:none;
}

#productList {
	margin-left:10px;
}

#productList li {
	margin:5px 0px;
}

#productList a:link {
	color:#000000;
	text-decoration:none;
}

#productList a:visited {
	color:#000000;
	text-decoration:none;
}

#productList a:hover {
	color:#0066FF;
	text-decoration:none;
}

.formRowMain {
	width:523px;
	clear:both;
}

.label {
	width:200px;
	text-align:right;
	float:left;
	margin-top:5px;
}

.input {
	float:left;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:13px;
	width:250px;
	margin-right:60px;	
}

.textArea {
	float:left;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:13px;
	width:250px;
	margin-right:60px;	
}

.input input {
	width:246px;
	border:0px;
	background-color:#333333;
	color:#CCCCCC;
	height:20px;	
	padding:2px;
}

.textArea textarea {
	width:246px;
	border:0px;
	background-color:#333333;
	color:#CCCCCC;
	height:60px;		
	padding:2px;				
}

.radio input {
	margin-left:20px;
}

.submitRowMain {
	width:523px;
	text-align:center;
	margin-top:10px;
	clear:both;
}

#mainForm {
	margin-top:20px;
	margin-bottom:30px;
}

.floatLeft {
	float:left;
}

.floatRight {
	float:right;
}

.clearImages {
	clear:both;
	height:135px;
}

.clearImagesR {
	clear:both;
	height:135px;
	text-align:right;
}

.clearImages img {
	margin-right:10px;
}

.clearImagesR img {
	margin-left:10px;
}

.prodImages {
	width:100%;
	text-align:center;
}

.prodImages img {
	border:1px solid #000000;
	margin:10px 15px 10px 15px;
}