/* CSS Document */
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: sans-serif, Verdana, Arial, Helvetica;
	font-weight: normal;
	font-size: 11px;
	color: #FFFFFF;
	background-image: url(../images/green_base.gif);
}

a {
	text-decoration: none;
	color: #FFFFFF;
}

img {
	border: none;
}


table {
	margin: 10px 0;
}

table, table tr, table td {
	border: 1px solid #FFFFFF;
}

table thead tr td {
	font-weight: bold;
	color: #FECE2C;
}

#container {
	width: 760px;
	margin: auto;
	padding: 0px;
	background-color: #364440;
}

#main {
	height: 372px;
}

#telephone {
	float: left;
	margin: 20px 0 0 45px;
	font-size: 16px;
}

#telephone span {
	color: #C0272D;
}

#mflash {
	clear: both;
	padding-top: 15px;
}

#top {
	background-image: url(../images/green_base_top.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#menubtm {
	margin: 0 30px;
	height: 75px;
	font-family: Lucida Sans, sans-serif, Verdana, Arial, Helvetica;
}


#menubtm a {
	display: block;
	font-weight: bold;
}

#menubtm ul li a {
	padding: 10px 15px;
	text-transform: uppercase;
}

#menubtm ul li ul li a {
	padding: 0 10px 8px 10px;
	text-transform: none;
	width: 130px;
	color: #BCBEC0;
}

#menubtm ul {
	margin: 0;
	padding: 0;
	height: 50px;
}

#menubtm ul li{
	float: left;
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
	background-image: url(../images/white_ine.gif);
	background-repeat: no-repeat;
}

#menubtm .nowhite {
	background-image: none;
}

#menubtm ul li ul{
	position: absolute;
	display: none;
	margin: 0;
	padding: 0;
	left: 0;
	top: 32px;
}

#menubtm ul li ul li{
	margin: 0;
	padding: 0;
	display: block;
	width: 150px;
	clear: left;
}


#menubtm ul li:hover {
	background-image: url(../images/red_line3.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#menubtm ul li:hover ul {
	display: block;
}

#menubtm ul li:hover ul li{
	background-image: url(../images/red_line3.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-align: left;
}

#menubtm ul li ul li:hover{
	background-image: url(../images/red_line3.gif);
	background-repeat: no-repeat;
	background-position: left;
}


#menubtm ul li a:hover{
	background-image: url(../images/red_box.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#menubtm ul li ul li a:hover{
	background-image: url(../images/red_box.gif);
	background-repeat: no-repeat;
	background-position: 0% 25%;
}

#menubtm .active {
	background-image: url(../images/red_box.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#logobtm {
	text-align: right;
	padding: 10px 30px;
}

#logo {
	clear: both;
}

#contents {
	background-image: url(../images/base_arch_image.gif);
	background-position: left top;
	background-repeat: repeat-y;
	min-height: 370px;
	position: relative;
}

#cleft {
	float: left;
	width: 260px;
}

#cright {
	margin-left: 260px;
	height:140px;
	width:500px;
}

#cleftbtm {
	float: left;
	width: 260px;
	min-height: 350px;
	text-align: right;
	padding: 30px 0;
}

#crightbtm {
	float: left;
	width: 460px;
	min-height: 370px;
	background-image: url(../images/green_base_r_box.gif);
	background-repeat: no-repeat;
	padding: 30px 20px 10px 20px;
	text-align: left;
	font-size: 12px;
	line-height: 16px;
}

#crightbtm p {
	margin: 0;
}

#crightbtm h3 {
	margin: 0;
	color: #FECE2C;
	font-size: 12px;
}

#title {
	text-transform: uppercase;
	font-family: Lucida Sans, sans-serif, Verdana, Arial, Helvetica;
	font-size: 16px;
}

#brands {
	padding-top: 10px;
	float: right;
}

#brands img {
	border: none;
	display: block;
	margin: 10px 20px;
}

#searchboxindex {
	float: right;
	margin: 20px 45px 0 0;
}

#searchboxindex #searchtext {
	font-size: 9px;
	color: #C0272D;
	font-weight: bold;
	height: 10px;
	width: 200px;
	float: left;
}

#searchboxleft {
	clear: right;
	float: left;
	position: absolute;
	left: 20px;
	bottom: 20px;
}

#searchboxleft #searchtext {
	font-size: 9px;
	color: #C0272D;
	font-weight: bold;
	width: 200px;
	height: 12px;
	float: left;
	margin: 0;
	padding: 0;
	
}

#searchboxleft #search {
	margin: 0;
	padding: 0;
}


#stocklist {
	height: 400px;
	overflow: auto;
	margin-top: 10px;
}

#footer {
	width: 760px;
	margin: auto;
	padding: 5px 0;
	height: 15px;
}

#tc {
	float: left;
	margin-left: 20px;
}

#credit {
	float: right;
	margin-right: 20px;
}

.clearb {
	clear: both;
}
.skrosslinks a {
	text-decoration:underline;
	color:#FFFFFF;
}
.skrosslinks a:hover {
	color: #FECE2C;
	text-decoration:none;
}