@import url("reset.css");
@import url("clearfix.css");
@import url("navigation.css");

body {
	background: #fff;
	color: #333;
	font: 62.5% Georgia, "Times New Roman", serif;
}

br.break {
	clear: both;
	display: block;
	height: 1px;
	line-height: 1px;
	margin-bottom: -1px;
}


a {color: #333; text-decoration: underline;}
a:hover,a:focus {color: #555;text-decoration: none;}

h1 a, h2 a, h3 a { color: #000; text-decoration: none; }
h1 a:hover, h2 a:hover, h3 a:hover { color: #000; text-decoration: none; }

h1 { color: #000; font: 2.7em "Georgia"; font-style: italic; text-transform: uppercase; margin-bottom: 10px; }
h2 { color: #000; font: 2.2em "Georgia"; font-style: italic; text-transform: uppercase; margin-bottom: 10px;}
h3 { font: 1.2em "Georgia"; font-style: italic; text-transform: uppercase; }
h4 { font: 1em "Georgia"; font-style: italic; margin-top: 10px;}
h5 { font: 2em "Georgia"; }

h2.storeHeader { font-size: 1.8em;}

#validators { display: none; }


/*===============================================================================/
// Common elements
/===============================================================================*/
/* floats */
.floatLeft { float: left; }
.floatRight { float: right; }

/* arrowLink */
.arrowLink {
	background: url(/img/arrowLink.gif) 0px 4px no-repeat;
	display: block;
	float: left;
	padding-left: 15px;
}
#footer .arrowLink {
	background: url(/img/arrowLink.gif) 0px 14px no-repeat;
	display: block;
	float: right;
	padding-left: 15px;
}

/* mailLink */
.mailLink {
	background: url(/img/mailLink.gif) 0px 2px no-repeat;
	display: block;
	float: left;
	padding-left: 20px;
}
/* standard black button */
a.stdBtn {
	background: url(/img/stdBtn.gif) bottom right no-repeat;
	clear: both;
	color: #fff;
	cursor: pointer;
	display: block;
	float: right;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	height: 23px;
	text-decoration: none;
	padding-right: 15px;
}
a:hover.stdBtn {
	background-position: top right;
}
a.stdBtn span {
	background: url(/img/stdBtn.gif) bottom left no-repeat;
	cursor: pointer;
	display: block;
	height: 23px;
	float: left;
	line-height: 23px;
	padding-left: 15px;
}
a:hover.stdBtn span {
	background-position: top left;
}

.publishInfo {
	color: #000;
	font-style: italic;
	margin: -5px 0  15px 0;
	text-transform: uppercase;
}
.publishInfo img {
	border: 1px solid #d7d7d7;
	margin-right: 5px;
	margin-top: -7px;
}
.editBtn {
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 2000;
}
.error { color: #f00; float: left; }

/* Sharing icons
================================================================================*/
.sharingLink {
	display: block;
	float: left;
	height: 16px;
	margin-right: 10px;
}
.twitter {
	background: url(/img/icon_twitter.gif) 0 0 no-repeat;
	padding-left: 22px;
}
.facebook {
	background: url(/img/icon_facebook.gif) 0 0 no-repeat;
	padding-left: 22px;
}
.myspace {
	background: url(/img/icon_myspace.gif) 0 0 no-repeat;
	padding-left: 25px;
}
.delicious {
	background: url(/img/icon_delicious.gif) 0 0 no-repeat;
	padding-left: 22px;
}
.stumbleupon {
	background: url(/img/icon_stumbleupon.gif) 0 0 no-repeat;
	padding-left: 22px;
}
.rss {
	background: url(/img/icon_rss.gif) 0 0 no-repeat;
	padding-left: 22px;
}



/*===============================================================================/
// Site-wide structure and elements
/===============================================================================*/


/* Page structure
================================================================================*/

#mastHead, #contentContainer, #searchContent, #footer {
	margin: 0 auto;
	width: 960px;
}
#contentContainer, #footer {
	background: #fff;
}
#mastHead {
	height: 72px;
	padding: 40px 0 22px 7px;
	position: relative;
}
#searchBar {
	background: #000 url(/img/searchBar.gif) bottom left repeat-x;
	clear: both;
	height: 51px;
	margin-bottom: 23px;
	padding-top: 9px; 
}

#contentContainer {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding-left: 21px;
}

#mainContent {
	border-right: 1px solid #ccc;
	float: left;
	margin: 5px 0 0 0;
	width: 775px;
}
#primaryContent {
	border-right: 1px solid #ccc;
	float: left;
	font-size: 1.2em;
	margin-bottom: 70px;
	padding-right: 24px;
	width: 485px;
}
#secondaryContent {
	float: left;
	font-size: 1.2em;
	padding: 0 24px;
	width: 217px;
}
#tertiaryContent {
	border-top: 1px solid #ccc;
	clear: both;
	padding: 16px 0 5px 0;
	width: 753px;
}
#storeInfos {
	float: right;
	margin-bottom: 2em;
	width: 160px;
}
#followLinks {
	float: right;
	width: 160px;
}

#footer {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	clear: both;
	height: 33px;
	line-height: 33px;
	margin: 42px auto 83px auto;
	padding: 0 16px;
	width: 952px !important;
}
#footer div {
	float: left;
	width: 33%;
}


/* #mastHead
================================================================================*/
input#searchInput {
	color: #555;
}


/* #searchBar
================================================================================*/

#searchBar #searchContent {
	padding-left: 10px;
}
#searchBar #searchContent a#logo {
	float: left;
}
#searchBar #searchForm label {
	color: #fff;
	display: block;
	float: left;
	font-size: 14px;
	height: 19px;
	line-height: 19px;
	text-transform: uppercase;
}
#searchBar #searchForm input#searchInput {
	background: url(/img/searchForm.gif) top left no-repeat;
	border: none;
	display: block;
	height: 16px;
	float: left;
	margin-left: 12px;
	padding: 3px 5px 0 23px;
	width: 131px;
}
#searchBar #searchForm #searchsubmit {
	float: left;
}
#searchBar #searchForm {
	float: right;
}


/* #primaryContent
================================================================================*/
#mainContent #primaryContent p.staticEntry {
	border-bottom: 1px solid #ccc;
	display: block;
	margin-bottom: 16px;
	padding-bottom: 60px;
}

#mainContent #primaryContent .entry {
	border-bottom: 1px solid #ccc;
	margin-bottom: 16px;
	padding-bottom: 30px;
	position: relative;
}
#mainContent #primaryContent .lastEntry {
	border-bottom: none !important;
	margin-bottom: -30px !important;
}
#mainContent #primaryContent .singleEntry {
	background: url(/img/sectionFooter.gif) bottom left repeat-x;
	border-bottom: none !important;
	padding-bottom: 60px;
}
#mainContent #primaryContent .entry .entryImg {
	background: #000;
	height: 350px;
	margin: 0 0 0 -7px;
	padding-left: 7px;
	position: relative;
	width: 485px;
}
#mainContent #primaryContent .entry h1 {
	margin-top: 21px;
}
#mainContent #primaryContent .lastEntry h1 {
	margin-top: 0px;
}
/*#mainContent #primaryContent .entry .entryImg a.readMore {
	bottom: 1px;
	display: block;
	height: 93px;
	position: absolute;
	right: 1px;
	width: 93px;
}*/
#mainContent #primaryContent #moreEntries {
	background: url(/img/sectionFooter.gif) bottom left repeat-x;
	margin-bottom: 3px;
	padding-bottom: 30px;
}
#mainContent #primaryContent #moreEntries h3 {
	margin-bottom: 4px;
}
#mainContent #primaryContent #moreEntries ul li {
	display: block;
	float: left;
	margin-bottom: 3px;
	width: 242px;
}
#mainContent #primaryContent #sharing {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}
#mainContent #primaryContent #sharing .floatLeft {
	margin-right: 10px;
}



/* #secondaryContent
================================================================================*/

#secondaryContent .entry {
	border-bottom: 1px solid #ccc;
	clear: both;
	margin-bottom: 20px;
	padding-bottom: 20px;
	position: relative;
	width: 217px;
}
#secondaryContent .entry h2 a, #secondaryContent .entry h2 a:hover, #secondaryContent .entry h2 a:visited {
	color: #000;
}
#secondaryContent .entry a, #secondaryContent .entry a:hover, #secondaryContent .entry a:visited {
	color: #333;
	text-decoration: none;
}
#secondaryContent .underlined a, #secondaryContent .underlined a:hover, #secondaryContent .underlined a:visited {
	text-decoration: underline;
}
#secondaryContent .entry a.stdBtn {
	color: #fff;
}
#secondaryContent .lastEntry {
	border-bottom: none !important;
}
#secondaryContent .entry img {
	margin-bottom: 21px;
}
#secondaryContent p span, span.mailText {
	display: block;
	float: left;
	width: 45px;
}
#secondaryContent .entry #entryGallery {
	display: block;
	margin: 0 -1px 25px 0;
	width: 220px;
}

#secondaryContent .entry #entryGallery li {
	display: block;
	float: left;
	height: 78px;
	margin: 0 1px 1px 0;
	width: 54px;
}
#secondaryContent .entry #entryGallery li img {
	margin: 0;
}
#secondaryContent .gallery a { text-decoration: underline; }

/* #tertiaryContent
================================================================================*/
#tertiaryContent .entry {
	display: inline;
	float: left; 
	font-size: 1.2em;
	margin-right: 40px;
	position: relative;
	width: 224px;
}
#tertiaryContent .entry h3 {
	margin-bottom: 3px; 
}
#tertiaryContent .lastEntry {
	margin-bottom: 20px;
	margin-right: 0px !important;
}
#tertiaryContent .entry img { float: left; margin-right: 5px; }

#bottomCampaign {
	border-top: 1px solid #ccc;
	clear: both;
	padding-top: 15px;
	width: 753px;
}
#bottomCampaign #bottomCampaignImg {
	background: #000;
	margin-left: -7px;
	padding-left: 7px;
	position: relative;
}


/* #storeInfos
================================================================================*/
#storeInfos p {
	clear: both;
	font-style: italic;
}
#storeInfos p span {
	display: inline;
	float: left;
	margin-left: 15px;
	width: 45px;
}


/* #footer
================================================================================*/
#footer #contactInfo {
	float: right;
	text-align: right;
}
#footer #contactInfo a {
	margin-left: 20px;
}




/*===============================================================================/
// Page specific
/===============================================================================*/


/* About
================================================================================*/
.employee {
	border-bottom: 1px solid #ccc;
	clear: both;
	margin-bottom: 16px;
	padding-bottom: 30px;
	position: relative;
}
.employee .employeePhoto {
	float: left;
	margin: 0 20px 0px 0;
}
.employeeDetails { /* needed for sIFR */
	clear: none;
	float: left;
	width: 348px;
}

.lastEmployee {
	background: url(/img/sectionFooter.gif) bottom left repeat-x;
	border-bottom: none;
}

/* Brands
================================================================================*/
.brand {
	border-bottom: 1px solid #ccc;
	clear: both;
	margin-bottom: 16px;
	padding-bottom: 30px;
	position: relative;
}
.brand .brandLogo {
	float: left;
	margin: 0 20px 0 0;
}
.brandDetails { /* needed for sIFR */
	clear: none;
	float: left;
	width: 348px;
}
.lastBrand {
	background: url(/img/sectionFooter.gif) bottom left repeat-x;
	border-bottom: none;
}

/* Contact
================================================================================*/
#contactForm {
	background: url(/img/sectionFooter.gif) bottom left repeat-x;
	border-bottom: none !important;
}
#contactForm h1 {
	margin-top: 0px !important;
}
#contactForm ul#contactFields {
	clear: both;
	margin-top: 40px;
}
#contactForm ul#contactFields li {
	display: block;
	float: left;
	margin-bottom: 20px;
	width: 222px;
}
#contactForm ul#contactFields li.leftField {
	margin-right: 39px;
}

#contactForm ul#contactFields li input {
	display: block;
	width: 220px;
}
#contactForm label {
	display: block;
	margin-bottom: 5px;
}
#contactForm input#messageSubject {
	display: block;
	margin-bottom: 20px;
	width: 485px;
}
#contactForm textarea {
	line-height: 15px;
	margin-bottom: 20px;
	min-height: 120px;
	width: 485px;
}
#contactForm input#send {
	float: right;
}

/* Search
================================================================================*/
.searchResult {
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	padding-bottom: 20px;
}