/* main selectors */
body {
	margin: 0;
	padding: 0;
	background: #8FA2A6 url(../images/background-body.png) repeat-x;
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #000;
}

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

a:hover {
	text-decoration: underline;
}

img {
	border: none;
	vertical-align: middle;
}

p {
	margin: 0;
	padding: 0 0 12px 0;
}

ul, ol {
	margin: 0 0 0 20px;
	padding: 0 0 12px 0;
}

h2 {
	font: normal 42px/40px Georgia,'Times New Roman', Times, serif;
	margin: 0;
	padding: 0 0 12px 0;
}

.page-head h2, .page-head-alt h2 {
	font-size:1.7em !important;
	font-weight:normal !important;
	color:#414141;
	font-size:13px;
	font-weight:bold;
	margin:0;
	padding:0 0 6px;
	text-align:left;
	text-transform:none !important;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 6px 0;
	color: #414141;
}

/* form elements */
form {
	margin: 0;
	padding: 0;
}

input.text {
	margin: 0;
	padding: 2px 4px;
	font: 11px/13px Arial, Helvetica, sans-serif;
	vertical-align: middle;
	outline: none;
}

input:focus {
	outline: none;
}

/* main layouts and backgrounds */
#container {
	width: 977px;
	margin: 0 auto;
}

#main {
	width: 977px;
	height: 1012px;
	background: url(../images/background-main.jpg) no-repeat;
	position: relative;
	z-index: 4;
	margin-bottom: 10px;
	overflow: hidden;
}

body.index #main,
body.cms-home #main{
	height: 887px;
	background-image: url(../images/background-main-index.jpg);
}

#main2 {
	width: 932px;
	background: #C3CED6 url(../images/border-light.gif) repeat scroll 0 0;
	padding: 14px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	z-index: 4;
	height:auto;
	margin-bottom: 10px;
}

#main2 div.inner {
	position: relative;
	background: #FFF;
	overflow: hidden;
	padding: 14px;
}

/* header section */
#header {
	height: 66px;
	position: relative;
	z-index: 5;
}

/* logo section */
h1.logo {
	position: absolute;
	top: 15px;
	left: 20px;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

h1.logo a {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/logo.gif) no-repeat;
	width: 165px;
	height: 45px;
}

/* navigation section */
#navigation {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 42px;
	right: 14px;
	font-size: 11px;
	line-height: 26px;
	text-transform: uppercase;
	color: #FFF;
}

#navigation strong {
	color: #000;
}

#navigation ul {
	display: none;
	position: absolute;
	top: 24px;
	line-height: 15px;
	left: 0;
	width: 200px;
	background: #FFF;
	margin: 0;
	padding: 0;
	list-style: none;
	text-transform: none;
}

#navigation ul ul {
	display: none;
	position: absolute;
	top: 0;
	left: 200px;
}

#navigation li {
	float: left;
	padding-left: 12px;
	position: relative;
}


#navigation ul li {
	float: none;
	padding: 1px 12px;
	position: relative;
}

#navigation li:hover ul,
#navigation li.hover ul {
	display: block;
}


#navigation li:hover ul ul,
#navigation li.hover ul ul {
	display: none;
}

#navigation ul li:hover ul,
#navigation ul li.hover ul {
	display: block;
}

#navigation li a {
	color: #FFF;
}

#navigation li a:hover {
	color: #E55124;
	text-decoration: none;
}

#navigation li.extra a {
	color: #E55124;
}

#navigation li.active a {
	color: #000;
}

#navigation ul a {
	color: #000 !important;
}

#navigation ul a:hover {
	text-decoration: underline;
}

/* footer section */
#footer {
	width: 100%;
	position: relative;
	font-size: 10px;
	color: #FFF;
}

#footer div.main {
	border-bottom: 1px solid #839498;
	width: 100%;
	overflow: hidden;
}

#footer div.sub {
	border-top: 1px solid #B1B9BB;
	width: 100%;
	overflow: hidden;
	padding-bottom: 20px;
}

#footer a {
	color: #FFF;
}

#footer a:hover {
	color: #E55124;
	text-decoration: none;
}

#footer div.main ul,
#footer div.sub ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 26px;
	text-transform: uppercase;
}

#footer div.main ul li,
#footer div.sub ul li {
	float: left;
	padding: 7px 0 0 6px;
	margin-right: 6px;
	display: inline;
	background: url(../images/footer-main.gif) no-repeat;
}

#footer div.sub ul li {
	background-image: url(../images/footer-sub.gif);
	padding-top: 0;
	padding-bottom: 7px;
}

#footer ul li.first,
#footer ul li:first-child {
	background: none !important;
}

#footer div.sub p {
	clear: left;
	padding-top: 8px;
	padding-left: 6px;
	font-size: 11px;
}

#footer a.ags {
	float: right;
	width: 125px;
	height: 48px;
	text-indent: -9999px;
	overflow: hidden;
	margin: 15px 10px 0 0;
	background: url(../images/logo-ags.gif) no-repeat;
}

/* content section */
#content {
	width: 950px;
	height: 550px;
	position: relative;
	z-index: 4;
	margin: 0 auto 10px auto;
	overflow: hidden;
}

/* inner boxes section */

/* about box section */
div.about {
	width: 100%;
	overflow: hidden;
}

div.about div.icon {
	width: 256px;
	float: left;
	padding-left: 9px;
	padding-top: 60px;
	text-align: center;
}

div.about div.text {
	width: 640px;
	float: right;
	padding-right: 12px;
	padding-top: 25px;
}

div.about div.text div.main {
	line-height: 22px;
	padding-bottom: 25px;
}

div.about div.text div.main p {
	padding-bottom: 0;
}

div.about div.sub {
	width: 100%;
	overflow: hidden;
}

div.about div.sub div.contact {
	width: 230px;
	float: left;
}

div.about div.sub div.subscribe {
	width: 370px;
	float: right;
	padding-right: 20px;
	font-size: 11px;
}

div.about div.sub div.contact p {
	padding: 0;
}

div.about div.contact ul {
	margin: 0;
	list-style: none;
}

div.about div.contact ul.phone {
	font-weight: bold;
}

/* product box section */
div.product {
	width: 100%;
	overflow: hidden;
}

div.product div.icon {
	width: 256px;
	float: left;
	padding-left: 9px;
	padding-top: 60px;
	text-align: center;
	position: relative;
}

div.product div.text {
	width: 640px;
	height: 525px;
	overflow: hidden;
	position: relative;
	float: right;
	padding-right: 12px;
	padding-top: 25px;
}

div.product div.main {
	line-height: 21px;
}

div.product div.main h2 {
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 4px;
}

div.product div.main p.title {
	font-size: 15px;
}

div.product div.main div.inner {
	padding-left: 5px;
}

div.product div.main dl {
	width: 100%;
	overflow: hidden;
	font-size: 13px;
	margin: 0;
	padding: 0;
}

div.product div.main dl .price1 {
	text-decoration: line-through;
}

div.product div.main dl .price2 {
	color: #E55124;
}

div.product div.main dt {
	margin: 0;
	padding: 0 5px 0 0;
	float: left;
	clear: left;
	font-weight: bold;
}

div.product div.main dd {
	margin: 0;
	padding: 0;
	height: 1%;
	overflow: hidden;
	display: table;
}

div.product div.main p.share {
	font-weight: bold;
	padding: 0;
	font-size: 14px;
}

div.product div.main p.more {
	padding-bottom: 4px;
}

div.product div.main p.share a,
div.product div.main p.more a {
	color: #000;
	border-bottom: 1px dotted #000;
}

div.product div.main p.share a:hover,
div.product div.main p.more a:hover,
div.product div.main p.try a:hover {
	text-decoration: none;
	border: none;
}

div.product div.main p.try {
	font-weight: bold;
}

div.product div.main p.try a {
	color: #E55124;
	border-bottom: 1px dotted #E55124;
}

div.product div.main p.buy {
	padding: 20px 0;
}

div.product div.main p.buy input.text {
	width: 20px;
}

div.product div.main p.buy input.submit {
	border: none;
	background: transparent;
	font: bold 18px Arial, helvetica, sans-serif;
	color: #E55124;
	margin: 0;
	vertical-align: middle;
	letter-spacing: -1px;
}

div.product div.sub {
	position: absolute;
	bottom: 0px;
	left: 5px;
	width: 645px;
	height: 220px;
	overflow: auto;
	float: left;
}

div.product div.sub div.scroll {
	width: 600px;
}

div.product div.sub h3 {
	color: #6C7F87;
	font-size: 11px;
}

/* sociable icons section */
ul.sociable {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer ul.sociable {
	position: absolute;
	top: 11px;
	right: 26px;
}

#header ul.sociable {
	position: absolute;
	top: 16px;
	right: 12px;
}

ul.sociable li {
	float: left;
	padding-left: 5px;
}

ul.sociable a {
	float: left;
	width: 16px;
	height: 16px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/sociable.gif) no-repeat;
}

ul.sociable li.twitter a {background-position: 0 0;}
ul.sociable li.facebook a {background-position: -16px 0;}
ul.sociable li.youtube a {background-position: -32px 0;}
ul.sociable li.linkedin a {background-position: -48px 0;}
ul.sociable li.vimeo a {background-position: -64px 0;}

#header ul.toplinks {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 16px;
	right: 12px;
	color: #51608E;
}

#header ul.toplinks li {
	float: left;
	padding-left: 8px;
}

#header ul.toplinks a {
	color: #51608E;
}

#header ul.toplinks a:hover {
	color: #E55124;
	text-decoration: none;
}

/* promo section */
#promo {
	width: 950px;
	height: 550px;
	position: relative;
	margin: 0 auto 14px auto;
}

#promo div.promo-item {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}

#promo div.icon {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
	background: #E8EEEA;
	width: 950px;
	height: 550px;
}

#promo div.icon img {
	display: block;
	margin: 0;
	padding: 0;
	border: none;
	width: 950px;
	height: 550px;
}

#promo div.text {
	position: absolute;
	top: 100px;
	left: 45px;
	width: 350px;
	z-index: 5;
}

#promo div.text p {
	padding: 0 0 2px 0;
	font-size: 12px;
}

#promo div.text p.tagline {
	font-size: 17px;
	line-height: 22px;
	padding-bottom: 8px;
}

#promo div.text p.link {
	text-transform: uppercase;
}

#promo div.text p.link a {
	padding-right: 13px;
	background: url(../images/link-promo.gif) no-repeat right;
}

#promo div.text h2 {
	padding-bottom: 8px;
}

/* tabset section */
ul.tabset {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.tabset li {
	float: left;
	padding-left: 3px;
}

ul.tabset li a {
	width: 7px;
	height: 7px;
	text-indent: -9999px;
	overflow: hidden;
	float: left;
	background: url(../images/tabset.gif) no-repeat;
}

ul.tabset li a:hover,
ul.tabset li.active a {
	background-position: -7px 0;
}

/* recent items section */
#recent {
	width: 932px;
	height: 415px;
	margin: 0 auto;
	background: #C9D2D4 url(../images/border.gif) repeat;
	padding: 14px;
}

#recent div.panelContainer {
	position: absolute;
	top: 0;
	left: 0;
	width:  9999px;
}

#recent div.panelSlider {
	width: 9999px;
	overflow: hidden;
}

#recent ul.tabset {
	position: absolute;
	z-index: 10;
	left: 50%;
	margin-left: -10px;
}

#recent ul.ttop {top: 10px;}
#recent ul.tbottom {bottom: 10px;}

#recent div.inner {
	background: #FFF;
	width: 932px;
	height: 415px;
	overflow: hidden;
	position: relative;
}

#recent div.panel {
	float: left;
	width: 800px;
}

#recent div.tabs {
	position: absolute;
	z-index: 3;
	top: 0;
	left: 66px;
	width: 800px;
	height: 420px;
	overflow: hidden; /* comment this :) */
}

#recent a.prev,
#recent a.next {
	position: absolute;
	z-index: 4;
	top: 198px;
	width: 24px;
	height: 37px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/recent-prevnext.gif) no-repeat;
}

#recent div.tabs ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	overflow: hidden;
	height: 415px;
}

#recent div.tabs ul li {
	float: left;
	width: 266px;
	text-align: center;
	line-height: 415px;
	position: relative;
	height: 415px;
}

* html #recent div.tabs ul li {
	position: relavive;
	top: 50%;
	height: auto;
}


#recent div.tabs ul a {
	color: #FFF;
}

#recent div.tabs ul a:hover {
	text-decoration: none;
}

#recent div.tabs ul img {
	vertical-align: middle;
}

* html #recent div.tabs ul img {
	position: relative;
	top: -50%;
	display: block;
	margin: 0 auto;
}

#recent div.tabs ul a.zoom,
#listing div.content ul a.zoom {
	position: absolute;
	z-index: 10;
	top: 300px;
	left: 140px;
	width: 19px;
	height: 19px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/zoom.png) no-repeat;
}
* html #recent div.tabs ul a.zoom {
	top: 100px;
}

#listing div.content ul a.zoom {
	top: 250px;
}

div.product div.icon a.zoom {
	position: absolute;
	top: 90%;
	left: 70%;
	width: 27px;
	height: 31px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/zoom-large.png) no-repeat;
}

#recent a.prev {left: 14px;}
#recent a.next {right: 14px;background-position: -24px 0;}

#recent p.more {
	position: absolute;
	bottom: 7px;
	right: 6px;
	font: 15px/17px Georgia, 'Times New Roman', Times, serif;
	padding: 0;
}

#recent p.more a {
	color: #8EA1A5;
}

/* teasers box section */
#teasers {
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}

/* specials box section */
div.specials {
	width: 312px;
	height: 158px;
	float: left;
	margin-left: 20px;
	background: #C3CED6 url(../images/border-light.gif) repeat;
	padding: 12px;
}

div.specials div.inner {
	background: #FFF;
	border: 10px solid #E2E4E3;
	width: 292px;
	height: 138px;
	overflow: hidden;
	position: relative;
}

div.specials img.icon {
	position: absolute;
	left: -1px;
	bottom: 0px;
}

div.specials div.text {
	padding: 20px 10px 0 145px;
	color: #4A4A4A;
	line-height: 18px;
}

div.specials p.link {
	width: 100%;
	overflow: hidden;
}

div.specials p.link a {
	width: 125px;
	height: 26px;
	float: right;
	text-indent: -9999px;
	overflow: hidden;
	background: #687F94 url(../images/link-specials.gif) no-repeat;
}

/* guide box section */
div.guide {
	width: 574px;
	height: 158px;
	float: right;
	margin-right: 20px;
	background: #C3CED6 url(../images/border-light.gif) repeat;
	padding: 12px;
}

div.guide div.inner {
	background: #FFF;
	border: 10px solid #E2E4E3;
	width: 554px;
	height: 138px;
	overflow: hidden;
	position: relative;
}

div.guide img.icon {
	position: absolute;
	left: -1px;
	bottom: 0px;
}

div.guide div.text {
	padding: 20px 10px 0 175px;
	color: #4A4A4A;
	line-height: 18px;
}

div.guide p.link {
	width: 100%;
	overflow: hidden;
}

div.guide p.link a {
	width: 215px;
	height: 26px;
	float: right;
	text-indent: -9999px;
	overflow: hidden;
	background: #687F94 url(../images/link-guide.gif) no-repeat;
}

/* welcome box section */
#welcome {
	width: 100%;
	overflow: hidden;
	color: #FFF;
}

#welcome div.subscribe {
	width: 336px;
	float: left;
	padding-left: 20px;
	font-size: 11px;
}

#welcome div.about {
	width: 575px;
	float: right;
	padding-right: 32px;
	font-size: 13px;
	line-height: 20px;
}

#welcome div.about p {
	padding: 0;
}

/* quick subscribe form section */
p.quick-subscribe {
	width: 100%;
	overflow: hidden;
}

p.quick-subscribe span.field {
	width: 209px;
	height: 20px;
	float: left;
	background: url(../images/subscribe-field.png) no-repeat;
	padding: 4px 10px;
}

p.quick-subscribe span.field input.text {
	width: 199px;
	position: relative;
	border: none;
	background: transparent;
	color: #677F93;
}

p.quick-subscribe a.button,
p.quick-subscribe input.button {
	float: left;
	margin: 0 0 0 5px;
	border: 0;
	display: inline;
	width: 94px;
	height: 26px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/button-subscribe.png) no-repeat;
}

/* listing section */
#listing {
	width: 932px;
	height: 974px;
	background: #C3CED6 url(../images/border-light.gif) repeat scroll 0 0;
	padding: 14px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	z-index: 4;
}

#listing div.inner {
	position: relative;
	width: 932px;
	height: 974px;
	background: #FFF;
	overflow: hidden;
}

#listing h2 {
	position: absolute;
	top: 10px;
	left: 10px;
	font-size: 11px;
	line-height: 15px;
	color: #E55124;
	font-weight: bold;
}

#listing ul.tabset {
	position: absolute;
	z-index: 10;
	left: 50%;
	margin-left: -10px;
}

#listing ul.ttop {top: 10px;}
#listing ul.tbottom {bottom: 10px;}

#listing div.content {
	width: 800px;
	margin: 0 auto;
	padding-top: 60px;
}

#listing div.content ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 11px;
	color: #8DA0A5;
	line-height: 15px;
}

#listing div.content ul li {
	height: 430px;
	margin-bottom: 20px;
	width: 180px;
	padding: 0 10px;
	float: left;
	position: relative;
	overflow: hidden;
}

#listing div.content h3 {
	font-size: 13px;
	color: #414141;
	font-weight: bold;
	padding-bottom: 4px;
}

#listing div.content h3 a {
	color: #414141;
}

#listing div.content p {
	padding: 0;
}

#listing div.content div.icon {
	height: 310px;
	overflow: hidden;
}

/* fader section */
#promo div.fader {
	position: absolute;
	bottom: 1px;
	left: 0;
	width: 948px;
	z-index: 4;
}

div.fader ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 314px;
	height: 98px;
	margin-left: 2px;
	display: inline;
	position: relative;
	overflow: hidden;
}

div.fader ul li {
	position: absolute;
	top: 0;
	left: 0;
	width: 314px;
	height: 98px;
}

div.fader ul li img {
	display: block;
	width: 314px;
	height: 98px;
}