/* Notes

- XHTML requires lowercase element and attribute names
- Element and attribute names must begin with a letter
- Use underscores instead of spaces in classes and IDs


----------------------------------------------- */


/* CSS Reset
----------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}

blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* Layout
----------------------------------------------- */

html {
	background-color: #d7cfb1;
	background-image: url(layout_images/page_bg2.jpg);
	background-repeat: repeat-x;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

body {
	background-image: url(layout_images/header2.jpg);
	background-repeat: no-repeat;
}

#header {
	width: 1000px;
	height: 205px;
}

#col_layout {
	width: 1207px;
	min-height: 300px;
}

#col_2, #col_3 {
	float: left;
	height: 830px;
}

/* deliver fast, smart maps area */
#col_main {
	float: left;
	width: 500px;
	background-color: #d7cfb1;
	padding: 20px 1px 0 0;
	background-image: url(layout_images/col_border_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#main_content 
{
	background-color: #d7cfb1;
	padding: 20px 18px 0 25px;
	min-height: 100px;
	height:auto !important;
	height:100px;
}

#col_2 {
	width: 162px;
	padding: 0 18px 0 18px;
	background-color: #d7cfb1;
	background-image: url(layout_images/col_border_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#col_3 {
	width: 180px;
	padding-left: 18px;
}

#footer {
	float: left;
	height: 134px;
	width: 100%;
	margin-top: 20px;
	background-color: #fff;
}

#footer #logos {
	width: 444px;
	margin: 0 0 0 50px;
}

#footer #links {
	width: 480px;
	margin: 0 0 0 20px;
}

#footer #links a {
	font-size: 12px;
	color: #30332a;
	margin: 0 10px 0 0;
}

#footer #links a:hover {
	color: #000;
}


/* Navigation
----------------------------------------------- */


#header li {
	float: left;
	background-image: url(layout_images/nav_bg_left.jpg);
	background-repeat: no-repeat;
	margin: 19px 0 0 20px;
	display: inline; /* Fixes IE6 double-margin bug */
}

#header li a {
	display: block;
	float: left;
	min-width: 100px; /* Min W&H are ignored by IE6 */
	padding: 4px 15px 4px 15px;
	background-image: url(layout_images/nav_bg_right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #30332a;
	
}

#header li.on {
	background-image: url(layout_images/nav_bg_left_on.jpg);
}

#header li.on a {
	background-image: url(layout_images/nav_bg_right_on.jpg);
}

#header li a:hover {
	color: #e9e6d7;
}


/* Content
----------------------------------------------- */

#col_main h1 {
	color: #30332a;
	font-size: 18px;
	padding: 0 2px 5px 25px;
	margin-top: 14px;
}

h2 {
	font-size: 15px;
	margin-top: 20px; margin-bottom: 20px;
	color: #30332a;
	clear: left;
}

h3 {
	font-size: 12px;
	margin-top: 18px; margin-bottom: 18px;
	color: #30332a;
	clear: left;
}

#col_2 h2 {
	color: #424d28;
}

#col_3 h2 {
	color: #6a6941;
}

#col_layout p {
	color: #35392e;
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 15px;
}

#col_layout ul{
	list-style-type:disc;
	margin-left: 16px;
}

#col_layout li {
	color: #35392e;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 10px;
}

#col_layout li span {
	float: right;
	padding-right: 75px;
}

#col_layout a {
	color: #000;
}

#col_layout a:hover {
	color: #6a6941;
}

.prod_col {
	float: left;
	margin: 0 7px 20px 0;
	/*background-image: url(layout_images/prod_col_top.jpg);  */
	background-repeat: no-repeat;
	background-color: #e9e6d7;
	_margin-bottom: 0;
}

.prod_col_inner {
	width: 170px;
	/*width was 198  */
	min-height: 300px; /* Min W&H are ignored by IE6 */
	padding: 8px 10px 8px 10px;
	/*background-image: url(layout_images/prod_col_bottom.jpg); */
	background-repeat: no-repeat;
	background-position: right bottom;
}

.prod_col h3{
	font-size: 13px;
	margin-bottom: 20px;
	color: #577023;
}

.prod_col ul{
	list-style-type:disc;
	margin-left: 16px;
}

.prod_col li{
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 10px;
	color: #6a6941;
}

#col_layout .prod_col p {
	margin-bottom: 0;
	color: #b1ac93;
}

#prod_rack {
	background-image: url(content_images/rack.jpg);
}

#prod_laptop {
	background-image: url(content_images/tower3.jpg);
}

#prod_rackwork {
	background-image: url(content_images/vehicle_mount_light.jpg);
}

#prod_rack, #prod_laptop, #prod_rackwork {
	height: 132px;
	background-repeat: no-repeat;
}

/* Forms
----------------------------------------------- */

#col_3 form p {
	margin-bottom: 5px;
}

.form_text, .form_textarea, .form_select {
	border-top: 1px solid #6d6f70;
	border-right: 1px solid #6d6f70;
	border-bottom: 1px solid #d2d4d5;
	border-left: 1px solid #d2d4d5;
	background-color: #eeece3;
}


.form_text, .form_textarea {
	width:160px;
}

.form_select {
	width:160px;
	_width:164px;
}

.form_button {
	width:70px;
	border-top: 1px solid #d2d4d5;
	border-right: 1px solid #6d6f70;
	border-bottom: 1px solid #6d6f70;
	border-left: 1px solid #d2d4d5;
	background-image: url(layout_images/form_button_bg.gif);
	background-repeat: repeat-x;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;

}
