/********************************************************************/
/*	Main CSS.														*/
/*	Site by Tanner Naeher, Coyote6 GraphX, www.coyote6graphx.com	*/
/********************************************************************/

/* Defaults. */
* {border: #000000 solid 0px;}

/* Layout. */
html {background: #DDDDDD;}
body {background: transparent;}
#page_container_2 {background: transparent url('/Images/Common/html_bg.jpg') repeat-y 0px 0px;}

/* Lists. */
ul, li {background: transparent; list-style-type: none;}

/* Headers. */
h1 {background: transparent url('/Images/Common/banner.jpg') no-repeat 0px 0px;}

/* Nav. */
#nav {background: transparent; z-index: 1;}
#nav li {background: transparent;}

/* Footer nav. */
#footer_nav {background: transparent url('/Images/Common/footer_bg.jpg') no-repeat 0px 0px;}
#footer_nav li {background: transparent;}

/* Footer notes. */
#footer_notes {background: #DDDDDD url('/Images/Common/footer_bg.jpg') no-repeat 0px 0px;}

/* Main error message. */
#main_error_message {z-index: 10;}

/* Tables. */
table, thead, tbody, tfooter, tr, th, td {vertical-align: middle;}

/* Common classes. */
.major_div, .minor_div {background: #FFFFFF;}
.round {background: #D92C40;}
.product_highlights {margin-left: 20px;}
.product_highlights li {list-style-type: disc;}