body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
body.home{
	background-image:url(images/home_open/homeBG_a.jpg);
	background-repeat:repeat-x repeat-y;
	}
body.lgf09{
	background-image:url(images/home_open/LGF_BG.gif);
	background-repeat:repeat-x repeat-y;
	}
body.elevengear{
	background-color:#373434;
}
body.poseur{
	background-image:url(images/poseur/poseurBG.jpg);
	background-repeat:repeat-x repeat-y;
}
body.satv{
	background-image:url(images/satv/satvBG.jpg);
	background-repeat:repeat-x repeat-y;
}
body.beef{
	background-image:url(images/beef/beefBG.jpg);
	background-repeat:repeat-x repeat-y;
}
body.cotb{
	background-image:url(images/cotb/cotbBG.jpg);
	background-repeat:repeat-x repeat-y;
}
body.dopp{
	background-image:url(images/satv/satvBG.jpg);
	background-repeat:repeat-x repeat-y;
}
body.roa{
	background-image:url(images/roa/roaBG.jpg);
	background-repeat:repeat-x repeat-y;
}
body.gear{
	background-image:url(images/gear/gearBG.jpg);
	background-repeat:repeat-x repeat-y;
}
body.tmx{
	background-image:url(images/tmx/tmxBG.jpg);
	background-repeat:repeat-x repeat-y;
}
body.csk{
	background-image:url(images/csk/bgCSK.jpg);
	background-repeat:repeat-x repeat-y;
}
fieldset,img{ 
	border:0;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
	margin-top:12px;
	margin-right:10px;
	margin-left:15px;
	
	}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-size: 140%;
 color: #8e9a26;
}

h2{
 	font-size:13px;
	color:#FFFFCC;
 	font-weight:bold;
 	margin-top:12px;
	margin-right:10px;
	margin-left:15px;
}

h3{
	font-size: 95%;
	color: #666666;
	font-weight: bold;
}

h4{
 font-size: 85%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 85%;
 color: #334d55;
}

.yellow{
	color:#FFFFCC;
}

/* global links */

a:link {
	color:#ffcc00;
	}
a:hover {
	text-decoration:none;
	}
a:visited {
	color:#cc9900;
	}
	
/* layout */
#outer_container_home {
	width:700px;
	margin:20px auto 0 auto;
	}
#outer_container {
	width:700px;
	margin:20px auto 0 auto;
	}
#header {
	width:700px;
	float:left;
	height:140px;
	border:solid 1px #000000;
	}
#header_home {
	height:41px;
	width:700px;
	float:left;
	}
#footer_home {
	clear:both;
	width:700px;
	background-color: #636363;
	height: 100px;
	border-top: solid #000000 10px;
	}
#footer_home p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
	margin-top:12px;
	margin-right:10px;
	}
#main_container {
	width:702px;
	float:left;
	background-image:url(images/11g/11g_bkgd.gif);
	background-repeat:repeat-y;
	background-position:inherit;
	}
#main_container_confections {
	width:840px;
	float:left;
	background-image:url(images/11g/11g_bkgd.gif);
	background-repeat:repeat-y;
	background-position:inherit;
	}
#left_col {
	float:left;
	display:inline;
	width:249px;
	border-left:solid 1px #000000;
	}
#left_col p{
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	color: #000000;
	line-height: 16px;
	margin-left:20px;
	margin-right:20px;
	}
#main_col {
	float:left;
	display:inline;
	width:450px;
	border-right:thin solid #000000;
	}
#home_pic {
	float:left;
	display:inline;
	border-top: solid #000000 1px;
	}
.inside #main_col {
	width:450px;
	}

/* navigation */
#nav_container {
	float:left;
	height:40px;
	width:700px;
	}
#nav_container_confections {
	float:left;
	height:40px;
	width:840px;
	
	}
#nav_container a:link,
#nav_container a:visited,
#nav_container a:focus {
	color:#fff;
	text-decoration:none;
	}
#nav_container a:hover {
	color:#66bae7;
	text-decoration:none;
	}
#nav_left {
	width:510px;
	float:left;
	}
#top_nav_ribbon {
	height:20px;
	background-color:#454a4d;
	text-indent: 10px;
}
#bottom_nav_ribbon {
	height:20px;
	background-color:#5c6366;
	text-indent: 10px;

}
#nav_right {
	width:190px;
	float:left;
	text-align:center;
	}
#right_ribbon_top {
	background-color:#737b80;
	height:20px;
	text-indent: 10px;
	}
#right_ribbon_bottom {
	background-color:#2e3133;
	height:20px;
	text-indent: 10px;
	}
ul.nav_container li {
	list-style-type:none;
	padding-left: 0;
	margin-left: o;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	letter-spacing:1px;
	display:inline;
	margin-right: 12px;
	line-height: 20px;
	}
	
/* misc */
.clear {
	clear:both;
	}
.smaller{
font-size:10px;