*
{
	background-position: left top;
	background-repeat: no-repeat;
	
	margin: 0px;
	padding: 0px;
}

img
{
	border: 0px;
}

a
{
	color: #cc9900;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

html, body
{
	background-color: #000000;
	background-image: url(../images/bg/body.gif);
	background-position: center top;
	background-repeat: repeat;
}

body
{
	color: #ffffff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

/* PNG's. */

* html .png
{
	display: none;
	
	height: 0;
	width: 0;
}

/* Clearing. */

.clear /* For IE/MAC. */
{
	display: inline-block;
}

.clear:after /* For Non-IE browsers. */
{
	clear: both;
	content: "";
	display: block;
	visibility: hidden;

	height: 0;
}

* html .clear /* For IE6 and below, trigger hasLayout. */
{
	height: 1%;
}

.clear /* For IE/Win. */
{
	display: block;
}

/* Page Content. */

.cms
{
	margin-right: 40px;
}

	.cms p
	{
		font-size: 12px;
		
		margin: 12px 0;
	}
	
	.cms h1
	{
		font-size: 22px;
		
		margin: 12px 0;
	}
	
	.cms h2
	{
		font-size: 18px;
		
		margin: 12px 0;
	}
	
	.cms h3
	{
		font-size: 14px;
		
		margin: 12px 0;
	}
	
	.cms ul, 
	.cms ol
	{
		list-style-position: inside;
		
		margin: 12px 0;
	}
	
	.cms a
	{
		color: #CC9900;
	}

/* Other. */

#zoom
{
	z-index: 3;
}

/* Layout. */

.spotlight
{
	display: none;
	position: absolute;
		top: 0;
		z-index: 1;
	
	height: 624px;
	width: 148px;
}

.spotlight.left
{
	background-image: url(../images/bg/spotlightLeft.png);
	left: -148px;
}

* html .spotlight.left
{
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg/spotlightLeft.png', sizingMethod='scale');
}

.spotlight.right
{
	background-image: url(../images/bg/spotlightRight.png);
	right: -148px;
}

* html .spotlight.right
{
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg/spotlightRight.png', sizingMethod='scale');
}

.dropshadow
{
	background-image: url(../images/bg/dropshadow.png);
	background-repeat: repeat-y;
	display: none;
	position: absolute;
		left: -12px;
	
	height: 2000px;
	width: 984px;
}

div.area
{
	width: 960px;
}

div#dropshadow, 
div#spotlights
{
	background-position: center top;

	min-width: 960px;
	width: 100%;
}

div#dropshadow
{
	background-image: url(../images/bg/dropshadow.jpg);
	background-repeat: repeat-y;
}

div#spotlights
{
	background-image: url(../images/bg/spotlights.jpg);
}

div#container
{
	position: relative;
	
	margin: 0px auto;
	
	min-height: 630px;
	width: 960px;
}

* html div#container
{
	height: 630px;
}

div#topArea
{
	background-color: #111111;
	background-image: url(../images/bg/topArea.jpg);
	background-position: center top;
	position: relative;
	
	height: 111px;
}

a#siteLogo
{
	position: absolute;
		left: 40px;
		top: 20px;
}

div#actions
{
	font-size: 11px;
	position: absolute;
		right: 40px;
		top: 45px;
}

div#actions a, 
div#actions span.separator, 
div#actions form
{
	float: left;
}

div#actions a, 
div#actions span.separator
{
	margin-top: 5px;
}

/* define span.separator */

span.separator
{
	padding: 0 3px;
}


div#actions span.separator
{
	color: #666666;
	font-size: 10px;
	
	padding: 0 15px;
}

/* define input.text */

input.text
{
	background-color: none;
	color: #999999;
	font-size: 11px;
	
	border: 0px;
	padding: 6px 0 4px 10px;
	
	height: 15px;
}


div#actions form
{
	height: 25px;
}

div#actions form *
{
	float: left;
}

div#actions input.text
{
	background-image: url(../images/bg/siteSearch.gif);

	width: 139px;
}

div#navArea
{
	background-color: #333333;
	position: relative;
	
	height: 28px;
}

/* ul#navigation in menu.css. */

div#indexArea
{
	background-color: #111111;
	
	padding-top: 10px;
}

div#flashHolder
{
	float: left;
	
	height: 350px;
	width: 620px;
	position: relative; /*20110926*/
	z-index: 1;
}

	div#flashHolder ul {
		list-style-type: none;
	}

div#flash p
{
	color: #ffffff;
	font-size: 12px;
	
	margin: 140px 0 0 60px;
}

div#flash p img
{
	padding-right: 6px;
}

div#flash p *
{
	vertical-align: middle;
}

div#sectionBrowseBy
{
	float: right;
	
	width: 340px;
}

/* define .striked */

h2.striked
{
	background-position: left 7px;
	background-repeat: repeat-x;
	text-align: center;
	text-transform: uppercase;
}

h2.striked img
{
	display: block;
	
	margin: 0 auto;
}


div#sectionBrowseBy h2.striked
{
	background-image: url(../images/bg/strikedBrowseBy.gif);
	
	margin: 6px 0 9px 0;
}

div#sectionBrowseBy h2.striked img
{
	background-color: #111111;
	
	padding: 0 5px;
}

div#sectionBrowseBy .item
{
	float: left;
	
	border-bottom: 1px solid #111111;
	border-left: 1px solid #111111;
}

div#sectionBrowseBy .item img
{
	display: block;
}

div#breadCrumbArea
{
	background-color: #111111;
	
	height: 49px;
}

div#breadCrumbArea span, 
div#breadCrumbArea a
{
	color: #999999;
	float: left;
	font-size: 11px;
	
	margin-top: 16px;
}

div#breadCrumbArea .first-child
{
	margin-left: 40px;
}

div#breadCrumbArea a
{
	text-decoration: underline;
}

div#breadCrumbArea a:hover
{
	text-decoration: none;
}

div#mainArea
{
	/*background-color: #ffffff;*/
	background-color: #333333;
	
	padding: 17px 0 40px 0;
}

body.page div#mainArea
{
	background-color: #333333;
}

div#mainArea h2.striked
{
	background-image: url(../images/bg/strikedMain.gif);
	background-position: left 10px;
	
	margin: 6px 0 9px 0;
}

div#mainArea h2.striked img
{
	/*background-color: #ffffff;*/
	background-color: #333333;
	
	padding: 0 6px;
}

.featuredProducts, 
#latestReviews
{
	display: inline;
	float: left;
	
	margin: 3px 0 0 20px;
	
	width: 280px;
}

#featuredProductsTopMen
{
	margin-left: 40px;
}

/* define .product */

.product
{
	display: inline;
	float: left;
	text-decoration: none;
	
	border: 1px solid #e3e1d7;
	margin-left: 10px;
	
	min-height: 208px;
	width: 133px;
}

a.product:hover
{
	cursor: pointer;

	border: 1px solid #ffd204;
}

.product:hover
{
	text-decoration: none;
}

* html .product
{
	height: 208px;
}

.product.first-column
{
	clear: both;
	
	margin-left: 0;
}

.product.null
{
	background-image: url(../images/bg/productNull.gif);
}

.product .imageHolder
{
	background-color: #ffffff;
	display: block;
	position: relative;
	
	height: 169px;
}

* html .product .imageHolder
{
	display: inline;
}

.product .imageHolder img
{
	display: block;
	
	margin: 0 auto;
	max-width: 133px;
}

* html .product .imageHolder img
{
	width: 133px;
}

.product .imageHolder img.new
{
	position: absolute;
		top: 0;
		left: 0;
	
	margin: 0;
}

.product .details
{
	background-color: #f7f6f3;
	background-image: url(../images/bg/product.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	display: block;
	font-size: 11px;
	text-align: left;
	
	padding-left: 9px;
	
	min-height: 39px;
}

* html .product .details
{
	height: 39px;
}

.product .price
{
	color: #333333;
}

.product .name
{
	color: #333333;
	display: block;
	font-size: 11px;
	font-weight: normal;
	/*white-space: nowrap;*/
	
	padding: 4px 9px 0 0;
}

.product .attributes
{
	padding: 8px 0 4px 0;
	
	min-height: 30px;
}

* html .product .attributes
{
	height: 30px;
}

.product .attributes .attribute
{
	display: inline;
}


#latestReviews
{
	border-bottom: 2px solid #ffd204;
	padding-bottom: 0;
	
	height: 243px;
}

#latestReviews .image
{
	float: left;
	
	width: 133px;
}

#latestReviews .review
{
	float: right;
	
	width: 140px;
}

/* define .rating */

.rating
{
	background-image: url(../images/icons/ratings.gif);
	background-position: -20px 0;
	
	height: 20px;
	width: 100px;
}


#latestReviews .review p
{
	margin: 10px 0;
}

div#sidebarBackground
{
	/*background-image: url(../images/bg/sidebar.gif);
	background-position: left;
	background-repeat: repeat-y;*/
	
	background-image: url(../images/bg/sidebarDark.gif);
	background-position: 209px top;
	background-repeat: repeat-y;
	
	margin-left: 40px;
	
	min-height: 400px;
}

* html div#sidebarBackground
{
	height: 400px;
}

body.page div#sidebarBackground
{
	background-image: url(../images/bg/sidebarDark.gif);
	background-position: 209px top;
}

/* define .sidebar */

div.sidebar
{
	float: left;
	
	width: 223px;
}

div#mainArea div.sidebar h2
{
	background-color: #111111;
	/*background-image: url(../images/bg/sidebarHeader.gif);*/
	background-image: url(../images/bg/sidebarHeaderDark.gif);
	background-position: right top;
	color: #ffd204;
	font-size: 18px;
	font-weight: normal;
	line-height: 33px;
	
	/*border-top: 1px soldi #d2d0c7;
	border-bottom: 1px soldi #d2d0c7;*/
	margin-top: 19px;
	padding-left: 20px;
}

body.page div#mainArea div.sidebar h2
{
	background-image: url(../images/bg/sidebarHeaderDark.gif);
}

div#mainArea div.sidebar ul
{
	list-style: none;
	
	border-left: 5px solid #ffd204;
	margin: 14px 0;
	padding-bottom: 5px;
}

div#mainArea div.sidebar ul li
{
	font-size: 14px;
	line-height: 20px;
	
	margin: 5px 13px 5px 0;
	padding-left: 15px;
}

div#mainArea div.sidebar ul li.current
{
	background-color: #ffd204;
}

div#mainArea div.sidebar ul a
{
	/*color: #333333;*/
	color: #ffffff;
}

div#mainArea div.sidebar ul li.current a
{
	color: #333333;
}

body.page div#mainArea div.sidebar ul a
{
	color: #ffffff;
}

body.page div#mainArea div.sidebar ul li.current a
{
	color: #333333;
}

div#mainArea div.sidebar h2.striked
{
	background-color: transparent;
	background-image: url(../images/bg/strikedSidebar.gif);
	background-position: left 7px;
	
	margin: 6px 0 9px 0;
}

body.page div#mainArea div.sidebar h2.striked
{
	background-image: url(../images/bg/strikedSidebar.gif);
}

div#mainArea div.sidebar h2.striked img
{
	/*background-color: #e3e1d7;*/
	
	padding: 0 4px;
}

ul#productAttributes
{
	list-style: none;
}

div#mainArea div.sidebar h2.striked, 
div#mainArea div.sidebar ul#productAttributes
{
	border: 0;
	margin-right: 34px;
	margin-left: 21px;
	padding: 0;
}

div#mainArea div.sidebar ul#productAttributes li
{
	font-size: 11px;
	
	margin: 11px 0;
	padding: 0;
}

div#mainArea div.sidebar ul#productAttributes li *
{
	cursor: pointer;
	text-decoration: none;
	vertical-align: middle;
}

div#content
{
	display: inline;
	float: right;
	
	margin-right: 40px;
	
	width: 633px;
}

body.page div#content
{
	color: #ffffff;
	
	margin-right: 0;
	
	width: 670px;
}

/* define h2.mainTitle */

h2.mainTitle
{
	/*color: #111111;*/
	color: #ffffff;
	font-size: 18px;
	font-weight: normal;
	
	margin-bottom: 6px;
}

body.page h2.mainTitle
{
	color: #ffffff;
}

div#productListing
{
	width: 630px;
	
	float: right;
}

div#productListing .product
{
	margin-top: 10px;
	
	width: 148px;
}

div#productHeader
{
	margin-top: 24px;
}

div#productHeader h2.mainTitle
{
	float: left;
}

/* define .sorter */

.sorter
{
	float: right;
	font-size: 11px;
	text-align: right;
	
	width: 200px;
}

.sorter label
{
	color: #999999;
	float: left;
	font-weight: bold;
	vertical-align: top;
	
	margin-top: 2px;
	margin-right: 6px;
}

.sorter select
{
	float: right;

	width: 150px;
}

/* define select */

select
{
	
}


form#productSorter select
{
	width: 150px;
}

div#productMainArea
{
	margin-bottom: 12px;
}

div#productImages
{
	display: inline;
	float: left;
	
	margin-left: 26px;
	
	width: 444px;
}

div#mainImageHolder
{
	margin-bottom: 16px;
}

ul#relatedProducts
{
	list-style: none;
}

ul#relatedProducts li
{
	display: inline;
	float: left;
	text-align: center;
	
	margin-left: 1px;
}

ul#relatedProducts li a
{
	display: block;

	border: 1px solid #e3e1d7;
	
	height: 88px;
	width: 83px;
}

ul#relatedProducts li a img
{
	margin: 0 auto;
}

div#productDetails
{
	display: inline;
	float: right;
	
	margin-right: 40px;
	
	width: 433px;
}

div#productDetails h2.mainTitle
{
	float: none;
	
	margin: 8px 0 0 0;
}

div#productDetails span.style
{
	color: #999999;
	display: block;
	font-size: 12px;
}

div#productDetails span.price
{
	/*color: #333333;*/
	color: #ffffff;
	display: block;
	font-size: 14px;
	
	margin: 8px 0;
}

div#productDetailsRating
{
	margin: 10px 0;
}

div#productDetailsRating .rating
{
	float: left;
	
	margin-top: 1px;
}

div#productDetailsRating a
{
	color: #333333;
	float: left;
	text-decoration: none;
	
	margin-left: 10px;
}

div#productDetailsRating a *
{
	vertical-align: middle;
}

div#productDetails div.productOptions
{
	margin-top: 10px;
}

div#productDetails div.productDescription
{
	font-size: 14px;
	line-height: 17px;

	margin-top: 18px;
}

div#productDetails div.buttons
{
	margin-bottom: 30px;
}

div.productOptions h3
{
	/*color: #333333;*/
	color: #ffffff;
	font-size: 12px;
	
	margin-bottom: 9px;
}

div.productOptions ul.colours
{
	list-style: none;
}

div.productOptions ul.colours li
{
	display: inline;
	float: left;
	
	margin-right: 5px;
	
	height: 30px;
	width: 30px;
}

div.productOptions ul.colours li a
{
	display: block;
	
	height: 30px;
	width: 30px;
}

div.buttons
{
	margin: 20px 0;
}

div.buttons a
{
	color: #ffffff;
	text-decoration: none;
}

/* define .tabSet */

div.tabSet
{
	position: relative;
}

div.tabSet .tab
{
	background-color: #e3e1d7;
	color: #333333;
	float: left;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	
	margin-left: 4px;
	padding: 8px 20px;
}

div.tabSet a.tab.current
{
	background-color: #333333;
	color: #ffd204;
}

div.tabSet .tab.first-child, 
div.tabSet .tab.current.first-child
{
	margin-left: 0;
}

/* define .tabList */

div.tabList
{
	
}

div.tabContent
{
	background-color: #333333;
	color: #cccccc;
	display: none;
	
	padding: 24px 20px;
	
	min-height: 287px;
}

* html div.tabContent
{
	height: 287px;
}

div.tabContent.current
{
	display: block;
}

/* define .backlink */

a.backlink
{
	float: left;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	
	margin-left: 40px;
}

a.backlink:hover
{
	text-decoration: none;
}

div#productReviews
{
	clear: both;
	
	padding: 12px 40px;
}

ul#productReviewsList
{
	list-style: none;
	
	padding-top: 22px;
}

ul#productReviewsList li
{
	margin-bottom: 30px;
}

ul#productReviewsList .author
{
	display: inline;
	float: left;
	
	margin-left: 18px;
	
	width: 200px;
}

#reviewLink
{
	margin-left: 15px;
}
	
ul#productReviewsList .author .name, 
ul#productReviewsList .author .date
{
	display: block;
	font-size: 14px;
}

ul#productReviewsList .author .name
{
	font-weight: bold;
}

ul#productReviewsList .rating
{
	margin: 10px 0;
}

ul#productReviewsList .review
{
	display: inline;
	float: right;
	
	border-left: 1px solid #cccccc;
	padding-left: 39px;
	
	width: 580px;
}

ul#productReviewsList .review p
{
	margin-bottom: 16px;
}

ul#productReviewsList .review .report
{
	text-decoration: underline;
}

ul#productReviewsList .review .report:hover
{
	text-decoration: none;
}

div#reviewsPager
{
	margin-left: 300px;
}

/* define .pager */

.pager span, 
.pager a
{
	color: #cc9900;
	font-size: 11px;
	float: left;
	
	margin-right: 5px;
}

.pager a
{
	text-decoration: underline;
}

.pager a:hover
{
	text-decoration: none;
}

.pager a.next, 
.pager a.prev
{
	text-decoration: none;
}

.pager a.next:hover, 
.pager a.prev:hover
{
	text-decoration: underline;
}

/* define .content */

.content
{
	margin: 0 40px;
}

.content p
{
	margin: 12px 0;
}

div#findStoreIntro
{
	margin-top: 28px;
	margin-bottom: 28px;
}

div#findAStoreSidebar
{
	border-top: 8px solid #ffd204;
	
	width: 210px;
}

div#findAStoreSidebar form
{
	border-left: 5px solid #ffd204;
	padding-left: 15px;
}

div#findAStoreSidebar form h3
{
	/*color: #111111;*/
	color: #ffffff;
	font-size: 14px;

	margin-bottom: 17px;
}

form#findStoreSearch
{
	padding: 18px 0 24px 0;
}

form#selectStateSearch
{
	padding-bottom: 60px;
}

form#selectStateSearch select
{
	width: 168px;
}

form#findStoreSearch input.text
{
	background-image: url(../images/bg/findStoreSearch.gif);
	
	border: 1px solid #b1b1b1;
	margin: 2px 8px 0 0;
	
	width: 103px;
}

form#findStoreSearch input.text.invalid
{
	border: 1px solid #ff9999;
}

form#findStoreSearch input
{
	float: left;
}

div#findStoreResults
{
	/*color: #111111;*/
	color: #ffffff;
	font-size: 14px;

	margin-top: 24px;
	border-bottom: 1px solid #e3e1d7;
	padding-bottom: 3px;
}

div#findStoreResults span.summary
{
	float: left;
}

ul#findStoreResultsListing
{
	list-style: none;
	
	margin-bottom: 78px;
}

ul#findStoreResultsListing li
{
	border-bottom: 1px solid #666666;
	padding: 7px 0;
}

ul#findStoreResultsListing h3
{
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 4px 0;
}

ul#findStoreResultsListing h3 a
{
	text-decoration: underline;
}

ul#findStoreResultsListing h3 a:hover
{
	text-decoration: none;
}

ul#findStoreResultsListing span.address, 
ul#findStoreResultsListing span.phone
{
	color: #333333;
	font-size: 12px;
}

ul#findStoreResultsListing span.address
{
	float: left;
	width: 433px;
}

ul#findStoreResultsListing span.suburb
{
	color: #7e7e7e;
	float: right;
	font-size: 14px;

	width: 200px;
	text-align: right;
}

ul#findStoreResultsListing span.phone
{
	clear: both;
	display: block;
}

div#storeDetails, 
div#storeMap
{
	margin-top: 25px;
}

div#storeDetails
{
	display: inline;
	float: left;

	margin-left: 40px;

	width: 280px;
}

div#storeDetails h2.mainTitle
{
	margin-bottom: 16px;
}

div#storeDetails span.address, 
div#storeDetails span.suburb
{
	/*color: #111111;*/
	color: #ffffff;
	display: block;
	font-size: 14px;
}

dl#storeContact
{
	margin: 20px 0;
}

dl#storeContact dt
{
	clear: both;
	font-weight: bold;
	
	width: 106px;
}

dl#storeContact dt, 
dl#storeContact dd
{
	float: left;
	font-size: 14px;
	line-height: 18px;
}

dl#storeContact dd
{ 
	width: 174px;
}

dl#openingHours
{
	margin: 14px 0;
}

dl#openingHours dt
{
	clear: both;
	font-weight: bold;
	
	padding-left: 10px;
	
	width: 96px;
}

dl#openingHours dt, 
dl#openingHours dd
{
	background-color: #e3e1d7;
	float: left;
	font-size: 14px;
	line-height: 18px;
	
	margin-bottom: 1px;
}

dl#openingHours dt.even, 
dl#openingHours dd.even
{
	background-color: #f1f0eb;
}

dl#openingHours dd
{ 
	width: 174px;
}

div#storeMap
{
	display: inline;
	float: right;

	margin-right: 115px;

	height: 346px;
	width: 430px;
}

div#storeMap img
{
	border: 1px solid #e3e1d7;
}

div#storeDetails .backlink
{
	font-weight: normal;

	margin-left: 0;
}

ul#pageList
{
	list-style: none;
	
	margin: 19px 0;
}

ul#pageList li
{
	float: left;
}

ul#pageList li a img
{
	display: block;
}

.pageImage
{
	display: block;

	margin: 19px 0 31px 0;
}

#contactPage
{
	padding: 7px 40px 0 40px;
}

#contactPage form
{
	float: left;
	
	border-right: 1px solid #e8e6de;
	
	width: 490px;
}

#contactPage form .validator
{
	display: none;
	position: relative;
	vertical-align: top;
}

#contactPage form .invalid .validator
{
	display: inline;
}

#contactPage form input.text, 
#contactPage form select, 
#contactPage form textarea
{
	border: 1px solid #b1b1b1;
}

#contactPage form .invalid input.text, 
#contactPage form .invalid select, 
#contactPage form .invalid textarea
{
	border: 1px solid #ff9999;
}

#contactPage form .validator .message
{
	color: #cc0000;
	display: block;
	font-size: 11px;
	position: absolute;
		top: 6px;
		left: 10px;
	
	width: 120px;
}

fieldset
{
	border: 0;
}

fieldset dl
{
	width: 370px;
}

fieldset dl dt
{
	
}

fieldset dl dt label
{
	font-weight: bold;
	line-height: 18px;
}

fieldset dl dt label span.required
{
	color: #cc9900;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
}

fieldset dl dd
{
	margin-bottom: 5px;
}

fieldset dl dd input.text, 
#searchAgain input.text
{
	background-image: url(../images/bg/standardTextField.gif);

	border: 0;
	padding: 5px;

	height: 15px;
	width: 269px;
}

fieldset dl dd select
{
	background-image: url(../images/bg/standardTextField.gif);

	border: 0;
	padding: 5px;
	color: #999999;
	font-size: 11px;
	width: 279px;
}

fieldset dl dd.padding
{
	margin-bottom: 18px;
}

fieldset dl dd textarea
{
	background-image: url(../images/bg/standardTextArea.gif);

	border: 0;
	padding: 5px;

	height: 128px;
	width: 358px;
}

fieldset dl dd.checkbox
{
	float: left;
}

fieldset dl dt.checkbox
{
	display: inline;
	float: right;
	
	margin-right: 15px;
	
	width: 335px;
}

fieldset dl dd.checkbox input.checkbox
{
	margin-top: 2px;
}

fieldset dl dt.checkbox label
{
	font-weight: normal;
}

fieldset dl dd.submit
{
	clear: both;
	text-align: right;
}

fieldset dl dd.submit_narrow
{
	clear: both;
	text-align: right;
	padding-right: 90px;
}

#contactInfo
{ 
	float: right;
	
	padding: 0 40px;
	
	width: 309px;
}

#contactInfo p
{
	font-size: 18px;
	
	margin: 27px 0;
}

#contactInfo .method
{
	color: #999999;
}


#specialProducts
{
	margin-top: 30px;
	margin-right: 40px;
}

div#mainArea #specialProducts h2.striked img
{
	background-color: #333333;
}

#specialProducts p
{
	margin: 20px 0;
}

#specialProducts ul
{
	background-color: #ffffff;
	list-style: none;
	
	margin-bottom: 30px;
	padding: 15px 14px 14px 15px;
}

#specialProducts li
{
	display: inline;
	float: left;
	
	margin-left: 1px;
}

#specialProducts li.first-column
{
	margin-left: 0;
}

#specialProducts li a
{
	display: block;
	text-align: center;

	border: 1px solid #e3e1d7;
	
	height: 88px;
	width: 83px;
}

#specialProducts li a img
{
	display: block;
	
	margin: 0 auto;
}

#searchAgain
{
	margin: 0;
}

#searchAgain h3
{
	font-size: 14px;
	font-weight: normal;
	
	border-bottom: 1px solid #e3e1d7;
	margin-top: 28px;
	padding-bottom: 6px;
}

#searchAgain form *
{
	vertical-align: top;
}

#searchAgain form input.text
{
	margin-top: 2px;
}

#searchAgain dl.categories
{
	display: inline;
	float: left;
	font-size: 12px;
	line-height: 16px;
	
	margin-right: 20px;
	
	width: 180px;
}

#searchAgain dl.categories dt
{
	color: #111111;
	font-size: 12px;
	font-weight: bold;
	
	margin-bottom: 6px;
}

#searchAgain dl.categories dd
{
	
}

#searchAgain dl.categories dd a
{
	color: #cc9900;
	text-decoration: underline;
}

#searchAgain dl.categories dd a:hover
{
	text-decoration: none;
}


div#footerArea
{
	background-color: #111111;
	background-image: url(../images/bg/footerArea.gif);
	background-position: center bottom;
	color: #999999;
	
	padding: 25px 0;
}

div#footerArea *
{
	font-size: 11px;
}

div#footerArea .info
{
	display: inline;
	float: left;
	
	margin-left: 40px;
	
	width: 330px;
}

div#footerArea p
{
	margin-bottom: 20px;
}

div#footerArea p#disclaimer
{
	color: #666666;
	font-size: 10px;
	
	padding-right: 45px;
}

div#footerArea .section
{
	float: left;
}

	div#footerArea div#sectionCompany
	{
		width: 112px;
	}

	div#footerArea div#sectionLegal
	{
		width: 118px;
	}

	div#footerArea div#sectionStayInTouch
	{
		width: 170px;
	}

	div#footerArea div#sectionSiteMap
	{
		width: 150px;
	}

div#footerArea .section ul
{
	list-style: none;
}

div#footerArea .section h3
{
	text-transform: uppercase;
}

div#footerArea a
{
	color: #999999;
}

/* Splash. */

body.splash #container
{
	background-color: #111111;
	background-image: url(../images/bg/splashTop.jpg);
	background-position: center top;
	
	min-height: 591px;
	height: 591px;
}

body.splash #container .footer
{
	background-image: url(../images/bg/footerArea.gif);
	background-position: center bottom;
	
	padding-bottom: 30px;
	
	min-height: 561px;
	height: 561px;
}

body.splash #container .footer p
{
	color: #999999;
	font-size: 11px;
	line-height: 17px;
	text-align: center;
	
	margin: 0 auto;
	padding-top: 460px;
	padding-bottom: 24px;
	
	width: 580px;
}

body.splash #container .footer p.disclaimer
{
	color: #666666;
	font-size: 10px;
	line-height: 15px;
	
	padding-top: 0;
	padding-bottom: 0;
}

/*jquery banner*/
#bannerPagination {
	position: absolute;
	top: 328px;
	right: 0;
	z-index: 9;
	font-size: 11px;
	font-weight: bold;
}
#bannerPagination a { background: #3f3f3f; text-decoration: none; margin-right: 2px; padding: 4px 7px; display: inline-block;}
#bannerPagination a.activeSlide { background: #000 }
#bannerPagination a:focus { outline: none; }

.heading_browseBy {
	position: absolute;
	right: -340px;
	top: 0;
	z-index: 9;
}

.browseBy_men {
	position: absolute;
    right: -170px;
    top: 30px;
    z-index: 9;
}

.browseBy_women {
	position: absolute;
    right: -340px;
    top: 30px;
    z-index: 9;
}

.browseBy_findStore {
	position: absolute;
    right: -170px;
    top: 248px;
    z-index: 9;
}

.browseBy_subscribe {
	position: absolute;
    right: -340px;
    top: 248px;
    z-index: 9;
}

/* social media icons */
.facebook {
	position: absolute;
	right: 440px;
	top: 40px;
}

.twitter {
	position: absolute;
	right: 390px;
	top: 40px;
}
