/* This file is for cross site styles (header, footer etc)*/ /* Page */
body {
	background: #eaeaea url() repeat-x;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #333;
	line-height: 24px;
}

#divPage {
	width: 800px;
	margin: 0 auto;;
	position: relative;;
	overflow: hidden;
    background: #FFFFFF;
	}

div.block{
	background: url(../images/blockmiddle.png) repeat-y;
	margin-bottom: 25px;
	
}

div.blockmiddle {
	position: relative;
	padding: 0 10px 10px 20px;
	height: 1%;
	
}

div.block span.blocktop {
	background: url(../images/blocktop.png) no-repeat;
	display: block;
	height: 8px;
	width: 800px;
	position: relative;
	top: -1px;
	left: 0;
}

div.block span.blockbottom {
	background: url(../images/blockbottom.png) no-repeat;
	display: block;
	height: 9px;
	width: 800px;
	position: relative;
	bottom: -3px;;
	left: 0;
	clear: both;
}

#divPage form.mainform {
	margin-top: 55px;
}

/* Header */
h1,h2,h3,h4 {
	margin: 0;;
	padding: 0;
}

#divHeader {
	height: 8px;
}

h1 {
	display: block;
	width: 185px;
	height: 90px;
	position: absolute;
	left: 25px;;
	top: 0;;
	z-index: 10;
}

h3 {
	font-weight: normal;
	font-size: 19px;;
	margin-bottom: 13px;;
	clear: left;
	font-size: 19px;
}

h4 {
	font-size: 19px;;
	padding-bottom: 2px;
	font-weight: normal;
	color: black;
	background: url(../images/dotted_line.png) repeat-x bottom left;
}

h4.strong {
	background: none;;
	font-weight: bold
}

h5 {
	font-size: 16px;
	font-weight: normal
}

h5.strong {
	font-weight: bold
}

h1 a {
	display: block;
	width: 185px;
	height: 90px;
}

/* Content */
#divContentRight,#divContentLeft {
	width: 50%;;
	float: left;
}

.leftpod {
	padding-bottom: 2.5em !important;
	vertical-align: top;;
	width: 350px;
	float: left;;
	margin-left: 15px;
}

/* Info links (login etc) */
#ulInfoLinks {
	position: absolute;
	top: 20px;;
	left: 3px;;
	font-size: 12px;;
	color: #CC0000;
	text-align: right;
	z-index: 10;
	background: url(../images/bar.png) no-repeat bottom right;;
	width: 750px;;
	padding-bottom: 13px;;
	padding-right: 15px
}

#ulInfoLinks  li a {
	text-decoration: underline;
	color: #5C6C7D;
	font-size: 12px;
}

#ulInfoLinks #liHelp {
	background: #b5e3ee;
	padding: 1px 5px;
}

#ulInfoLinks #liHelp a {
	color: #000000 !important;
	font-size: 12px;
}

/* Page warnings */
#divWarning {
	background: #FDFD91;
	border: solid 1px #F1F155;
	font-size: 14px;
	width: 97.5%;
	padding: 11px 11px;
	margin-bottom: 32px;
	color: #2366AA;
	position: relative;
	top: 10px;
}

#divWarning .notracker {
	margin-top: 30px;
}

#divWarning ul {
	margin: 0;;
	padding: 0 0 0 16px;
}

/* Tracker */
#ulTracker {
	position: relative;;
	height: 3em;
	font-size: 14px;;
	margin-top: 1px;
	padding: 10px 0 10px 0;
	width: 800px;

}

#ulTracker li {
	display: block;
	height: 25px;
	color: #333;
	margin: 0;;
	width: 182px;
	background: #ececec;
	margin-right: 1px;
	padding-left: 10px;
	padding-top: 2px;
	position: relative;
}

#ulTracker li a {
	text-decoration: none;;
	display: block;
}

#ulTracker li.last {
	margin-right: 0;
	width: 174px;
}

#ulTracker li img {
	position: absolute;
	right: 3px;;
	top: -13px;
}



#ulTracker1 {
	position: relative;;
	height: 3em;
	font-size: 14px;;
	margin-top: 1px;
	padding: 10px 0 10px 0;
	width: 800px;

}

#ulTracker1 li {
	display: block;
	height: 22px;
	color: #333;
	margin: 0;;
	width: 266px;
	background: #ececec;
	margin-right: 1px;
	padding-left: 10px;
	padding-top: 2px;
	position: relative;
}

#ulTracker1 li a {
	text-decoration: none;;
	display: block;
}

#ulTracker1 li.last {
	margin-right: 0;
	width: 174px;
}

#ulTracker1 li img {
	position: absolute;
	right: 3px;;
	top: -13px;
}



#ulTracker2 {
	position: relative;;
	height: 3em;
	font-size: 14px;;
	margin-top: 1px;
	padding: 10px 0 10px 0;
	width: 800px;

}

#ulTracker2 li {
	display: block;
	height: 25px;
	color: #333;
	margin: 0;;
	width: 245px;
	background: #ececec;
	margin-right: 1px;
	padding-left: 10px;
	padding-top: 2px;
	position: relative;
}

#ulTracker2 li a {
	text-decoration: none;;
	display: block;
}

#ulTracker2 li.last {
	margin-right: 0;
	width: 174px;
}

#ulTracker2 li img {
	position: absolute;
	right: 3px;;
	top: -13px;
}

/* Main menu */
#ulMainMenu {
	position: absolute;
	top: 25px;
	right: 12px;;
	font-size: 15px;;
	color: #808080;
}

#ulMainMenu a {
	padding: 2px 8px 0 8px;
	color: #ff0066;
}

#ulMainMenu #liMenuHome a {
	border-left: none;
}

form.notracker {
	margin-top: 50px;
}

/* Image headers */
h3.imagetitle {
	height: 65px;
	width: 350px;;
	margin-bottom: 10px;
}

#frmSalesForce {
	width: 555px;
}

/* Intro */
#divIntro {
	position: relative;
}

#divIntro h3 {
	height: 30px;;
	margin-top: 45px;
}

/* Global shipping */
p.globalshipping {
	left: 665px;;
	top: -25px;;
	height: 70px;;
	width: 70px;;
	position: absolute;;
	z-index: 80;
}

/* Products */
#divProducts {
	background: url(../../images/fade.png) repeat-x;;
	height: 300px;;
	width: 751px;;
	position: relative;
	left: -18px;
	border-bottom: solid 1px #d6d6d6;;
	padding-bottom: 1em;;
	padding-left: 15px;;
	padding-top: 5px;
}

div.productpod {
	float: left;
	width: 340px !important;;
	position: relative;
	color: #434343;
	padding-top: 12px;
}

div.productpod div.productshot {
	background: url(../../images/productborder.png);
	padding: 5px;
	margin-bottom: 10px;
}

div.productpod h4 {
	margin: 0;;
	border: none !important;;
	padding: 0 0 10px 1px;;
	background: none;
}

div.productpod hr {
	border: none;
	background: url(../../images/dotted_line.png) repeat-x;;
	margin: 10px 12px 0 12px;
}

div.productpod p {
	margin-top: 5px;
}

div.productpod .odd {
	margin-left: 15px;
}

div.productpod .even {
	margin-left: 30px !important;
}

/* starndard product shot*/
div.productpod {
	width: 357px;;
	margin-left: 10px;
}

div.productpod div.productshot {
	width: 328px;;
	height: 143px;;
	position: relative;
}

div.productpod div.productshot {
	background: url(../../images/productborder.png) no-repeat;
	width: 328px;;
	height: 143px;
	padding: 5px;
	margin-bottom: 10px;
}

/* large product shot */
div.productpod .large {
	width: 530px !important;
}

div.productpod .large div.productshot {
	background: url(../../images/productborderlarge.png) no-repeat;
	width: 520px;;
	height: 155px;
	padding: 5px;
	margin-bottom: 10px;
}

/* small product shot */
div.productpod .small {
	width: 160px !important;
}

div.productpod .small div.productshot {
	background: url(../../images/productbordersmall.png) no-repeat;
	height: 103px;
	padding: 5px;
	margin-bottom: 10px;;
	width: 160px;
}

/* large product shot */
div.productpod .tall {
	width: 340px !important;
}

div.productpod .tall div.productshot {
	background: url(../../images/productbordertall.png) no-repeat;
	width: 328px;;
	height: 190px;
	padding: 5px;
	margin-bottom: 10px;
}

/* Partner choose */
#divPartnerChoose h4 {
	background: none;
	margin-bottom: 10px;;
	padding-left: 2px;
}

#divPartnerChoose #ulMoo {
	float: left;;
	padding-right: 20px;;
	margin-top: 4px;;
	padding-left: 2px;
}

#divPartnerChoose #ulMoo a {
	color: white;
	width: 147px;;
	height: 32px;;
	border: none;;
	text-transform: uppercase;;
	display: block;
	text-align: center;
	text-decoration: none;
	padding-top: 8px;
}

#divPartnerChoose #aUploader {
	background: url(../images/partner_button_green.png);;
	margin-bottom: 8px;
}

#divPartnerChoose #aGallery {
	background: url(../images/partner_button_orange.png);
}

#ulPartners {
	background: url(../../images/dotted_line_vertical.png) repeat-y 8px 0;;
	height: 90px;
	float: left;;
	width: 550px;;
	padding-top: 4px;
}

#divPartnerChoose #ulPartners input {
	color: white;
	width: 147px;;
	height: 40px;;
	border: none;;
	text-transform: uppercase;
}

#divPartnerChoose #ulPartners a {
	color: white;
	width: 147px;;
	height: 40px;;
	border: none;;
	text-transform: uppercase;;
	display: block
}

#divPartnerChoose #ulPartners li {
	padding-left: 36px;;
	margin-bottom: 5px;;
	padding-top: 1px;
}

#divPartnerChoose #aFlickr {
	background: url(../images/partner_button_flickr.png);
}

#divPartnerChoose #aHabbo {
	background: url(../images/partner_button_habbo.png);
}

#divPartnerChoose #aFotolog {
	background: url(../images/partner_button_fotolog.png);
}

#divPartnerChoose #aSecondlife {
	background: url(../images/partner_button_secondlife.png);
}

#divPartnerChoose #aBebo {
	background: url(../images/partner_button_bebo.png);
}

#divPartnerChoose a.empty {
	background: url(../images/partner_button_empty.png);
	color: #ccc !important;;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	height: 30px !important;;
	padding-top: 10px;
}

/* Fade */
.fade {
	background: url(../../images/fade.png) repeat-x;
}

/* Contact page */
#hContactUs {
	background: url(../images/contactpage_purple.png) no-repeat;;
	height: 30px;
}

/* Footer */
#divFooter {
	font-size: 13px;
	text-align: center;;
	position: relative;
	top: -20px;
        background: #FFFFFF;
}

#divFooter a {
	color: #666;
}

.greyfade {
	background: url(../images/greyfade.png) repeat-x;
}

/* Tables */


th {
	background: #949494;
	color: white;
	font-weight: normal;
	text-align: left;
}

tr.divider td {
	border-top: solid 0px #ccc;
}

/* labels */
label.labeldisabled {
	color: #808080
}

/* Image thumbnails (polaroid style photos)*/
ul.photothumbs {
	position: relative;
}

ul.photothumbs li {
	background: url(../images/thumbnailshadow.png);
	height: 92px;
	width: 87px;;
	margin: 0 10px 10px 0;
}

ul.photothumbs img {
	position: relative;
	top: 3px;;
	left: 6px;
}

/* Notice box */
div.noticebox {
	background: #efefef;
}

div.noticebox h4 {
	background: #cacaca;;
	color: black;
	font-weight: bold;;
	padding: 5px 7px;
	margin-bottom: 5px;
	font-size: 16px;
}

div.noticebox .light h4 {
	font-size: 16px;
}

div.noticebox div.inner {
	margin: 8px;
}

div.noticebox div.inner .divider {
	border-top: solid 1px #cacaca;;
	padding-top: 8px;
}

div.noticebox h5 {
	margin-left: 8px;
	font-weight: bold
}

div.noticebox ul {
	padding: 0;
}

/* Huge text */
.huge {
	font-size: 45px;
}

/* Buttons */
input.imagebutton,input.imagebuttonlarge,input.imagebuttonmedium {
	border: none;
	color: white;
	width: 133px;
	height: 24px;
	text-transform: uppercase;
	font-size: 13px;
}

input.imagebuttonmedium {
	width: 165px;
}

input.imagebuttonlarge {
	width: 233px;
}

/* Disabled linkes */
a.disabledlink {
	color: #808080;
}

/* Buttons */
input.button {
	font-size: 10px;;
	padding: 4px 0;
}

/* Highlight & mark */
.highlight,.mark {
	padding: 0 8px;
}

span.mark {
	background: #808080;
	color: white;
}