html, body, * {
	margin: 0;
	padding: 0;
	line-height: 1.2em;
}

html, body {
	background: #808383;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

.container:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.container {
	height: 1%;
	margin: 0 auto;
	width: 955px;
}

h1 {
	font: normal 24px Georgia, "Times New Roman", Times, serif;
	color: #464646;
}

h2 {
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	color: #33958E;
}

h3 {
	font: bold 12px Verdana, Helvetica, sans-serif;
	color: #83AE00;
}

h4 {
	font: bold 14px Verdana, Helvetica, sans-serif;
	color: #464646
}

p {}

ul {}

ul li {
	list-style: none;
}

a img {
	border: none;
}

option {
	padding-right: 10px;
}

label {
	cursor: pointer;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

.readMore {
	color: #34958E;
	background: url(/images/bg_readMore-arrow.gif) no-repeat right 3px;
	padding-right: 15px;
}

.inputText,
select,
textarea {
	border: 1px solid #ACB7B5;
	padding: 2px;
}

.submit a {
	display: inline-block;
	background: url(/images/bg_submit.jpg) no-repeat right top;
	text-decoration: none;
	color: #525252 !important;
}

.submit a span {
	display: inline-block;
	background: url(/images/bg_submit-span.jpg) no-repeat left top;
	padding: 6px 8px 5px;
	cursor: pointer;
}

a.selectCustom {
	display: inline-block;
	background: url(/images/bg_selectCustom.jpg) no-repeat right top;
	text-decoration: none;
	color: #525252 !important;
}

a.selectCustom span {
	display: inline-block;
	background: url(/images/bg_selectCustom-span.jpg) no-repeat left top;
	padding: 5px 22px 5px 8px;
	cursor: pointer;
}

a.backButton {
	display: inline-block;
	background: url(/images/bg_backButton.jpg) no-repeat left top;
	text-decoration: none;
	color: #525252 !important;
}

a.backButton span {
	display: inline-block;
	background: url(/images/bg_backButton-span.jpg) no-repeat right top;
	padding: 5px 8px 5px 29px;
	cursor: pointer;
}

a.printButton {
	display: inline-block;
	background: url(/images/bg_printButton.jpg) no-repeat right 1px;
	text-decoration: none;
	color: #525252 !important;
}

a.printButton span {
	display: inline-block;
	background: url(/images/bg_printButton-span.jpg) no-repeat left 1px;
	padding: 5px 29px 6px 8px;
	cursor: pointer;
}

a.sendFriendButton {
	display: inline-block;
	background: url(/images/bg_sendFriendButton.jpg) no-repeat right top;
	text-decoration: none;
	color: #525252 !important;
	margin-left: 12px;
}

a.sendFriendButton span {
	display: inline-block;
	background: url(/images/bg_sendFriendButton-span.jpg) no-repeat left top;
	padding: 5px 29px 5px 8px;
	cursor: pointer;
}

a.sendButton {
	display: inline-block;
	background: url(/images/bg_sendButton.jpg) no-repeat right top;
	text-decoration: none;
	color: #525252 !important;
}

a.sendButton span {
	display: inline-block;
	background: url(/images/bg_sendButton-span.jpg) no-repeat left top;
	padding: 4px 27px 6px 8px;
	cursor: pointer;
}

a.addToAny {
	display: inline-block;
	background: url(/images/bg_addToAny.gif) no-repeat right top;
	text-decoration: none;
	color: #525252 !important;
	margin-left: 12px;
}

a.addToAny span {
	display: inline-block;
	background: url(/images/bg_sendButton-span.jpg) no-repeat left top;
	padding: 4px 27px 6px 8px;
	cursor: pointer;
}

a.cancelButton {
	display: inline-block;
	background: url(/images/bg_cancelButton.jpg) no-repeat right top;
	text-decoration: none;
	color: #525252 !important;
	cursor: pointer;
}

a.cancelButton span {
	display: inline-block;
	background: url(/images/bg_cancelButton-span.jpg) no-repeat left top;
	padding: 4px 8px 6px 8px;
	cursor: pointer;
}

.addToBasket {
	display: inline-block;
	background: url(/images/bg_addToCart.jpg) no-repeat right top;
	text-decoration: none;
	color: #525252 !important;
	margin-top: 3px;
}

.addToBasket span {
	display: inline-block;
	background: url(/images/bg_addToCart-span.jpg) no-repeat left top;
	padding: 7px 30px 8px 8px;
	cursor: pointer;
}


/***********************************************************
	General
***********************************************************/

#general.home {
	background: #E7F0EE url(/images/bg_general.jpg) repeat-x top;
}

#general.internal {
	background: #E7F0EE url(/images/bg_general-internal.jpg) repeat-x top;
}


/***********************************************************
	Header
***********************************************************/

#header {
	height: 85px;
	background: url(/images/bg_header.jpg) no-repeat left top;
	position: relative;
	color: #FFF;
}

#header #logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 243px;
}

#header #logo a {
	display: block;
	text-align: center;
	padding: 8px 0 10px;
}

#header #login,
#header #welcome {
	position: absolute;
	top: 10px;
	left: 259px;
}

#header #welcome a {
	color: #FFF;
}

#header #topNav {
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
}

#header #topNav a.item {
	height: 26px;
	float: left;
	padding: 11px 25px 0 15px;
	background: url(/images/bg_topNav.gif) no-repeat left top;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

#header #topNav a.item.nb1 {
	background: url(/images/bg_topNav-nb1.gif) no-repeat right top;
	padding: 12px 43px 0 14px;
}

#header #topNav a.item.nb2 {
	background: url(/images/bg_topNav-nb2.gif) no-repeat right top;
	padding: 12px 32px 0 14px;
	width: 75px;
}

#header #topNav a.item.nb3 {
	background: url(/images/bg_topNav-nb3.gif) no-repeat right top;
	padding: 12px 32px 0 14px;
	width: 60px;
}

#header #languageDropdown {
	position: absolute;
	top: 37px;
	right: 0;
	background: #FFF;
	border: 1px solid #9AC9C5;
	border-top: none;
	padding: 10px;
	width: 85px;
	z-index: 2;
}

#header #searchDropdown {
	position: absolute;
	top: 37px;
	right: 106px;
	background: #FFF;
	border: 1px solid #9AC9C5;
	border-top: none;
	padding: 10px 10px 3px;
	width: 100px;
	z-index: 2;
}

#header #languageDropdown li,
#header #searchDropdown li {
	background: url(/images/bg_dropdown-li.gif) no-repeat left 5px;
	padding-left: 12px;
	line-height: 1.2em;
	padding-bottom: 10px;
}

#header #languageDropdown a,
#header #searchDropdown a {
	color: #33958E;
}

/***********************************************************
	Title & Main Nav
***********************************************************/

#mainNav {
	height: 28px;
	background: #D8E5E2;
	padding: 4px 5px 3px 30px;
	z-index: 1;
}

#mainNav .slogan {
	float: left;
	color: #33958E;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	margin: 0;
}

#mainNav ul {
	float: right;
	padding-top: 5px;
}

#mainNav li {
	float: left;
	border-right: 1px solid #636665;
	padding: 2px 15px;
}

#mainNav li.last {
	border: none;
}

#mainNav li a {
	color: #464646;
	font-weight: bold;
	text-decoration: none;
}

#mainNav li a:hover {
	text-decoration: underline;
}

#mainNav li a strong {
	background: url(/images/bg_mainNav-strong.gif) no-repeat right top;
	display: inline-block;
	margin: -3px 0;
	color: #33958E;
	text-decoration: none;
}

#mainNav li a strong span {
	background: url(/images/bg_mainNav-strong-span.gif) no-repeat left top;
	display: inline-block;
	padding: 3px 6px 3px 5px;
	cursor: pointer;
}


/***********************************************************
	Main
***********************************************************/

#main:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#main {
	height: 1%;
	padding: 0 0 15px;
}

#main .tags p {
	margin: 5px 0 0;
	line-height: 1.8em;
	text-align: center;
}

#main .tags p a {
	text-decoration: none;
	margin-right: 15px;
	display: inline-block;
}

#main .tags p a:hover {
	text-decoration: underline;
}

#main .tags p .size1 {
	font-size: 12px;
	color: #E1480B !important;
}

#main .tags p .size2 {
	font-size: 13px;
	color: #018879 !important;
	font-weight: bold;
}

#main .tags p .size3 {
	font-size: 18px;
	color: #A1C613 !important;
	font-weight: bold;
}


/***********************************************************
	Print And Send
***********************************************************/

#printAndSend {
	position: absolute;
	right: 0;
	bottom: 0;
}


/***********************************************************
	Send to friend
***********************************************************/

/* Button is styled on top of this css page */

#sendToFriend {
	background: white;
	color: #000 !important;
}

#sendToFriend h2 {
	background: url(/images/bg_sendFriend-h2.jpg) no-repeat left top;
	float: left;
	color: #FFF;
	margin-bottom: 15px;
}

#sendToFriend h2 span {
	background: url(/images/bg_sendFriend-h2-span.jpg) no-repeat right top;
	display: inline-block;
	padding: 15px 20px;
}

#sendToFriend p {
	margin: 0 0 15px;
	clear: left;
}

#sendToFriend table td {
	padding-bottom: 5px;
}

#sendToFriend table .left {
	width: 32%;
	text-align: right;
	padding-right: 5px;
}

#sendToFriend .inputText {
	width: 180px;
	color: #33958E;
}

#sendToFriend textarea {
	width: 265px;
	color: #33958E;
}


/***********************************************************
	Footer
***********************************************************/

#footer {
	background: #808383 url(/images/bg_footer.gif) repeat-x top;
	border-top: 1px solid #FFF;
	padding: 10px 0;
	color: #FFF;
}

#footer #footerMap:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#footer #footerMap {
	height: 1%;
	/* text-align: right; /* delete this line to align footer sitemap to left */
	padding-bottom: 20px;
}

#footer #footerMap .item:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#footer #footerMap .item {
	float: right; /* change to "left" to align footer sitemap to left */
	height: 1%;
	width: 180px;
	margin-right: 10px;
}

/*#footer #footerMap .item.nb1 {
	width: 305px;
}

#footer #footerMap .item.nb1 ul {
	float: left;
	margin-right: 40px;
}

#footer #footerMap .item.nb2 {
	width: 165px;
}

#footer #footerMap .item.nb3 {
	width: 185px;
}

#footer #footerMap .item.nb4 {
	width: 185px;
}

#footer #footerMap .item.nb5 {
	width: 115px;
}*/

#footer #footerMap .item h3 {
	font-size: 12px;
	padding-bottom: 5px;
	display: block;
}

#footer #footerMap .item h3 a {
	color: #FFF;
}

#footer #footerMap .item li {
	line-height: 1.7em;
	font-size: 11px;
}

#footer #footerMap .item li a {
	color: #FFF;
}

#footer .logos {
	float: left;
}

#footer .logos a {
	margin-right: 15px;
}

#footer #legal {
	float: right;
	margin-top: 55px;
}

#footer #legal a {
	color: #DD9C00;
	text-decoration: none;
}

#footer #legal a:hover {
	text-decoration: underline;
}