html
{
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
}

body
{
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
}

img
{
	border: none;
}

a {
	text-decoration:none;
	color:#c79456;
}

a:hover {
	text-decoration:underline;
}

h1 { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 20px;
	margin:0.5em 0;
}

h1 a {
	color: #E9E9E9;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 18px;	
	margin:0 0 0.5em;
}

h3 {
	font-size: 11px;
	margin: 0;
}

p { 
	margin:0 0 1em;
}

/*---- Container ----*/

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:772px;
	background:url(../images/content_bg.jpg);
	background-position:center;
	background-repeat:repeat-y;
	height:auto !important; /* real browsers */
	/*height:100%;*/ /* IE6: treaded as min-height*/

	/*min-height:100%;*/ /* real browsers */
}

body.wide #container
{
	background-image: none !important;
}

/*------------*/

/*---- Container Home ----*/

div#container-home {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:772px;
	background:#fff;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

/*------------*/

/*---- Header ----*/

div#header {
	width:772px;
	background: #407eb7 url(../images/header_home.jpg) no-repeat left bottom;
	margin: 0;
	padding: 0;
	color: #fff;
	height: 223px;
}

div#header_support {
	width:772px;
	background: #407eb7 url(../images/header_community.gif) no-repeat left bottom;
	margin: 0;
	padding: 0 0 10px 0;
	color: #fff;
	float: left;
}

div#header p {
	font-style:italic;
	font-size:1.1em;
	margin:0;
}

#header_left
{
	float: left;
	width:186px;
}

#header_right
{
	padding: 1em 0 0 0;
	float: left;
	width: 542px;
	text-align: right;
}


#header #header_right
{
	margin-top: 170px;
}

html > body #header #header_right
{
	
	margin-left: 186px;
	margin-top: 170px;
}
#header h1, #header_support h1
{
	margin-top: 30px;
	height: 70px;
	display: block;
	font-size: 22px;
}

html > body #header h1, html > body #header_support h1
{
	height: 60px;
}
/*------------*/

/*---- Cart Bar ----*/

#cart_bar {
	background:#000; 
	color: #FFF; 
	padding-left:14px;
	text-align:left;
	height:26px;
	line-height:26px;
}

/*------------*/

/*---- Main ----*/

div#main {
padding-bottom: 30px;
/*padding-bottom: 300px;*/
}

/*------------*/

/*---- Nav - Horizontal ----*/

div#nav
{
	padding-left: 40px;
}

html > body div#nav
{
	padding-left: 40px;
}

#nav img
{
	border: none;
}
#nav ul {
width: 540px;
margin: 0;
padding: 0;
}
#nav ul li {
	float:left;
	display: inline;
	padding:0;
	margin:0;
	position: relative;
	z-index: 9; /* One less than child element - for IE 6 */
}

#nav li a {
	/*display: block;*/
	cursor:pointer;
	text-decoration: none;
	font-size:10px;
	font-weight: bold;
	color: #444;
	line-height:16px;
	margin: 5px 7px 0 0px;
	padding-bottom: 3px;
	border-bottom: solid 7px #f9f9f9;
	font-family:Arial, Helvetica, sans-serif;
	display: block;
	float: left;
}

html > body #nav li a
{
	margin-right: 15px;
}

#nav li a:hover, #nav li a.active {
	/*display: block;*/
	cursor:pointer;
	text-decoration: none;
	font-size:10px;
	line-height:16px;
	padding-bottom: 3px;
	border-bottom: solid 7px #d7bd84;
}

#nav li ul {
display: none;
position: absolute;
z-index: 10;
left: 0px;
top: 40px;
background: none;
width: 180px;
}
#nav li ul li ul 
{
	top: -1px !important;
	left: 175px !important;
}
#nav li ul li a, #nav li ul li a:hover
{
	width: 180px !important;
	padding: .5em 5px .5em 5px;
	height: auto !important;
	display: block;
}
#nav li.over ul
{
	display: block;
}

#nav li.out ul
{
	display: none !important;
}

/*------------*/

/*---- Content ----*/

div #content_hdr
{
	padding:0 30px 1.5em 260px; 
}

div#content_hdr p {
	text-align:justify;
}

/*------------*/

/*---- Content ----*/

div #content
{
	/*padding:1em 30px 75px 300px;*/ /* bottom padding for footer */ /* adjust side padding for columns */
	padding: 1em 0 0 40px;
	float: left;
	width: 492px;
}

html>body #content
{
	padding: 1em 0 0 40px;
}

body.wide #content
{
	font-size: 12px;
	padding: 1em 30px 75px 30px !important;
	float: none;
	width: auto;
}

div#content p {
	text-align:justify;
}

/*------------*/

/*---- User Nav ----*/

#user_nav
{
	display:block;
	padding: 0 30px .5em 0;
	text-align: right;
	background: #f7f7f6;	
	font-size: 11px;
}

/*------------*/

/*---- Alert ----*/

.alert a
{
	text-decoration: none;
	border: solid 1px #999;
	padding: 2px;
}

.alert a:hover
{
	background: #69c;
}

/*------------*/

/*---- Breadcrumb ----*/

#breadcrumb
{
	border-bottom:1px dotted #CCC;
	font-size: 11px;
	clear:both;
}

#breadcrumb ul {
	margin: 0;
	padding: 6px;
	list-style-type: none;
}

#breadcrumb li {
	display: inline;
}

#breadcrumb a {
	
	padding: 0 13px 0 0;
	background:transparent url(../images/sep_breadcrumb.gif) no-repeat scroll right center;
}

#breadcrumb .selected
{
	font-weight: bold;
	background: none !important;
	padding: 0;
}

/*------------*/

/*---- Sidebars ----*/
#side-left{
	width:186px;
	/*position: absolute;
	z-index: 2;*/
	background: url(../images/long_img.gif) no-repeat top left;
	font-size: 10px;
	float: left;
	padding-top: 10px;
	/*padding-bottom: 300px;*/
}

#side-left-store
{
	
	position: absolute;
	z-index: 2;
	width: 199px;
	padding: 20px;
	margin-left: 42px;
	font-size: 10px;
}


#side-left ul
{
	margin: 0;
}
#side-left li{
	list-style-type:none;
}

#side-left li ul
{
	display: none;
}

#side-left-inner
{
	margin-left: 42px;
	/*padding-bottom: 300px;*/
}

#side-left-inner-home
{
	margin-left: 57px;
	margin-top: 10px;
	margin-right: 10px;
	height: 224px;
	line-height:22px;
}

#side-left-note
{
	/*background: url(../images/push_pin_img.gif) no-repeat top left;*/
	width: 260px;
	height: 255px;
}

#side-left-note-inner
{
	padding: 65px 70px 75px 62px;
	line-height: 1.2em !important;
}

#side-left a
{
	text-decoration: none;
}

#side-left a:hover
{
	text-decoration: underline;
}

#side-left-inner ul, #side-left-inner p
{
	padding-left: 40px; 
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#product_sidenav ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-top: 1px solid #BDCF9B;
}
#product_sidenav li a {
	display: block;
	padding: 0px 24px;
	line-height:24px;
	color: #000;
	border-bottom: 1px solid #BDCF9B;
}
#product_sidenav li a:hover, #product_sidenav li .selected a {
	background: #8E9F6D;
	color: #FFF;
	text-decoration: none;
}

.left_box {
	background:#FFFFFF;
	margin:30px 15px 10px 15px;
	padding:7px;
	font-size:11px;
	line-height:17px;
	
}

.left_box a {
	color:#000;
	text-decoration:underline;
}

/*------------*/

/*---- Cart ----*/

.divProductPreview
{
	padding: 10px 0 10px 0;
}

/*------------*/

/*---- Search ----*/ 

.search_item {
padding:6px 0;
clear:both;
}
.search_hdr {
clear:both;
}
.search_title a {
font-weight:bold;
float:left;
}
.search_date {
color:#999999;
font-size:10px;
float:right; 
}
.search_content {
clear:both;
}
.search_url {
clear:both;
color:#999999;
font-size:10px; 
} 

.search_display_paging{
margin-top:10px;
padding-top:5px;
background-color:#F7F7F6;
border-top:1px dotted #CCC;
}
.search_display_curpage{
float:left;
padding-left:12px;
}
.search_display_pageclick{
float:right;
padding-right:12px;
}
.search_display_pageclick a.selected{
font-weight:bold;
text-decoration:none;
} 

/*------------*/

/*---- Footer ----*/

div#footer {
	/*position:absolute;
	bottom:0;*/ /* stick to bottom */
	background:#FFFFFF url(../images/footer_bg.jpg) no-repeat scroll center top;
	margin-left: auto;
	margin-right: auto;
	width:772px;
	text-align: center;
	padding: 50px 20px 0px 20px;
	font-size: 10px;
}
div#footer p {
	padding:1em;
	margin:0;
}

#footer ul {
	margin: 0 auto 0 auto;
	width:772px;
	padding:8px 0;
	list-style-type: none;
	display: table;
	border-top:1px dotted #CCC;
	border-bottom:1px dotted #CCC;
}

#footer ul ul
{
	margin: 0 !important;
	padding: 0;
	display: none;
}

#footer li {
	display: inline;
	padding: 0px 6px 0px 6px;
	border-right:1px solid #E5E5E5;
}

#footer a{
	color:#669966;
}

#footer a:hover {
	color:#006699;
	text-decoration:underline;
}


/*------------*/
	
/*---- Display Table ----*/

#display_table {
	width:100%;border:1px solid #EDECC0;
}
#display_table td, #display_table th {
	padding:3px 14px;
	text-align: left;
}

#display_table h1
{
	font-size: 12px;
}

#display_table2 {
	width:100%;border:1px solid #EDECC0;
	font-size: 10px;
}
#display_table2 td {
	background: #FFF;
	padding:3px 3px;
}
th {
}

table h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #444;
	
	background: #f8f7da;
	padding: 1px 2px 1px 2px;
}
/*------------*/
	
/*---- Search Results ----*/

#tableSearchResults {
	
}
#tableSearchResults td {
	border: 1px solid #EDECC0;
	padding: 8px 14px;
	line-height:16px;
	font-size: 11px;
	vertical-align: top;
}

#tableSearchResults h1
{
	font-size: 14px;
}
.product_img {
	float:left;
	margin-right: 8px;
}
#tableProductDetails td{
	vertical-align:top;
}
#tableProductDetails td img{
	margin-right:14px;
	padding: 1px;
	border: 1px solid #EDECC0;
}

/*------------*/
	
/*---- Self-Clearing Elements ----*/

#nav ul:after, #nav li:after, #nav:after, #user_nav:after, #side-left:after, #content:after, #main:after, #container:after
{
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/*------------*/