html {
	margin: 0;
	padding: 0;
}	

body {
	background: #CDC2B3 url(../assets/images/bg.gif);
	text-align: center;
	color: #5F3E2F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px; 
	margin: 0px;
	padding: 10px 0px 20px 0px;
}

img {
border:0;
}

h2 {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-style:italic;
	color:#341c12;
}
h2 strong{
	color:#862e06;
}

a {
	color: #5F3E2F;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #A00701;
	text-decoration: underline;
}

a.popup {
	color: #8a0601;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight: normal;
	text-decoration: underline;
}

a.popup:hover {
	color: #A00701;
	text-decoration: underline;
}

.smallreditalic {
	color: #FF0000;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style:italic;
	font-weight: bold;

}

a.reditalic {
	color: #FF0000;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:italic;
	font-weight: bold;
	text-decoration: underline;
}

a.reditalic:hover {
	color: #CC3300;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:italic;
	font-weight: bold;
	text-decoration: underline;
}

a.big {
	color: #341c12;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-style:italic;
	font-weight: bold;
	text-decoration: underline;
}

a.big :hover {
	color: #A00701;
	text-decoration: underline;
}

a.red {
	color: #A00701;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight: bold;
	text-decoration: underline;
}

a.red:hover {
	color: #A00701;
	text-decoration: underline;
}

a.button {
	color: #341c12;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight: bold;
	text-decoration: none;
}

a.button:hover {
	color: #341c12;
	text-decoration: none;
}


h2 {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-style:italic;
	color:#341c12;
}
h2 strong{
	color:#862e06;
}

a.h2 {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-style:italic;
	color:#341c12;
}

a.h2:hover {
	color: #A00701;
	text-decoration: underline;
}

a.h2 strong {
	color:#862e06;
}
h3 {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font:verdana, sans-serif;
	font-size:11px;
	color:RED



}
h3 b{
	color:#341c12;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#5c433f;
	font-weight:bold;
	line-height:28px;
	text-align:left;
	margin:0;
	padding:0;
}

p {
	margin-top: 0px;
	margin-bottom: 10px;
}



#maincontainer {
	width:100%;
	margin:auto;
	height:100%;
}



/****************************************************body structure**********************************************/
#body {
width:778px;
height:100%;
margin:auto;
text-align:left;

}

#menu_top2 {
	width:778px;
	height:26px;
	background-color:#cdc2b3;

}

#menu_top {
	width:778px;
	height:26px;
	background-color:#cdc2b3;
	margin-top:0px;
}

#header{
	width:778px;
	height:202px;
	background:url(../assets/images/header.jpg) no-repeat;
	margin-top:-2px;
}

#main_nav{
	width:778px;
	height:34px;
	background:url(../assets/WebImages/nav_bg.png) no-repeat;
	background-position:center;
	margin:2px 0px 2px 0px;
	padding-top:10px;
}

#content_body {
	width:778px;
	height:100%;
	
}

#footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#5F3E2F;
	line-height:16px;
	text-align:left;
	width:778px;
	height:100%;
	text-align: left;
	margin-bottom:3px;
		
}

#footer_links {
	margin: 14px;
	text-align: center;
}


/****************************************************body structure inners layout**********************************************/

#menu_inner {
	width:932px;
	height:91px;
	margin:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#e7e7e7;
	
}

#header_red_inner{
	width:932px;
	height:100%;
	margin:auto;
	background-color:#af2828;
	z-index:9999999;

}

#inner_content {
	width:960px;
	height:100%;
	margin:auto;
	background-color:#fff;
	background:url(../images/bg_content.gif) repeat-y;
}

#inner_content_bottom {
	width:960px;
	height:16px;
	margin:auto;
}

#inner_content_1 {
	width:932px;
	height:100%;
	margin:auto;
}

#footer_inner {
	width:932px;
	height:46px;
	margin:auto;
	background-color:#e7e7e7;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#737373;
	padding-top:8px;
	
}


/****************************************************other classes**********************************************/


p{
text-align: left;
 line-height:15px;
 margin:0;
 padding:0;
 }

a.nav_link {
font-family:Georgia, "Times New Roman", Times, serif;
color:#260403;
text-decoration:underline;
font-size:17px;
font-weight:bold;
font-style:italic;
padding:28px;
margin:20px;
}


a.nav_link:hover{
font-family:Georgia, "Times New Roman", Times, serif;
color:#80341a;
text-decoration: none;
font-size:17px;
font-weight:bold;
font-style:italic;
padding:28px;
margin:20px;
}



.top_main_btn {
	width:112px;
	height:24px;
	background:url(../assets/WebImages/top_btn.png) no-repeat;
	background-position:right;
}

.top_main_btn_1 {
	width:112px;
	height:24px;
	background:url(../assets/WebImages/top_btn.png) no-repeat;
	background-position: left;
}

.menu_bg a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#e7e7e7;
	padding:7px;
	text-decoration:none;
}

.menu_bg a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#af2828;
	text-decoration: underline;
}

.content_mid_bg {
	width:778px;
	height:100%;
	background:url(../assets/WebImages/content_body_mid.gif) repeat-y;

}

.footer_mid_bg {
	width:738px;
	height:100%;
	background:url(../assets/WebImages/footer_mid_bg.gif) repeat-y;


}

.blank_box {
	width:164px;
	height:32px;
	background:url(../assets/WebImages/blank-a.gif) no-repeat;


}

.content_body_bg {
	width:739px;
	height:100%;
	background:url(../assets/WebImages/content_bg.gif) repeat-y;


}


/****************************************************text Classes**********************************************/

.heading_table {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	color:#fff;
	line-height:28px;
	padding:50px;
	
}

.text_table {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:12px;
	color:#6f6f6f;
	line-height:22px;
	padding:8px;
	
}

.search_box_text {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:14px;
	color:#6f6f6f;
	line-height:24px;
	padding:8px;
	
}

.input_box {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:11px;
	color:#8c8c8c;
	
}



a.menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#000;
	font-style:italic;
	font-weight:bold;
	text-decoration:none;
	padding:0px 10px 0px 20px;
}
a.menu:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-style:italic;
	font-weight:bold;
	color:#af2828;
	text-decoration:underline;
	
}

a.popup_link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#9c1212;
	font-style:italic;
	font-weight: normal;
	text-decoration:none;

}
a.popup_link:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:italic;
	font-weight: normal;
	color:#5F3E2F;
	text-decoration:underline;
	
}

a.foter_link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#5F3E2F;
	font-weight:bold;
	text-decoration: underline;

}
a.foter_link:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#9c1212;
	font-weight:bold;
	text-decoration: underline;
	
}

a.email_footer_bottom {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#9c1212;
	font-weight: normal;
	padding:4px;
	text-decoration: underline;

}
a.email_footer_bottom:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#5F3E2F;
	font-weight: normal;
	padding:4px;
	text-decoration: none;
	
}

#footer_bottom a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#5F3E2F;
	font-weight:bold;
	padding:2px;
	line-height:20px;
	text-decoration: underline;

}
#footer_bottom a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#9c1212;
	font-weight:bold;
	padding:2px;
	text-decoration: underline;
	
}


.no_link {
font-family:Georgia, "Times New Roman", Times, serif;
color:#80341a;
text-decoration:none;
font-size:17px;
font-weight:bold;
font-style:italic;
padding:28px;
margin:20px;
}

/*----------------------------- UI Tabs-------------/*

/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .tabs-nav {
        display: none;
    }
}

/* Skin */
.tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 4px;
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.tabs-nav li {
    float: left;
    margin: 0 0 0 1px;
    min-width: 84px; /* be nice to Opera */
}
.tabs-nav a, .tabs-nav a span {
    display: block;
    padding: 0 10px;
    background: url(../assets/WebImages/tab-1.png) no-repeat;
}
.tabs-nav a {
    position: relative;
    top: 1px;
    z-index: 2;
    padding-left: 0;
    color: #260403;
    font-size: 14px;
	font-family:Georgia, "Times New Roman", Times, serif;
    font-weight: bold;
	font-style:italic;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
}
.tabs-nav .tabs-selected a {
    color: #000;
}
.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
    background-position: 100% -150px;
    outline: 0; /* prevent dotted border in Firefox */
}
.tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
    background-position: 100% -100px;
}
.tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 6px;
    padding-right: 0;
}
*>.tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.tabs-nav .tabs-selected a span {
    padding-top: 7px;
}
.tabs-nav .tabs-selected a span, .tabs-nav a:hover span, .tabs-nav a:focus span, .tabs-nav a:active span {
    background-position: 0 -50px;
}
.tabs-nav a span, .tabs-nav .tabs-disabled a:hover span, .tabs-nav .tabs-disabled a:focus span, .tabs-nav .tabs-disabled a:active span {
    background-position: 0 0;
}
.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.tabs-nav .tabs-disabled {
    opacity: .4;
}
.tabs-container {
    border:1px solid #3c576c;
	padding: 1em 8px;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}
.tabs-loading em {
    padding: 0 0 0 20px;
    background: url(../assets/WebImages/loading.gif) no-repeat 0 50%;
}

a.popup {
	color: #8a0601;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight: normal;
	text-decoration: underline;
}

a.popup:hover {
	color: #A00701;
	text-decoration: underline;
}


/* Tables START used to display tabular Data. */
/* Apply to <table> tags only. 
Example: <table border="1" cellpadding="0" cellspacing="0" class="tabularData">*/
table.tabularData
{
	border-collapse: separate;
	background-color: white;
	border: 1px solid #dddddd;
}

table.tabularData td
{
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: #dddddd #dddddd #dddddd #dddddd;
	background-color: white;
}

table.tabularData th
{
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: #dddddd #dddddd #dddddd #dddddd;
	background-color: white;
}



table.tabularData td, table.tabularData th{
	padding: 3px;
}
table.tabularData th, table.tabularData th a:link, table.tabularData th a:visited, table.tabularData th a:hover, table.tabularData th a:active  {
	background: #fbfcfd;
	color: #5F3E2F;
}

/* oldprice is displayed when there is a discount */
.oldprice {
	text-decoration: line-through;
}
.smallprint {
	font-size: 10px;
}

.pagingLinks {
	text-align: center;
}

.errorMessage {
	color: #993333;
	font-weight: bold;
}
/* This aligns products to the top of the table cell with horizontal display of results */
table#tableSearchResults td {
	vertical-align:top;
	
/* Tables END used to display tabular Data. */
/* Apply to <table> tags only. 
Example: <table border="1" cellpadding="0" cellspacing="0" class="tabularData">*/
