/********************************************
   AUTHOR:  			Bob Haley
   WEBSITE:   			http://www.geiwideformat.com/
   TEMPLATE NAME: 	    GEISupply.css         	
*******************************************/
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* { margin:0; 	padding: 0; }

body {
	margin: 0; padding: 0;
	font: 70%/1.5em  Verdana, Tahoma, Arial,sans-serif;
	color: #333; 
	background-color: #ffffff;	
	text-align: center; 
}

/* links */
a:link {
	color: #37648D; 
	text-decoration: none;
}
a:hover {
	color: #575757;
}
a img {
	border: 0px;
}


/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Verdana, Sans-serif;
	font-weight: Bold; 		
}
h1 {
	font-size: 185%;	
	padding: 10px 0px;
	color: #F56F15;
	background-color: inherit;		
}
h2 {
	font-size: 125%;
}
h3 {
	font-size: 125%;	
	color: #404040;
}

p {
	padding: 10px 0px;		
	margin: 0;
}

/* images */
img {
	text-decoration: none;
}
img.border_right {
	border:2px solid #333;
	margin: 5px 0px 15px 10px;
	float:right;
}
img.float-right {
  margin: 5px 0px 15px 10px;  
}
img.float-left {
  margin: 5px 10px 5px 0px;
}


#sidebar h1, 
#sidebar p {
	padding-left: 0;
}

ul, ol {
	margin: 5px 0px;
	padding: 0 20px;
}

#main li {
	margin: 10px 0px;
	font-weight: bold;
}



/**************************************
   LAYOUT 
***************************************/	
#wrap {
	margin: 0 auto; 
	padding: 0; 
	width: 900px;
	text-align: left;
}

/* header */
#header { 
	height:92px;
	width:900px;
	background-image:url(/images/main_header_bg.gif);
	margin: 0;
	padding: 0;
	color: #808080; 		
}

#header .chatstat {
	text-align:right;
	margin-right:10px;
}


/* menu */
#menu {
	clear: both;
	background-image:url(/images/main_menu_bg.gif);	
	height: 30px;
	width:900px;
	margin: 0;
	padding: 0;
	font: bolder 1.2em/30px Tahoma, Verdana, Arial, Sans-Serif;		
}

#menu ul{
	margin:0;
	padding:0;
}
#menu ul li {
	float: left;
	list-style: none;
	margin:-4px 0px 0px 4px;		
}
#menu ul li a {
	display: block;
	text-decoration: none;	
	padding: 0 13px;
	color: #37648D;	
}
#menu ul li a:hover {
  	color: #ffffff;	
	background: url(menu-hover-bg.gif) repeat-x;
}
#menu ul li#current a {
	color: #ffffff;
	background: url(menu-current-bg.gif) repeat-x;	
}

/* sidebar */
#sidebar {
	float: left;
	background-color:#f1f2f4; 
	width: 180px;
	margin-top: 10px;
	padding: 0px 8px; 
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin:0px 0px 7px 0px;
	padding:0px;
	text-decoration: none;	
}
#sidebar ul.sidemenu li {	
	padding: 2px 5px 2px 5px;
}

#sidebar ul.sidemenu li a {
	font-weight: bolder;
	background-image: none;
	text-decoration: none;	
}

/* left column */
#left_column {
	float: left;
	width: 193px; 
}

#left_column .side_panel_top {
	background: url(images/left_side_header_bg.gif) no-repeat;	
	overflow:hidden; 
	width: 193px;
	height: 41px;
}

#left_column .side_panel_top .side_panel_header {
	padding-top:3px;
	text-align:center; 
}

#left_column .side_panel_middle {
	background: url(images/left_side_middle_bg.gif);
	width: 193px; 
}

#left_column .side_panel_middle .side_panel_content {
	padding:3px 10px 0px 15px;
}

ul.product_menu {
	list-style: none;
	font-weight:bold;
}

ul.product_menu li {
	margin-bottom:3px;
}

#left_column .side_panel_bottom {
	background: url(images/left_side_bottom_bg.gif);
	width: 193px;
	height: 14px; 
}



/* main column */
#main {
	float: left;
	margin: 0 0 0 15px;
	padding: 0;
	width: 675px;
}

.price {
	color:#000000;
}

.link_entry {
	margin: 15px 0px;
}

.quote_button a:link, .quote_button a:visited {
	display:block;
	height:44px;
	width:219px;         
    background-image:url(http://www.geiwideformat.com/images/quote_btn2.gif);
	background-position:top;
	background-repeat:no-repeat;
	text-decoration:none;
	text-indent:-9999px;
	overflow:hidden;
	float:right;
}

.quote_button a:hover {	
	background-position:bottom;
}

.widetek_video {
	width:560px;
	height:420px;
	border:2px solid #CBCBCC;
}

.video_border {
    width:425px;
	height:344px;
	margin-left:10px;
    border:2px solid #CBCBCC;
}

#main .sidebar_right {
	float:right;
	text-align:center;
	width:300px;
	margin-top:14px;
}

#form input {
	margin-bottom:8px;
}

/* footer */
#footer { 
	clear: both; 	
	color: #666666;
	position:relative;
	top:80px; 		 
}
#footer a { 
	text-decoration: none; 
	font-weight: bold;
}
#footer a.grey {
	font-size: 90%;
	color:#babcbe;
}
#footer-content {
	margin: 0 auto;
	width: 900px;
}
#footer-content #footer-left {
	padding: 10px;
	width: 60%;
	float: left;
	text-align: left;
}
#footer-content #footer-right {
	padding: 10px;
	width: 33%;
	float: right;
	text-align: right;
}

/* alignment classes */
.product-image-right {
	float: right;
	text-align:right;
	margin-left:15px;
}
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* additional classes */
.clear  { clear: both; }
.green  { color: #37648D; }
.grey {
	font-size: 90%;
	color:#babcbe;
}


