/* --------------------------
AUTHOR : Chad Willis
URL : http://www.exec-techs.com
----------------------------*/
*{
	margin:0;
	padding:0;
}
body{
	background:#fff;
	color:#666;
	font:12px/18px Tahoma, Arial, Helvetica, sans-serif;
}
h1{     font-size: 35; color:black; FONT-FAMILY: Tahoma;}
h2{     font-size: 25; color:black; FONT-FAMILY: Tahoma;}
h3{     font-size: 20; color:black; FONT-FAMILY: Tahoma;}

#menu{
width:825px;
	margin-top:10px;
        margin-bottom:10px;
	border:solid #c9d0d3;
	border-width:0 1px 0 1px;
	background:url(images/men_015_bg.jpg) repeat-x;
	height:59px;
}
#menu ul{
	list-style:none;
}
#menu li{
	list-style:none;
	display:block;
	float:left;
	line-height:59px;
	margin:0 10px 0 0;
}
#menu li a{
	display:block;
	float:left;
	color:#84898c;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	padding:0 8px;	
}
#menu li a span{
	display:block;
	float:left;
	color:#84898c;
	cursor:pointer;
	background:url(images/menu_015_h.jpg) no-repeat center;
}
#menu li a:hover{
	display:block;
	float:left;
	background:url(images/menu_015_h_bg.jpg) repeat-x;
	color:#686868;
}
#menu li a:hover span{
	display:block;
	float:left;
	background:url(images/menu_015_h_pointer.jpg) no-repeat center;
	color:#686868;
}
#menu li a.current{
	display:block;
	float:left;
	background:url(images/menu_015_h_bg.jpg) repeat-x;
	color:#686868;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}
#menu li a.current span{
	display:block;
	float:left;
	background:url(images/menu_015_h_pointer.jpg) no-repeat center;
	color:#686868;
}

table.footer { background:url("images/footer_background.png") repeat-x;
FONT-SIZE: small; FONT-FAMILY: Tahoma;
width: "825px"; }

table.footer2 { background-color:#231F20;
font-family:tahoma;
color:#FFFFFF;
FONT-SIZE: x-small;
width:"825px";
}

table.header { background:url("images/header_bar_background.png") repeat-x;
font-family:"tahoma";
color:#000000;
FONT-SIZE: 22px;
}

table.content_header {
font-family:"times-new";
color:#000000;
FONT-SIZE: 26px;
}


table.content_info {
font-family:"times";
color:#000000;
FONT-SIZE: 15px;
margin-right:30px;
margin-left:30px;
}

table.form {
font-family:"times";
color:#000000;
FONT-SIZE: 15px;
margin-right:20px;
margin-left:20px;
}

table.content_info2 {
font-family:"times";
color:#000000;
FONT-SIZE: 15px;
margin-right:30px;
margin-left:30px;
}


table.content_info_colors {
font-family:"times";
color:#000000;
FONT-SIZE: 15px;
padding:10px;
}

table.content_infoform {
font-family:"times";
color:#000000;
FONT-SIZE: 15px;
margin-right:20px;
margin-left:20px;
}


p.content_info2 {
margin-left:20px;
}

p.form {
font-family:"times";
color:#000000;
}

table.vip { background-color:#231F20;
FONT-SIZE:large; FONT-FAMILY: Tahoma;
color:white; }

table.vip2 { background:url("images/vip_background.png") repeat-x;
FONT-SIZE: small; FONT-FAMILY: Tahoma;
 color:white;
}

table.specials { background:url("images/sale_background.png") no-repeat;
FONT-SIZE: small; FONT-FAMILY: Tahoma;
 color:black;
}

ul.vip {
margin-left:18px; 
padding: 5px;
list-style-image: url("images/white_tri.png");
font-size:.9em;
font-family:verdana;
color:#ffffff;}


#container {
  margin-left: 20px;
  width: 935px; 
  background: #ffffff;
}
#header {
background: transparent;
}
#leftBar {
float: left; 
width: 200px; 
background: transparent; 
}
#content {
float:left;
width:625px;
background: transparent;
}
#rightBar { 
float:right; 
width: 110px; 
}
#footer { 
clear:both;
background:transparent;
height:200px;
}