/*------------------------------------------------------------------------------
UNDOHTML - (CC) 2006 Tantek Celik.
------------------------------------------------------------------------------*/
:link,:visited { text-decoration:none }
ul,ol { /*list-style:none;*/ list-style-position: inside; }
h1,h2,h3,h4,h5,h6,pre,code,kbd { font-size: 12px; }
dl,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,tr,img { 
	margin:0; 
	padding:0;
	font-family: arial, helvetica, sans-serif;
}
a img,:link img,:visited img,abbr { border:0 }
address,abbr { font-style:normal }

/*------------------------------------------------------------------------------
BASIC ELEMENTS
------------------------------------------------------------------------------*/
body, div { margin: 0; padding: 0; }

h1, h2, h3, h4, h5, h6, p { margin: 0; padding: 0; font-weight: normal; }

a { font-size: 12px; text-decoration: underline;  }
a:link { background: transparent; }
a:visited { background: transparent; }
a:hover { background: transparent; text-decoration: none; }
a:active { background: transparent; text-decoration: none; }

a.image:link, a.image:visited, a.image:hover { border: none; background: none; }
a.image, embed, img { border: none; padding: 0; margin: 0; }

/*div {border: 1px dotted #c00;}*/

/*------------------------------------------------------------------------------
COLORS & FONTS
------------------------------------------------------------------------------*/
body { 
	font-size: 11px;
	color: #333;
	background: #DFDFDF;
	text-align: left;
}

.drkyellow { color: #ffd204; }
.lgtyellow { color: #fff3c8; }

a:link { color: #BB8000; }
a:visited { color: #888; }
a:hover { color: #444; }

.clr {
	clear: both;
}


/*------------------------------------------------------------------------------
LAYOUT
------------------------------------------------------------------------------*/	

div#container {
	position: relative;
	margin: 0 auto;
	width: 900px;
	background: url(../_app_images_new/bg_top.jpg) no-repeat;
}

div#container_sml {
	position: relative;
	margin: 0 auto;
	width: 900px;
	background: url(../_app_images_new/bg_top_sml.jpg) no-repeat;
}

div#container hr {
	display: block; 
	clear: left; 
	margin: -0.66em 0;
	visibility: hidden;
}

div#container_sml hr {
	display: block; 
	clear: left; 
	margin: -0.66em 0;
	visibility: hidden;
}

div#wrapper {
	position: relative;
	margin: 0 auto;
	width: 1090px;
	height: 500px;
	background: url(../_app_images_new/bg_wrapper.jpg) repeat-y;
}
html>body div#wrapper {
	height: auto;
	min-height: 500px;
}

/*------------------------------------------------------------------------------
CONTENT DIVS
------------------------------------------------------------------------------*/	

/*top default divs*/
div#tagline {
	position: absolute;
	top: 60px;
	left: 497px;
	width: 381px;
	height: 24px;
}

div#logo {
	position: absolute;
	top: 25px;
	left: 24px;
	width: 169px;
}

div#htlogos {
	position: absolute;
	top: 620px;
	left: 14px;
	width: 73px;
	z-index:99;
}
div#backgrd {
	float: left;
	display: inline;
	width: 900px;
	margin: 100px 0 0 0;
	height: 560px;
	/* background: url(../_app_images_new/side_bar_bkgrnd.gif) repeat-y; */
}
html>body div#backgrd {
	height: auto;
	min-height: 560px;
}

div#content {
	float: right;
	width: 700px;
	margin: 10px 0 0 0;
	height: 541px;
}
html>body div#content {
	height: auto;
	min-height: 541px;
}

div#content_wht {
	float: right;
	width: 700px;
	margin: 10px 0 0 0;
	height: 541px;
	/* background: #fff; */
}
html>body div#content_wht {
	height: auto;
	min-height: 541px;
}

.sub_page_pad {
	float: left;
	display: inline;
	padding: 30px 20px 20px 35px;
}

/*content divs*/

div#top_image {
	float: left;
	margin: 0 0 0 0;
}

div#onecol {
	float: left;
	margin: 40px 0 0 40px;
	display: inline;
	width: 600px;
	text-align: left;
	padding: 0;
}

div#colleft {
	float: left;
	margin: 5px 0 0 0;
	display: inline;
	width: 235px;
	text-align: left;
	padding: 0 0 40px 0;
}
div#icons {
	float: left;
	display: inline;
	margin-left: 20px;
	padding: 0;
	width: 60px;
	text-align: left;
}
div#colright {
	float: left;
	display: inline;
	margin: 45px 0 0 40px;
	width: 350px;
	text-align: left;
	padding-bottom: 40px;
}


/*bottom default divs*/
div#address_bar {
	float: left;
	display: inline;
	padding-left: 80px;
	margin-top: 10px;
	width: 820px;
	height: 40px;
	/* background: #ffffff url(../_app_images_new/address_bar.gif) left repeat-y; */
}

html>body div#address_bar {
	height: auto;
	min-height: 40px;
}

div#address_bar p {
	font-size: 13px;
	color: #fe8918;
	padding: 13px 0 0 140px;
}

/*------------------------------------------------------------------------------
TAGS
------------------------------------------------------------------------------*/	

p, td, li, a {
	font-size: 11px;
	line-height: 15px;
	color: #000;
}
th {
	color: #fff;
	background-color: #000;
}
h5 {
	font: bold 16px arial, sans-serif;
	color: #000;
}

h6 {
	font: bold 11px arial, sans-serif;
	color: #000;
}

.title {
	float: left;
	margin-bottom: 10px;
}

.ctr {
	text-align: center;
}
.left {
	float: left;
}
.bt5 {
	margin-bottom: 5px;
}
.bt10 {
	margin-bottom: 10px;
}
.bt15 {
	margin-bottom: 15px;
}
.bt20 {
	margin-bottom: 20px;
}
.bt30 {
	margin-bottom: 30px;
}
.bt40 {
	margin-bottom: 40px;
}

.tp5 {
	margin-top: 5px;
}
.tp10 {
	margin-top: 10px;
}
.tp15 {
	margin-top: 15px;
}
.tp20 {
	margin-top: 20px;
}
.tp30 {
	margin-top: 30px;
}
.tp40 {
	margin-top: 40px;
}

/*------------------------------------------------------------------------------
TYPE CLASSES
------------------------------------------------------------------------------*/	
	
.assets {
	border-collapse: collapse;
	border: 0;
	width: 600px;
}
	
.box {
	width:12px;
}
.sq_icons {
	float: left;
	width: 40px;
	display: inline;
	margin: 10px 10px 0 0;
}
	
.intro, .firstline {
	font-family: georgia, times, serif;
	font-size: 15px;
	line-height: 20px;
}
.firstline {
	font-size: 15px;
}

/*------------------------------------------------------------------------------
CLIENT CENTER 
------------------------------------------------------------------------------*/	
/*
---------------divs--------------
*/
div#cc_login {
	float: right;
	width: 700px;
	margin: 10px 0 0 0;
	height: 541px;
	background: #fff3c8 url(../_app_images/cc_log_bkgrnd.gif) repeat-x;
}
html>body div#cc_login {
	height: auto;
	min-height: 541px;
}

div#cc_content {
	float: right;
	width: 700px;
	margin: 10px 0 0 0;
	height: 541px;
	background: #fff3c8 url(../_app_images/cc_cont_bkgrnd.gif) repeat-x;
}
html>body div#cc_content {
	height: auto;
	min-height: 541px;
}
/*
---------------forms--------------
*/
label {
	display: block;
	width: 80px;
	float: left;
	text-align: left;
}

input,select,option {
	width: 200px;
}

table, td {
	border: 2px solid #fff;
	padding: 4px;
}

th {
	text-align: center;
}

.error {
	border: 1px solid #CC0000;
	background-color: #F3E0D9;
}

.form {
	margin-top: 10px;
	width: 340px;
}

.button {
	width: 90px;
}

/*
---------------center nav bar-------------
*/
#cc_nav {
	float: left;
	margin: 4px 0 0 5px;
	display: inline;
	width: 700px;
	background-color: transparent;
}
#cc_nav ul {
	float: left;
	padding-left: 0;
	margin-left: 0;
	display: inline;
}
#cc_nav ul li {
	display: inline;
	list-style-type: none;
}
#cc_nav ul li a {
	color: #fff;
	padding: 6px 12px 6px 12px;
	text-decoration: none;
	float: left;
}
#cc_nav ul li a:hover {
	color: #fff3c8;
}

/*
---------------shopping nav bar-------------
*/
#cc_shop_nav {
	float: left;
	margin: 24px 0 0 5px;
	display: inline;
	width: 700px;
	background-color: transparent;
}
#cc_shop_nav ul {
	float: left;
	padding-left: 0;
	margin-left: 0;
	display: inline;
}
#cc_shop_nav ul li {
	display: inline;
	list-style-type: none;
}
#cc_shop_nav ul li a {
	color: #000;
	padding: 1px 12px 1px 12px;
	text-decoration: none;
	float: left;
	border-right: 1px solid #000;
}
#cc_shop_nav ul li a:hover {
	color: #fff;
}

/*---------------- detail ---------------*/
div#detail_image {
	float: left;
	display:inline;
	margin:0 0 20px 0;
	width: 360px;
	height: 200px;
}
html>body div#detail_image {
	height: auto;
	min-height: 200px;
}

div#detail_copy {
	float: left;
	display:inline;
	margin: 0 0 0 20px;
	width: 200px;
}


/*------------------------------------------------------------------------------
MENU
------------------------------------------------------------------------------*/	

#nav {
	position: absolute;
	top: 265px;
	left: 0;
	width: 100px;
	/* border-top: 2px solid #fff; */  /*needs to be here and not on the li--for IE6*/
	z-index: 100;
}

#menuv {
	padding: 0;
	margin: 0;
	width: 100px;
	/* background: #000; */
	list-style: none;
	text-align: left;   /*for IE6*/
}

#menuv li {
 float: left;
 width: 100%;
 /* border-bottom: 2px solid #fff; */
}

#menuv li a {
	display: block;	
	font: bold 10px arial, sans-serif;  
	line-height: 28px;			/*controls the 'thickness' of the bars*/
	color: #000000;
	text-decoration: none;
	border-top: 2px solid transparent;
	padding: 0px 5px;
}

#menuv li a:hover {
	/* background-color: #ffd204; */
	border-top: 2px solid #fcc820;
/*	margin-top: -2px; IE sucks */
	color: #ffffff;
}

/*CONTROLS ONLY SECOND-LEVEL LISTS*/ 
#menuv ul {
	position: 		absolute;
	left: 			-999em;
	list-style:	 	none;
	margin-left: 	100px; 	
	margin-top: 	-30px;	/*matches the line-height in ul li a*/
	border-top: 2px solid #fcc820;
	width: 100px;
}
#menuv ul li {
	float: left; margin: 0; padding: 0;
	width: 100%;
	/*width: 96px;*/
}

#menuv ul li a {
	display: block;
	/* background-color: #ffd204;	*/
	font: bold 10px arial, sans-serif;  
	line-height: 28px;		/*matches the line-height in ul li a*/
	color: #ffffff;
}

#menuv ul li a:hover {
	color: #000000;
}

#menuv ul a:hover.no_line {
color: #000;
background-color: transparent;
text-decoration: none;
border-top: 2px solid #fcc820;
margin-top: -2px;
padding: 2px 2px 0 5px;
}


#menuv li:hover ul ul, #menuv li:hover ul ul ul, #menuv li:hover ul ul ul ul, #menuv li.sfhover ul ul, #menuv li.sfhover ul ul ul, #menuv li.sfhover ul ul ul ul {
	left: -999em;
}
#menuv li:hover ul, #menuv li li:hover ul, #menuv li li li:hover ul, #menuv li li li li:hover ul, #menuv li.sfhover ul, #menuv li li.sfhover ul, #menuv li li li.sfhover ul, #menuv li li li li.sfhover ul {
	left: auto;
}






