/*---------------------------
global layout
---------------------------*/
body {
	margin: 0px;
	padding: 0px;
	background-color: #700019;
}

body form 
{
	margin: 0px;
	padding: 0px;
}

#container {
	width: 1000px;
	margin: 0px auto;
	padding: 0px 0px 20px 0px;
	background-color: #b3b3b3;
	background-image:url(../images/right_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#container_lg {
	width: 1300px;
	margin: 0px auto;
	padding: 0px 0px 20px 0px;
	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: 0px;
	padding: 0px;
}

#top_navbar {
	height: 37px;
	background-image: url(../images/top_navbar.gif);
	background-repeat: no-repeat;
	background-position: center top;
	clear: both;
	margin: 0px;
}

#top_navbar_lg {
	height: 37px;
	background-image: url(../images/top_navbar_lg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	clear: both;
	margin: 0px;
}

/*#left {
	margin-top: 0px;
	margin-left: 10px;
	width: 185px;
	background-color: #c6c6c6;
	float: left;
	background-image: url(../images/left_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	display: inline;
	overflow: hidden;
	height: 700px;
	
}

#right {
	margin-top: 0px;
	margin-right: 10px;
	width: 785px;
	float: right;
	background-color: #ffffff;
	display: inline;
}*/

#left
{
	height: 26px;
	width: 1000px;
	clear: left;
	background-color: #cccccc;
	margin: 0px;
}

#left_lg
{
	height: 26px;
	width: 1300px;
	clear: left;
	background-color: #cccccc;
	margin: 0px;
}

#right
{
	margin: 10px 10px 0px 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;
}
/* mac hide \*/
* html #right{height:600px;}
/* end hide */ 

#right_lg {
	margin: 0px 10px 0px 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: 0px 10px 0px 10px;
    padding: 0px 10px 0px 10px;
    background-color:#ffffff;
    text-align: center;
}

#footer_lg {
	width: 1260px;
    clear: left;
    margin: 0px 10px 0px 10px;
    padding: 0px 10px 0px 10px;
    background-color:#ffffff;
    text-align: center;
}

#language_choices
{
    text-align: right;
    margin: 10px 20px 5px 0px;
    vertical-align: middle;
    color: #777777;
    background-color: Transparent;
}

#language_choices1
{
    text-align: right;
    clear: both;
    margin: 0px 10px 0px 10px;
    padding: 0px 15px 0px 10px ;
    vertical-align: middle;
    color: #777777;
    background-color:#ffffff;
    font-size: smaller;
}

/*---------------------------
global tags
---------------------------*/

body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 17px;
	text-align: left;
	color: #333333;
}

p {
	margin: 0px;
	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: 0px;
	font-weight: bold;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #c5960c;
	margin: 0px;
	font-weight: bold;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0px;
	font-weight: normal;
}


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: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 17px;
	text-align: left;
	color: #333333;
}

select {
	margin: 0px;
	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: 0px;
	padding: 0px;
	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: 0px;
	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: 0px;
	padding: 0px;
	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: 0px;
	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: 0px;
}

.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: 0px;
}

.CssAdapterMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul
{
    width: 130px;
    left: 0px;
    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;
}
.lblH2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #c5960c;
	margin: 0px;
	font-weight: bold;
}
/*---------------------------
left formatting
---------------------------*/

/*#left ul {
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding: 0px;
	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: 0px;
	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: 0px;
	padding-left: 10px;
	padding-right: 50px;
	color: #ffffff;
	font-weight: bold;
}

.active_left {
	padding-bottom: 0px;
	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;
}

.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;
}

.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;
	
}