/* BASIC ELEMENTS
------------------------------------------------------------------------------------- */
* { margin: 0; padding: 0; }
html { min-height: 100%; margin-bottom: 1px; }

body { text-align: center; font-size: 12px; font-family: arial, helvetica, sans-serif; color: #666;  }
table, th, td { font-size: 12px; font-family: arial, helvetica, sans-serif; color: #666; }

a img, :link img, :visited img { border: none; }

a:link { color: #126725; text-decoration: underline; }
a:visited { color: #126725; text-decoration: underline; }
a:hover, a:active { color: #126725; text-decoration: none; }

#skip { display: none; }


#container { position: relative; margin: 0 auto; width: 760px; text-align: left; }
.logo	{ position: absolute; top: 0; left: 0; border: 1px solid red; }
#header	{ position: relative;height: 110px;}

/* login page
------------------------------------------------------------------------------------- */
#content_login	{ background: #c4d9c8 url(../images/bg_login.gif) no-repeat; }
	#content_login .inner	{ padding: 50px 40px 80px; background: url(../images/bg_login_inner.gif) no-repeat bottom left; /*\*/height: 1%;/**/}

#h_welcome	{ position: relative; float: left; width: 420px; font-size: 11px;}
	#h_welcome p	{ padding: 10px 0; line-height: 15px;}
	#h_welcome h3	{ color: #666;}
	
#h_login	{ position: relative; float: left; display: inline; width: 180px; padding-left: 20px; margin-left: 59px; border-left: 1px solid #e2ece4;}
	#h_login p	{ padding: 5px 0;}
	#h_login h1	{ text-transform: uppercase; color: #126725;}


#footer	{ padding: 15px 30px; font-size: 10px;}

/* preferences pages
------------------------------------------------------------------------------------- */
.logout	{ position: absolute; top: 20px; left: 665px;}

#nav	{ position: absolute; bottom: 1px; left: 15px; height: 34px; z-index: 5; }
	#nav li	{ display: block; float: left; margin: 0 5px 0 4px; display: inline; font-weight: bold; text-transform: uppercase; background: #126725; }
	#nav li a:link, #nav li a:visited  { position: relative; display: block; float: left; background: url(../images/nav_rt.gif) no-repeat top right; text-decoration: none; margin-right: -4px; color: #fff; font-size: 12px; cursor: hand;}
	#nav li strong	{ position: relative; float: left; display: block; background: url(../images/nav_lt.gif) no-repeat; height: 34px; line-height: 34px; padding: 0px 10px; margin-left: -4px; }
	
	#nav li a:hover strong	{ background: url(../images/nav_lt_hover.gif) no-repeat; }
	#nav li a:hover		{ background: url(../images/nav_rt_hover.gif) no-repeat top right; text-decoration: none; color:#fff;}
	
	#nav li.on	{ margin-bottom: -1px;}
	#nav li.on strong, #nav li.on a:hover strong	{ background: url(../images/nav_lt_on.gif) no-repeat; height: 35px;}
	#nav li.on a:link, #nav li.on a:visited	{ background: url(../images/nav_rt_on.gif) no-repeat top right; height: 35px; }
#content	{ background: #c4d9c8 url(../images/bg_content.gif) no-repeat;}

	#content .inner	{ padding: 50px 40px 108px; background: url(../images/bg_content_inner.gif) no-repeat bottom left; /*\*/height: 1%;/**/}
#content td	{ padding: 2px 0;font-weight: bold;}
#content input, #content select	{ padding: 1px; margin: 1px 0; }
#content input.applychanges	{ position: absolute; right: 15px; bottom: 56px;width: auto;}
#content h2	{ padding: 0 0 20px 0;}
#content .col2 h2	{ padding: 0 0 20px 20px;}
#content h2 img	{ margin-bottom: -3px;}

.col	{ float: left; display: inline; width: 180px; margin-right: 40px;}
.col2	{ float: left; display: inline; width: 200px; margin-top: -37px; }
.col2 div	{ padding-left: 19px; border-left: 1px solid #e2ece4;}

#subnav	{ float: left; display: inline; width: 152px; margin-left: -40px; background: url(../images/bg_subnav_bttm.gif) no-repeat bottom right; padding: 0 0 10px;}
#subnav ul	{ background: url(../images/bg_subnav.gif) no-repeat top right; padding: 6px 0 0;}
#subnav li.selectbrand { margin: 0 0 15px 20px; font-size: 12px; color: #126725; text-transform: uppercase; border-bottom: 1px solid #E2ECE4}
#subnav ul	{ list-style: none; padding: 1px 17px 0 10px; font-weight: bold; font-size: 11px; }
#subnav a:link, #subnav a:visited	{ display: block; height: 20px; line-height: 20px; padding: 0 0 0 20px; color: #126725; text-decoration: none;}
#subnav li.on	{ height: 20px; line-height: 20px; padding: 0 0 0 20px; color: #fff; background: #126725 url(../images/bg_subnav_on.gif) no-repeat;}
#subnav a:hover	{ background: #99bda0 url(../images/bg_subnav_hover.gif) no-repeat;}
	
#content_pref	{ float: left; display: inline; width: 540px; margin-left: 20px;padding: 6px 0 0;}
#content #content_pref h2	{ border-bottom: 1px solid #e2ece4; padding: 0; margin: 0 0 20px;}
#content_pref h3            { padding: 0 0 5px;} 
#content .pref    {margin: 15px 0 0;}


#content .pref td	{ padding: 5px; vertical-align: top;font-weight: normal;}
#content .pref td table	{ margin: 0 0 10px;}
#content .pref td td	{ padding: 3px; font-size: 11px; }
#content .pref p	{ padding: 0 0 10px;}
#content .pref input, #content .pref select	{ padding: 1px; margin: 0; }

.brandimg 	{ position: absolute; top: 124px; right: 50px; }
	
h1	{ font-size: 20px; font-weight: normal;}
h2		{ font-size: 14px; text-transform: uppercase; color: #126725; }
h3		{ font-size: 14px;color: #126725; }
.clear	{ clear: both; }