.handheld 
{
	display: none;
}

/*---- CSS RESET -----*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	border-style: none;
	border-color: inherit;
	border-width: 0;
	padding: 0;
	font-size: 100%;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}


/*---------------------------
global layout
---------------------------*/
body {
	background-color: #700019;
}



/* mac hide \*/
* html #right{height:600px;}
/* end hide */

#container {
	width: 1000px;
	margin:0 auto;
	padding:0 0 20px 0;
	background-color: #b3b3b3;
	background-image:url(../images/right_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#container_lg {
	width: 1300px;
	margin:0 auto;
	padding:0 0 20px 0;
	background-color: #b3b3b3;
	background-image:url(../images/right_bottom_lrg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#header {
	height: 119px;
	background-color: #a1a1a1;
	background-image: url(../images/evo_img2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0;
	padding: 0;
}

#top_navbar {
	height: 37px;
	background-image: url(../images/top_navbar.gif);
	background-repeat: no-repeat;
	background-position: center top;
	clear: both;
	margin: 0;
}

#top_navbar_lg {
	height: 37px;
	background-image: url(../images/top_navbar_lg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	clear: both;
	margin: 0;
}

#left
{
	height: 26px;
	width: 1000px;
	clear: left;
	background-color: #cccccc;
	margin: 0;
}

#left_lg
{
	height: 26px;
	width: 1300px;
	clear: left;
	background-color: #cccccc;
	margin: 0;
}

#right
{
	margin: 10px 10px 0 10px;
	width: 980px;
	background-color: #ffffff;
	background-image:url(../images/right_top_new.gif);
	background-repeat: no-repeat;
	background-position: left top;
	clear: left;
	padding-bottom: 10px;
	min-height:600px;
}

 

#right_lg {
	margin: 0 10px 0 10px;
	width: 1280px;
	background-color: #ffffff;
	background-image:url(../images/right_top_lg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	clear: left;
	padding-bottom: 10px;
}

#right_content {
	margin: 15px 15px 15px 15px;
}

#footer 
{
	width: 960px;
    clear: left;
    margin: 0 10px 0 10px;
    padding: 0 10px 0 10px;
    background-color:#ffffff;
    text-align: center;
}

#footer_lg {
	width: 1260px;
    clear: left;
    margin: 0 10px 0 10px;
    padding: 0 10px 0 10px;
    background-color:#ffffff;
    text-align: center;
}

#language_choices
{
    text-align: right;
    margin: 10px 20px 5px 0;
    vertical-align: middle;
    color: #777777;
    background-color: Transparent;
}

#language_choices1
{
    text-align: right;
    clear: both;
    margin: 0 10px 0 10px;
    padding: 0 15px 0 10px ;
    vertical-align: middle;
    color: #777777;
    background-color:#ffffff;
    font-size: smaller;
}

/*---------------------------
global tags
---------------------------*/

body {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 17px;
	text-align: left;
	color: #333333;
}

p {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 17px;
	text-align: left;
	color: #333333;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #700019;
	margin: 0;
	font-weight: bold;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #c5960c;
	margin: 0;
	font-weight: bold;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 50%;
	color: #7f7f7f;
	margin: 0;
	font-weight: normal;
	display: block;
	width: 100%;
}


a {
	color: #700019;
	text-decoration: none;
}

ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 17px;
	text-align: left;
	color: #333333;
}

input {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 17px;
	text-align: left;
	color: #333333;
}

select {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 17px;
	text-align: left;
	color: #333333;
}


/*---------------------------
top_navbar formatting (position: absolute; for FF in ul)
---------------------------*/

#top_navbar ul {
	margin-top: 3px;
	margin-bottom: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 30px;
	white-space: nowrap;
	position: absolute;
}

#top_navbar li {
	list-style-type: none;
	display: inline;	
}

#top_navbar li a {
	text-decoration: none;
	padding-bottom: 0;
	padding-left: 10px;
	padding-right: 50px;
	color: #ffffff;
}

#top_navbar li a:link {
	color: #ffffff;
}


#top_navbar li a:visited {
	color: #ffffff;
}


#top_navbar li a:hover {
	font-style: italic; 
	color: #ffffff;
	font-weight: bold;
}

/*---------------------------
top_navbar_lg wide formatting (position: absolute; for FF in ul)
---------------------------*/

#top_navbar_lg ul {
	margin-top: 3px;
	margin-bottom: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 30px;
	white-space: nowrap;
	position: absolute;
}

#top_navbar_lg li {
	list-style-type: none;
	display: inline;	
}

#top_navbar_lg li a {
	text-decoration: none;
	padding-bottom: 0;
	padding-left: 10px;
	padding-right: 50px;
	color: #ffffff;
}

#top_navbar_lg li a:link {
	color: #ffffff;
}


#top_navbar_lg li a:visited {
	color: #ffffff;
}


#top_navbar_lg li a:hover {
	font-style: italic; 
	color: #ffffff;
	font-weight: bold;
}

/*---------------------------
CssAdapterMenu formatting
--------------------------*/
/*.CssAdapterMenu .AspNet-Menu-Vertical
{
    position:relative;
    top: 30px;
    left: 0;
}

.CssAdapterMenu .AspNet-Menu-Vertical ul.AspNet-Menu, 
.CssAdapterMenu .AspNet-Menu-Vertical ul.AspNet-Menu ul
{
    width: 130px;
}*/
.CssAdapterMenu ul.AspNet-Menu, 
.CssAdapterMenu ul.AspNet-Menu ul
{
    background:#cccccc;
}

.CssAdapterMenu ul.AspNet-Menu li
{
    background:#cccccc;
}

.CssAdapterMenu ul.AspNet-Menu li a,
.CssAdapterMenu ul.AspNet-Menu li span
{
    padding: 4px 8px 4px 8px;
}

.CssAdapterMenu ul.AspNet-Menu li:hover, 
.CssAdapterMenu ul.AspNet-Menu li.AspNet-Menu-Hover
{
	background-color: #e7e7e8;
}

.CssAdapterMenu ul.AspNet-Menu li a:hover,
.CssAdapterMenu ul.AspNet-Menu li span.Asp-Menu-Hover
{
	color: #333333;

}

.CssAdapterMenu ul.AspNet-Menu li.AspNet-Menu-Leaf a:hover
{

}


.CssAdapterMenu .AspNet-Menu-Horizontal
{
    position:absolute;
    margin: 0;
}

.CssAdapterMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul
{
    width: 130px;
    left: 0;
    top: 25px;
}

.CssAdapterMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li
{
    text-align:center;
}

.CssAdapterMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li li
{
    text-align:left;
}

.CssAdapterMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul li
{
    width:130px;
}

.CssAdapterMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li ul li ul
{
    margin: -1.8em 0 0 126px;
}

.CssAdapterMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li a,
.CssAdapterMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li span
{
    display: inline;
    padding: 0 16px 0 5px;
    line-height: 24px;
    vertical-align: middle;
}

.CssAdapterMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul li a,
.CssAdapterMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul li span
{
    display: block;
}

.CssAdapterMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li
{
    height: 25px !important;

}

.CssAdapterMenu .AspNet-Menu-WithChildren
{
    background: transparent url(../images/down.gif) left center no-repeat;
    padding-left: 12px;

}

/*JIM*/
.CssAdapterMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li.AspNet-Menu-WithChildren span.AspNet-Menu-NonLink,
				.AspNet-Menu-Horizontal ul.AspNet-Menu li.AspNet-Menu-WithChildren span.AspNet-Menu-NonLink,
													   li.AspNet-Menu-WithChildren span.AspNet-Menu-NonLink
{
    background: transparent url(../images/down.gif) left center no-repeat;
    padding-left: 12px;
}
/*JIM*/

.lblH2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #c5960c;
	margin: 0;
	font-weight: bold;
}
/*---------------------------
left formatting
---------------------------*/

/*#left ul {
	margin-top: 20px;
	margin-bottom: 0;
	margin-left: 20px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 30px;
	white-space: nowrap;
}

#left li {
	list-style-type: none;
}

#left li a {
	text-decoration: none;
	padding-bottom: 0;
	color: #333333;
}

#left li a:link {
	color: #333333;
}


#left li a:visited {
	color: #333333;
}


#left li a:hover {
	font-style: italic; 
	color: #333333;
	font-weight: bold;
	
}*/


/*---------------------------
classes
---------------------------*/

.active_top {
	font-style: italic;
	padding-bottom: 0;
	padding-left: 10px;
	padding-right: 50px;
	color: #ffffff;
	font-weight: bold;
}

.active_left {
	padding-bottom: 0;
	padding-right: 50px;
	color: #700019;
	font-weight: bold;
}

.copyright {
	margin-left: 205px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	line-height: 17px;
	text-align: center;
	color: #333333;
}



.special {
	color: #666666;
	margin-left: 25px;
	margin-right: 25px;
}

.special2 {
	color: #333333;
	margin-left: 25px;
	margin-right: 25px;
}

.right {
	text-align: right;
	margin-right: 20px;
	color: #ffffff;
	padding-top: 10px;
}

.MessageText
{
    color: red;
    font-family: Verdana, Arial;
    font-size: 12px;
}

.LinkMessageText
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #700019;
	margin: 0;
	font-weight: bold;
	text-decoration: underline;
}

.button {
	background-color: #333333;
	color: #ffffff;
	float: right;
	font-size: 11px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin-left: 10px;
	margin-top: 10px;
}

.button4 {
	background-color: #333333;
	color: #ffffff;
	float: left;
	font-size: 11px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin-left: 5px;
	margin-top: 10px;
}

.button2 {
	background-color: #333333;
	color: #ffffff;
	font-size: 11px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin-left: 10px;
}

.button3 {
	background-color: #333333;
	color: #ffffff;
	font-size: 11px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

/* Table Classes */
.corner1 {
	width: 20px;
	height: 20px;
	background-image: url(../images/corner_01.gif);
	background-repeat: no-repeat;
}
.corner2 {
	width: 20px;
	height: 20px;
	background-image: url(../images/corner_02.gif);
	background-repeat: no-repeat;
}

.corner3 {
	width: 20px;
	height: 20px;
	background-image: url(../images/corner_03.gif);
	background-repeat: no-repeat;
}

.corner4 {
	width: 20px;
	height: 20px;
	background-image: url(../images/corner_04.gif);
	background-repeat: no-repeat;
}

.table_left {
	background-image: url(../images/left.gif);
	background-repeat: repeat-y;
	width: 20px;
}

.table_right {
	background-image: url(../images/right.gif);
	background-repeat: repeat-y;
	width: 20px;
}

.table_top {
	background-image: url(../images/top.gif);
	background-repeat: repeat-x;
}

.table_bottom {
	background-image: url(../images/bottom.gif);
	background-repeat: repeat-x;
}
/* Table Classes with Grey Background #c6c6c6  */
.corner1g {
	width: 20px;
	height: 20px;
	background-image: url(../images/corner_01g.gif);
	background-repeat: no-repeat;
}
.corner2g {
	width: 20px;
	height: 20px;
	background-image: url(../images/corner_02g.gif);
	background-repeat: no-repeat;
}

.corner3g {
	width: 20px;
	height: 20px;
	background-image: url(../images/corner_03g.gif);
	background-repeat: no-repeat;
}

.corner4g {
	width: 20px;
	height: 20px;
	background-image: url(../images/corner_04g.gif);
	background-repeat: no-repeat;
}

.table_leftg {
	background-image: url(../images/leftg.gif);
	background-repeat: repeat-y;
	width: 20px;
}

.table_rightg {
	background-image: url(../images/rightg.gif);
	background-repeat: repeat-y;
	width: 20px;
}

.table_topg {
	background-image: url(../images/topg.gif);
	background-repeat: repeat-x;
}

.table_bottomg {
	background-image: url(../images/bottomg.gif);
	background-repeat: repeat-x;
}

.table_centerg 
{
	background-color:#c6c6c6 ;
}

#help
{
	border: solid 2px #c5960c;
	width: 400px;
	padding:3px 2px 3px 5px;
	display: none;
	
}

.HelpPanel
{
	border: solid 2px #c5960c;
	width: 400px;
	padding:3px 2px 3px 5px;
	display: none;
}

.CartListItemAlt
{
	background-color: Silver;	
}

.mobile 
{
	display: none;
}

.login_textbox 
{
	width: 331px;
}

.search_tableleft
{
	width: 45%;
	float: left;
}

.search_tableright
{
	width: 54%;
	float: right;
}

.halftd
{width: 50%;}

.textbox 
{
	width: 135px;
}

.textbox2 
{
	width: 193px;
}
.textbox3 
{
	width: 150px;
}


.ordertable_right 
{
	width: 40%;
	float: right;
	}			
	
.ordertable_right1
{
	width: 50%;
	float: right;
	position: relative;
	right: 30px;
	}

.ordertable_right td 
{
	padding-left: 0;
	padding-bottom: 5px;
	margin: 0;
	padding-right: 0;
	padding-top: 0;
}

.ordertable_right1 td 
{
	padding-left: 0;
	padding-bottom: 4px;
	margin: 0;
	padding-right: 0;
	padding-top: 0;
}

.ordertable_left 
{
	width: 40%;
	float: left;
	}
.ordertable_left2 
{
	width: 49%;
	float: left;
	}
	
	.ordertable_right2 
{
	width: 49%;
	float: right;
	}
		
.ordertable_left td 
{
	padding-left: 0px;
	padding-bottom: 5px;
	margin: 0;
	padding-right: 0;
	padding-top: 0;
}


.testborder 
{
	border-radius: 0;
}


.grid td
{
	padding: 0px  2px 0px 1px;
	vertical-align: top;
}	
