/* CSS Document */

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	color: black;
	background-color: #666;
	background-image: url(images/background_body.gif);
	background-repeat: repeat-y;
	background-position: center;
}

a, a:visited {
	color: #900;
	text-decoration: none;
}

a:hover, a.active {
	color: red;
}

a img {
	border: 0px;
}

form, fieldset {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

#main {
	width: 994px;
	margin: 0 auto;
	clear: both;
}

#header {
	background-image: url(images/background_header.png);
	background-repeat: no-repeat;
	height: 190px;
	overflow: hidden;
}

#header .businesscard {
	height: 35px;
	padding-top: 125px;
	margin-left: 215px;
}

#mininav {
	height: 19px;
	overflow: hidden;
	margin: 0px 46px;
	background-color: #333;
	padding: 0px 10px;
	color: white;
	padding-top: 1px;
}

#mininav .menuitem {
	display: inline;
}

#mininav .menuitem a {
	color: white;
}

#mininav .menuitem a:hover, #mininav .menuitem a.active {
	color: #FC0;
}

#content {
	background-image: url(images/background_links.gif);
	background-repeat: repeat-y;
	background-position: right;
	width: 860px;
	margin: 0 auto;
	clear: both;
}

#nav {
	height: 25px;
	overflow: hidden;
	margin: 0px 55px;
	text-align: center;
}

#nav .menuitem {
	display: inline;
}

#nav .menuitem a {
	color: white;
}

#nav .menuitem a:hover, #nav .menuitem a.active {
	color: #FC0;
}


#footer {
	width: 860px;
	margin: 0 auto;
	clear: both;
}

#footer a {
	color: #E1A84F;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}


/***** COMMON CLASSES *****/

.bg_red {
	background-color: red;	
}

.bg_navy {
	background-color: #036;	
}

.colSizeQtys {
	width: 24px;
	border: 1px solid black;
	padding: 2px;
}

.colSizeQtys input {
	display: block;
	border: none;	
	text-align: center;
	height: 24px;
}

.colColors {
	width: 80px;
	border: 1px solid black;
	padding: 2px;
	background-position: center;
}

.col150 {
	width: 150px;
	overflow: hidden;
}

.col180 {
	width: 180px;
}

.col200 {
	width: 200px;
}

.col230 {
	width: 230px;
}

.col240 {
	width: 240px;
}

.col250 {
	width: 250px;
}

.col275 {
	width: 275px;
}

.col300 {
	width: 300px;
}

.col370 {
	width: 370px;
}

.col400 {
	width: 300px;
}

.col500 {
	width: 500px;
}

.col500 {
	width: 500px;
}

.col600 {
	width: 600px;
}

.col620 {
	width: 620px;
}

.box20 {
	display: block;
	height: 24px;
	overflow: hidden;
}

.box150 {
	display: block;
	height: 150px;
	overflow: hidden;
}

.box180 {
	display: block;
	height: 180px;
	overflow: hidden;
}

.box250 {
	display: block;
	height: 250px;
	overflow: hidden;
}

.box300 {
	display: block;
	height: 300px;
	overflow: hidden;
}

.box420 {
	display: block;
	height: 420px;
	overflow: hidden;
}

.box440 {
	display: block;
	height: 445px;
	overflow: hidden;
}

.slide {
	background-repeat: no-repeat;
	background-position: center;
	background-color: #333;
}

.borderwhite1 {
	border: 1px solid white;
}

.bg_predatorblue {
	background-color: #2976A2;
}

.bg_predatorbrown {
	background-color: #630;
}

.predatorbrown {
	color: #630;
}

.links {
	padding: 0px 43px 5px 37px;
}

#rightcol {

}

#rightcol a {
	color: white;
}

#rightcol a:hover {
	color: #FC0;
}

#rotator_top {
	background-image: url(images/background_rotator_top.gif);
	background-repeat: no-repeat;
}

#rotator_bottom {
	background-image: url(images/background_rotator_bottom.gif);
	background-repeat: no-repeat;
}

.weathertall {
	width: 275px; 
	height: 420px;
	overflow: hidden; 
	background-image: url( images/background_clouds.jpg ); 
	background-repeat: no-repeat; 
	background-color: inherit;
}

.weatherpopup {
	width: 200px; 
	height: 150px;
	overflow: hidden; 
	background-image: url( images/background_clouds.jpg ); 
	background-repeat: no-repeat;
	background-position: center;
	background-color: inherit;
}

.weathertall #map1, .weathertall #map0 {
	width: 240px;
	height: 405px;
	margin: 0 auto;
	clear: both;
}

.weatherpopup iframe {
	width: 180px;
	height: 150px;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
	border: 0;
}

#map_canvas {
	height: 700px;
}

#routecontainer {
	display: none;
}

.store th, .store td, .store tr {
	height: 24px;
	line-height: 12px;	
}

.store a.colors {
	color: black;
	font-size: 11px;
}

input.block {
	width: 97%;
}
	
.submit a {
	display: block;
	background-color: #900;
	color: white;
	font-size: 18px;	
}

div.invalid {
	border: 1px solid red; !important	
}

div.valid {
	border: 1px solid green; !important	
}

div.errors {
	display: none;	
}
