div#wrapper {
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 940px;
}

div#inner_wrapper { margin-top: 20px; display: block; }

div#header { position: relative; height: 120px; width: _wid_full_; }

div#header_contact {
	position: absolute;
	top: 70px;
	right: 22px;
	width: 460px;
	height: 30px;
	line-height: 28px;
	text-align: right;
}

div#header_contact span {
	color: #77479D;
	text-transform: capitalize;
	font-weight: bold;
	font-size: 20px;
	font-family: 'din_bold';
}

div#header_contact span span, div#header_contact span span a {
	color: #2A292B;
	text-transform: lowercase;
	font-weight: normal;
	font-family: 'din_bold';
}

div#header_bar { position: absolute; left: 508px; top: 0; width: 400px; height: 45px; background: url(../images/backgrounds/header_bar.png) left top no-repeat; }

div#header a#logo {
	position: absolute;
	width: 190px;
	height: 63px;
	top: 30px;
	left: 20px;
}

div#header a#logo.secure { left: 25px; }

div#header a#logo img {
	width: 190px;
	height: 63px;
}

/* Content / Cols */
div#content {
	min-height: 350px;
	height: auto !important;
	height: 350px;
	padding: 0;
	width: 940px;
	/*overflow: hidden;*/
}
div#content.secure{ padding-top: 20px; }
div#content.home { padding: 0; }

/* Columns */
div#leftcol img, div#rightcol img { vertical-align: bottom; }
div#leftcol, div#rightcol, div#maincol, div#maincol2, div#fullcol, div#middlecol { font-size: 12px; float: left; }

#leftcol {
	width: _wid_leftcolie_;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: _wid_leftcol_;
	padding: 0;
	margin-right: 30px;
	overflow: hidden;
}

div#maincol, div#maincol2 {	width: _wid_maincol_; padding-bottom: 20px; /*overflow: hidden; can't be used because of sale graphics overlapping the column */ }

div#fullcol { float: none; }

div#middlecol { width: _wid_middlecol_; }

div#rightcol {
	width: _wid_rightcolie_;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: _wid_rightcol_;
	padding: 0 0 0 20px;
}

/* Footer */
div#footerbar {
	background: #F2F2F2;
	padding: 20px;
	margin-bottom: 10px;
}

div#footerbar div ul {
	padding: 0;
	margin: 0 0 10px 0;
}

div#footerbar div ul li {
	float: left;
	width: 160px;
	padding: 0 10px 5px 0;
	margin: 0;
	list-style: none;
}

div#footerbar div ul li a { font-weight: bold; font-size: 11px; }

div#footer_wrapper {
	background: url(../images/backgrounds/footer.png) left bottom repeat-x;
	width: 100%;
	height: 215px;
	overflow: hidden;
	border: 1px solid #C9C9C9;
	border-left: 0;
	border-right: 0;
}

div#footer {
	position: relative;
	background: url(../images/backgrounds/footer.png) left top no-repeat;
	margin: 0 auto;
	clear: both;
	line-height: 24px;
	padding: 20px 30px;
	color: _default_;
	width: 880px;
	overflow: hidden;
	height: 295px;
}

#footer span {
	font-size: 12px;
	color: #666;
	line-height: 16px;
}

div#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 150px;
}
#footer ul.footer_cats { width: 695px; }

div#footer ul.first { margin-left: 0; }

div#footer ul li {
	margin: 0;
	padding: 0;
	text-align: left;
}

div#footer ul li span {
	color: #CCC;
	padding: 0 5px;
}

div#footer a {
    color: #5A5A5A;
    font-size: 11px;
    line-height: 14px !important;
}
div#footer a:hover { text-decoration: underline; }

div#footer a.title {
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
}

div#footer ul li.title a {
	font-size: 13px;
	font-weight: bold;
	color: #434343;
	line-height: 23px;
	background: none;
	padding-left: 0;
}

div#footer_bar {
  position: relative;
	width: 840px;
	display: block;
	margin: 20px auto 0 auto;
	height: 70px;
	padding: 0 20px 0 20px;
	text-align: left;
	color: _default_;
	overflow: hidden;
	float: left;
}
div#footer_bar div.card_icons {
    position: absolute;
    left: 250px;
    top: 22px;
}

div#footer_bar div.verisign a {
    width: 133px;
    height: 43px;
    display: block;
    text-indent: -99999px;
		margin-top: 15px;
    background: url("/images/backgrounds/verisign.png") left top no-repeat;
}

div.social_footer { position: absolute; right: 20px; top: 22px; background: url('/images/backgrounds/followus.png') center left no-repeat; padding-left: 92px;  }
a#footer_facebook, a#footer_google, a#footer_twitter { width: 28px; height: 28px; text-indent: -9999px; display:block; float: left; }

div.social_footer a#footer_twitter { background: url('/images/icons/footer_twitter.png') no-repeat; margin-right: 8px; }
div.social_footer a#footer_google { background: url('/images/icons/footer_google.png') no-repeat; }
div.social_footer a#footer_facebook { background: url('/images/icons/footer_fb.png') no-repeat; margin-right: 8px; }

#footer a#poweredby {
	position: absolute;
	top: 287px;
	right: 30px;
	display: block;
	height: 17px;
	width: 136px;
	float: right;
	text-indent: -9999px;
	margin-top: 20px;
	background: url('/images/evosite.png') no-repeat center top;
}

a#poweredby:hover { background-position: center bottom; }

/* Search area is contained within the topbar */

div#searchbar {
	position: absolute;
	top: 65px;
	left: 390px;
	display: block;
	margin: 0 auto;
	height: 30px;
	z-index: 22;
}

div#searchbar form, div#searchbar fieldset, div#searchbar legend, div#searchbar ul, div#searchbar ul li {
	padding: 0;
	margin: 0;
	border: none;
}

div#searchbar fieldset {
	margin: 0;
}

/* Jquery styled dropdown list */
div#searchbar div.jqselectlist {
	width: 140px;
	height: 40px;
	display: block;
	background: url(../images/backgrounds/search_cat_top.png) left top no-repeat;
	float: left;
	margin-right: 15px;
}

div#searchbar div.jqselectlist span.sel {
	font-size: 12px;
	line-height: 40px;
	text-align: left;
	padding-left: 15px;
	width: 100px;
	display: block;
	overflow: hidden;
}

div#searchbar div.jqselectlist ul, div#searchbar div.jqselectlist ul li {
	padding: 0;
	margin: 0;
	list-style: none;
}

div#searchbar div.jqselectlist ul {
	width: 108px;
	padding: 10px 15px;
	margin: -10px 0 0 0;
	background: #fff;
	border: 1px solid #CBCBCB;
	border-top: 0;
	border-radius: 0 0 5px 5px; -moz-border-radius: 0 0 5px 5px; -webkit-border-radius: 0 0 5px 5px;
}

div#searchbar div.jqselectlist ul li a {
	font-size: 12px;
	line-height: 22px;
}

div#searchbar div.jqselectlist ul li a:hover { text-decoration: underline; }

div#searchbar input#search_kw {
	width: 176px;
	height: 30px;
	line-height: 30px;
	padding: 0 12px;
	margin: 0;
	float: left;
	background: none;
	border: none;
	font-size: 14px;
	color: #9e9e9e;
	font-weight: bold;
	background: url(../images/backgrounds/search.png) left top no-repeat;
	border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px;
}
div#searchbar input#search_kw.search, div#searchbar input#search_kw:focus { background-position: left bottom; }

div#searchbar input#search_go {
	border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px;
	float: left;
	padding: 0;
	margin: 0;
	border: none;
	background: url(../images/buttons/search_go.png) left top no-repeat;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	cursor: pointer;
}

ul#header_nav {
	width: 260px;
	overflow: hidden;
	padding: 0;
	margin: 0 auto;
}

ul#header_nav li {
	padding: 0;
	margin: 0 17px 0 0;
	list-style: none;
	float: left;
	line-height: 40px;
}

ul#header_nav li.last { margin-right: 0; }

ul#header_nav li a {
	font-size: 13px;
	line-height: 16px;
	color: #FFF;
	text-transform: lowercase;
}

div.card_icons {
	width: 305px;
	height: 25px;
	display: block;
	text-indent: -99999px;
	background: url(../images/backgrounds/cards.png) left top no-repeat;
	margin-bottom: 0;
	float: left;
	clear: right;
}

p.newsletter_signup {
	background: url(../images/backgrounds/newsletter_signup.png) left top no-repeat;
	width: 251px;
	height: 21px;
	display: block;
}

/* Currency Selection */
div#currency_selector {
	position: absolute;
	top: 0;
	right: 0;
	width: 53px;
	height: 33px;
	padding: 0 10px;
	display: block;
	background: url(../images/backgrounds/currency.png) left top no-repeat;
}

div#currency_selector span {
	line-height: 26px;
	text-align: center;
	font-size: 12px;
	color: _default_;
	background-position: left center;
	background-repeat: no-repeat;
	display: block;
	text-indent: 28px;
}

#header div#currency_selection {
	width: 71px;
	display: block;
	background: #fff;
	z-index: 99999;
	position: absolute;
	right: 0;
	border: 1px solid #999;
	border-top: 0;
	border-radius: 0 0 5px 5px; -moz-border-radius: 0 0 5px 5px; -webkit-border-radius: 0 0 5px 5px;
}

#header div#currency_selection ul, #header div#currency_selection ul li {
	padding: 0;
	margin: 0;
}

#header div#currency_selection ul {
	overflow: auto;
	height: 50px;
	width: 53px;
	padding: 0 9px 9px 9px;
}

#header div#currency_selection ul li {
	list-style: none;
	clear: both;
	width: 53px;
	padding: 0;
}

#header div#currency_selection ul li a {
	padding: 0;
	line-height: 24px;
	text-indent: 28px;
	background-position: left center;
	background-repeat: no-repeat;
	text-align: left;
	text-transform: uppercase;
	display: block;
}
#header div#currency_selection ul li a:hover { color: _default_; text-decoration: underline; }

div.footer_inner {
	width: 940px;
	display: block;
	margin: 0 auto;
	text-align: left;
}

#header a#account {
	position: absolute;
	right: 83px;
	top: 0;
	width: 136px;
	height: 33px;
	display: block;
	color: _default_;
	line-height: 30px;
	background: url(../images/buttons/account.png) left top no-repeat;
	text-indent: 40px;
	text-transform: uppercase;
}

div.secure_card_icons {
	position: absolute;
	top: 15px;
	right: 0;
	width: 475px;
	height: 90px;
	display: block;
	text-indent: -99999px;
	background: url(../images/backgrounds/secure_cards.png) left top no-repeat;
}

div#header_contact {
    position: absolute;
    right: 10px;
    top: 67px;
    width: 285px;
    z-index: 1;
}

div#header_contact span, div#header_contact span a {
    font-size: 14px;
    color: #666;
    font-family: arial;
    font-weight: bold;
    text-transform: lowercase;
}
div#header_contact span strong {
    color: #bccb7b;
    text-transform: capitalize;
    letter-spacing: 1px;
		font-weight: bold !important;
}

/* Header account area */
div#header_account {
    position: absolute;
    top: 13px;
    right: 165px;
    width: auto;
    display: block;
    overflow: hidden;
}

div#header_account ul, div#header_account ul li {
    padding: 0;
    margin: 0;
    list-style: none;
}

div#header_account ul li {
    float: left;
    margin-right: 15px;
    line-height: 28px;
}
div#header_account ul li.last {
    margin-right: 0;
}
div#header_account ul li.cart { color: #879c29; font-size: 12px; border-right: 1px solid #EEEEEE; padding-right: 15px; }
div#header_account ul li.cart strong { font-weight: bolder; color: #697b1b; }
div#header_account ul li.cart.last {
    margin-right: 0 !important;
	/*padding-right: 0 !important;*/
    border-right: 0;
	/*width: 70px;*/
	width: auto;
}
div#header_account ul li.checkout a {
    width: 95px;
    height: 28px;
    line-height: 28px;
    display: block;
    text-indent: 10px;
    background: url(/images/buttons/checkout_header.png) left top no-repeat;
    font-weight: bolder;
    color: #697b1b;
    margin-right: 0;
}
div#header_account ul li.checkout a:hover { color: #879c29; }

#footer div.copy {
	width: 880px;
	float: left;
	display: block;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 20px;
	padding-top: 15px;
	color: #636363;
}
#footer a.home_read_more { color: #999; }

h2.pagetitle {
	border-bottom: 5px solid #E4E4E4;
	color: #333333;
	display: block;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 17px;
	font-style: normal;
	font-weight: normal;
	height: 15px;
	line-height: 28px;
	margin: 0;
	overflow: hidden;
	padding: 0 0 15px 10px;
	width: 170px;
}
#header .header_btn { margin-right: -1px; }
#header .header_btn a {
	background: #eee;
	border-radius: 12px 0px 0px 12px; -moz-border-radius: 12px 0px 0px 12px; -webkit-border-radius: 12px 0px 0px 12px;
	border: 1px solid #c7c7c7;
	padding: 0 10px;
	line-height: 28px;
	display: block;
	font-size: 12px;
	color: #35261d;
}

li#login_btn.last a {
	border-radius: 0px 12px 12px 0px; -moz-border-radius: 0px 12px 12px 0px; -webkit-border-radius: 0px 12px 12px 0px;
	padding: 0 15px;
}

div#talk_to_us {
    position: fixed;
    width: 310px;
    height: 290px;
    background: #383838;
    display: block;
    top: 120px;
    right: -310px;
    border-radius: 0 0 0 5px; -moz-border-radius: 0 0 0 5px; -webkit-border-radius: 0 0 0 5px;
    z-index: 9999;
}
div#talk_to_us div {
    width: 255px;
    height: 96px;
    display: block;
    overflow: hidden;
    padding: 15px;
    margin: 13px 0 0 13px;
    background: url(/images/buttons/quick_contact.png) left top no-repeat;
}
div#talk_to_us div p { text-align: left; }
div#talk_to_us a.tab {
    position: absolute;
    left: -40px;
    width: 40px;
    height: 186px;
    display: block;
    text-indent: -99999px;
    background: url("/images/buttons/quick_chat.png") left top no-repeat;
}
div#talk_to_us .live_chat a {
    margin-top: 10px;
    width: 130px;
    height: 39px;
    display: block;
    text-indent: -99999px;
    background: url(/images/buttons/quick_chat_btn.png) left top no-repeat;
}
div#talk_to_us .contact_us a {
    margin-top: 10px;
    width: 121px;
    height: 39px;
    display: block;
    text-indent: -99999px;
    background: url(/images/buttons/quick_contact_btn.png) left top no-repeat;
}
