﻿@import url('layout.css');

* {
	margin:0;
	padding:0;
}

html {
	height:100%;overflow-y: scroll;
}
body {
	color: #000;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	background-color: #ccc;
	height:100%;
}
#container {
	width: 796px;
	background-color: #fff;
	background-repeat: repeat-y;
	padding-right:0px;
	padding-left: 0px;
	border-left: 2px #0670A2 solid;
	border-right: 2px #0670A2 solid;
	border-bottom:2px #0670a2 solid;
	margin:0 auto -30px auto;
}
#masthead {
	text-align: right;
	margin-right: 0;
	margin-left: 0;
	width: 100%;
	padding: 10 0 10 0;
	background-color: #FFFFFF;
}
#top_bar {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	height: 16px;
	background-color: #0670A2;
	border-bottom: 1px gray solid;
}
#navigation {
	margin-right: 0px;
	margin-left: 0px;
	background-color: #bcebfd;
	overflow: hidden;
	padding: 0 0px 0px 0px;
	border-top: 1px gray solid;
	border-bottom: 1px gray solid;
	height: 316px;
}
#content {
	width: 775px;
	margin: 0 0 0 0px;
	padding: 0 10px 10px 10px;
	height: 701px;
}
#news_sidebar {width:194px;
height:250px;float:right;margin-left:7px;padding-top:2px;
}

#news {
	width:770px;
}

#parts_list {
	width:770px;
}


#column_l {
	width: 180px;
	margin: 0;
	float: left;
	position: relative;
	right: 10px;
	padding-right: 5px;
	padding-left: 5px;
}
#footer {
	text-align: center;
	background-color: #ffffff;
	border-top: 1px gray solid;
	width:792px;
	margin:0 auto;
	padding: 2px;
}
/* Styles for Masthead */
#masthead img {
	padding: 3px 0px 0px 3px;
	float: left;
	margin: 0 0 0px 0;
	width:600px;
	height:100px
}
#masthead p {
	color: #000;
	font-size: x-small;
	text-align: right;
	margin: 39px 10px 10px 10px;
}
#masthead p.links {
	width:22%;float:right;margin:5px 10px 5px 0px
}
#masthead a {
	font-size:small;
}
/* News Styles */
#news p {
	text-indent:25px;margin:10px 0;
}
#news a.headline {
	text-decoration:none;color:black
}
/* News Sidbar Styles */
#news_sidebar h3 {
	border-bottom:1px #999999 solid
}
#news_sidebar p {
	margin-top:7px;
	font-size:75%
}
#news_sidebar a.title {
	text-decoration:none;color:#FF0000
}

/* Styles top_bar */
#top_bar p {
	width: 199px;
	float: left;
	background-color: #0670A2;
	color: #66CCFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	overflow: hidden;
	text-align:center
}
#top_bar a {
	color: #66CCFF;
	text-decoration:none;
}
#top_bar a:hover {
	color:white;
}

#top_bar a:active {
	color:white;
}
#botbar {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	height: 20px;
	background-color: #0670A2;
	border-bottom: 1px gray solid;
	text-transform: uppercase;
}
#top_bar p.left {
	width:199px;float:left;text-align:center;font-weight: bold;
}
#top_bar p.right {
	width:199px;float:right;text-align:center;font-weight: bold;
}
#botbar a {
	color: #66CCFF;
	text-decoration:none;
}
#botbar a:hover {
	color:white;
}
#botbar a:active {
	color:white;
}

/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0 auto;
	padding: 0 0 0 0;
	border-width: 0px;
}
#navigation li {
	float: left;
	border-width: 0px;
}
#navigation a {
	text-decoration: none;
	border-width: 0px;
	display: block;
}
#navigation img {
	padding: 10px 9px;
	background-color: #bcebfd;
}
#navigation p {
	text-align: center;
	margin: 0px;
}
/* Styles for Content */
h1 {
	color: #333333;
	font-size: 2.0em;
}
h2 {
	font: normal 195%/100% Arial;
	margin: 5px 0 0px 0px;
	color: #3c3c3c;
	letter-spacing: -1px;
}
h3 {
	font: normal 150%/100% Arial;
	margin: 5px 0 5px 0px;
	color: #3c3c3c;
	letter-spacing: -1px;
}
h3.newprod {
	text-align:center;margin-bottom:5px;margin-left:10px;width:550px;height:21px;padding:4px 0;color:#FF0000
}
h4 {
	color: #333333;
	font-size: 1.25em;
}
h5 {
	color: #333333;
	font-size: 0.75em;
}
h6 {
	color: #333333;
	font-size: 0.5em;
}
big {
	color: #333333;
	font-size: medium;
}
hr {margin-top:0;}
/* Styles for Footer */
#footer p {
	color: #3c3c3c;
	font-size: x-small;
	margin-top: 2px;
	margin-bottom: 2px;
}
/*
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}*/
/* Styles for Links */

a {
	color: #0670A2;
	text-decoration: underline blink;
	border-width: 0px;
}
a:hover {
	color: #8CBED9;
}
a:active {
	color: #8CBED9;
}

.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

#push {
	clear:both;
	height:30px;
}
.imgframe {
	width:100px;
	height:110px;
	padding:4px;
	background-color:#bcebfd;
	float:right;
	border:1px gray solid;
}
/*-------------------photo styles----------------------*/

.photo {
	margin: 30px;
	position: relative;
	width: 180px;
	height: 130px;
	float: left;
}
/*
.photo img {
	background: #fff;
	border: solid 1px #ccc;
	padding: 4px;
}
.photo span {
	width: 20px;
	height: 18px;
	display: block;
	position: absolute;
	top: 12px;
	left: 12px;
}
.photo a {
	text-decoration: none;
}
.sample6 span {
	width: 189px;
	height: 137px;
	display: block;
	position: absolute;
	top: -5px;
	left: -5px;
	background: url(../images/cut-corner.png) no-repeat;
}*/
.photo-rot {
	margin: 10px;
	position: relative;
	width: 130px;
	height: 180px;
	float: left;
}
.photo-rot img {
	background: #fff;
	border: solid 1px #ccc;
	padding: 4px;
}
.sample6rot span {
	width: 137px;
	height: 189px;
	display: block;
	position: absolute;
	top: -4px;
	left: -2px;
	background: url("../images/cut-corner-rot.png") no-repeat;
}
.curved_top {
	width:569px;
	height:181px;
	background-image:url('../images/curved-rectangle.gif');
	background-repeat:no-repeat;
	background-position:left top;
}
.curved_bottom {
	width:569px;
	height:20px;
	background-image:url('../images/curved-rec-bot.gif');
	background-repeat:no-repeat;
	background-position:left top
}

.curved_toplong {
	width:569px;
	height:420px;
	background-image:url('../images/curved-rectanglelong.gif');
	background-repeat:no-repeat;
	background-position:left top;
}

.contact_images {
	float:left;margin-right:10px;width:100px;height:75px
}
.curved_toplong2 {
	width:569px;
	height:500px;
	background-image:url('../images/curved-rectanglelong2.gif');
	background-repeat:no-repeat;
	background-position:left top;
}




