/* 
Theme Name: FitDeck
Theme URL: http://www.fitdeck.com.au
Description: The Theme for FitDeck Australia
Author: Anem Design
Author URI: http://www.anem.com.au
Version: 1.0
*/

@charset "UTF-8";
body {
	background-color: #575757;
}

/* General CSS Styles */

html, body, div, span, applet, object, iframe, p, blockquote, pre,a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code,small, strike, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
	font-size:100%;
	font-family: inherit;
	vertical-align:baseline;
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
}caption, th, td {text-align: left;}table {border-collapse:separate;border-spacing:0;}blockquote:before,blockquote:after,q:before,q:after {content: "";}blockquote, q {quotes: "" "";}
* {margin:0;padding:0;}

body {
	font-family: Arial, Helvetica, sans-serif;
}
p {
	font-size: 12px;
	margin-bottom: 15px;
}
a {
	color: #666666;
}
a:hover {
	color: #2b639c;
}
h1 {
	text-transform: uppercase;
	font-family: "Arial Black", Helvetica, sans-serif;
}
h2 {
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
}
h3 {
	margin-bottom: 15px;
	color: #666666;
	font-size: 14px;
	text-transform: uppercase;
	font-family: "Arial Black", Helvetica, sans-serif;
}
small {
	color: #666666;
	font-family: "Arial Black";
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
.width-header {
	width: 800px;
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.width-content {
	background-image: url(images/content-background.gif);
	width: 780px;
	display: block;
	margin: 0px auto 0px auto;
	padding: 10px 10px 0 10px;
	background-repeat: no-repeat;
	background-position: top;
	min-height: 350px;
}
.width-content-no-background {
	width: 800px;
	display: block;
	margin: 0px auto 0px auto;
	background-repeat: no-repeat;
	background-position: top;
	min-height: 350px;
}
.width-content-header {
	padding: 10px 10px 0 10px;
	background-image: url(images/width-content-header-background.gif);
	margin-left: auto;
	margin-bottom: 10px;
	margin-right: auto;
	width: 780px;
	display: block;
	background-repeat: no-repeat;
	background-position: top;
}
.width-footer  {
	width: 780px;
	margin: 0px auto 0px auto;
	padding-right: 10px;
	padding-left: 10px;
}
.right {
	float: right;
}
.left {
	float: left;
}
.clearfix {
	clear: both;
}

/* Small Buttons Styles */

.more-yellow {
	margin-bottom: 10px;
	float: left;
	background-image: url(images/more-yellow-left.gif);
	background-repeat: no-repeat;
	background-position: left;
	display: block;
	height: 15px;
	padding-right: 6px;
	padding-left: 6px;
	margin-top: 10px;
	width: 45px;
}
.more-yellow a {
	background-image: url(images/more-yellow-right.gif);
	display: block;
	background-position: right;
	height: 15px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 15px;
	background-repeat: no-repeat;
}
.more-yellow a:hover {
	color: #0763A4;
}
.more-blue {
	margin-bottom: 10px;
	float: left;
	background-image: url(images/more-blue-left.gif);
	background-repeat: no-repeat;
	background-position: left;
	display: block;
	height: 15px;
	padding-right: 6px;
	padding-left: 6px;
	margin-top: 10px;
	width: 45px;
	clear: both;
}
.more-blue a {
	background-image: url(images/more-blue-right.gif);
	display: block;
	background-position: right;
	height: 15px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 15px;
	background-repeat: no-repeat;
}
.more-blue a:hover {
	color: #F9BA14;
}


/* Header Styles */

#header {
	height: 166px;
	background-image: url(images/header-background.gif);
	background-repeat: repeat-x;
}

/* Toolbar Styles */

#toolbar {
	background-image: url(images/toolbar-background.gif);
	height: 100px;
	padding-right: 10px;
	padding-left: 10px;
}
#toolbar #logo {
	float: left;
	height: 100px;
	width: 300px;
	background-image: url(images/logo.gif);
}
#toolbar #logo:hover {
	height: 100px;
	width: 300px;
	background-image: url(images/logo-over.gif);
}
#toolbar  #search {
	float: right;
	font-size: 10px;
	color: #999999;
	text-transform: uppercase;
	margin-top: 60px;
	height: 23px;
	width: 280px;
	background-image: url(images/search-icon.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#toolbar #search input {
	border: 0px;
	margin-right: 20px;
	float: right;
	width: 190px;
	height: 13px;
	color: #999999;
	background-image: url(images/search-background.gif);
	line-height: 13px;
	padding: 5px;
}

/* Standard Navigation Styles */

#navigation {
	font-family: "Arial Black";
	height: 50px;
	padding-top: 13px;
}
#navigation li {
	float: left;
	list-style-type: none;
	background: url(images/nav-button-right.gif) no-repeat right top;
	margin: 0 0 0 10px;
}
#navigation a {
	float: left;
	line-height: 24px;
	font-size: 11px;
	color: #dba10a;
	text-decoration: none;
	background: url(images/nav-button-left.gif) no-repeat left top;
	text-transform: uppercase;
	padding: 0 10px 0 10px;
}
#navigation a:hover, #secondary-menu a:hover {
	color: #0763A4;
}
#navigation .current_page_item, #main-menu .current_page_parent, #secondary-menu .current_page_item, #secondary-menu .current_page_parent {
	background-image: url(images/nav-button-right-selected.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#navigation .current_page_item a, #main-menu .current_page_parent a, #secondary-menu .current_page_item a, #secondary-menu .current_page_parent a {
	color: #FFFFFF;
	background-image: url(images/nav-button-left-selected.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#navigation .buyonline a {
	color: #0763A4;
}

/* Mega Drop Down Navigation Styles */

#navigation ul li {
	display: inline;
	position: relative;
}
#navigation ul li div {
	display: none;
}
#navigation ul li.mega div {
	font-size: 11px;
	color: #FFFFFF;
	margin: 15px 0 0 0;
	background: url(images/mega-drop-background.gif) bottom no-repeat;
	padding: 10px;
	font-weight: bold;
	width: 380px;
	top: 10px;
	z-index: 10;
	position: absolute;
	clear: both;
}
#navigation ul li.hovering div {
  	display: block;
}
#navigation li.mega {
	z-index: 100;
}
#navigation ul li.mega h1 {
	font-size: 12px;
	color: #FFDC7F;
	text-transform: uppercase;
}
#navigation ul li.mega div a:hover {
	color: white;
}
#navigation ul li.mega div .more-light-yellow {
	margin-bottom: 10px;
	background-image: url(images/nav-button-left.gif);
	background-repeat: no-repeat;
	background-position: left;
	display: block;
	height: 24px;
	padding-right: 6px;
	padding-left: 6px;
	margin-top: 10px;
}
#navigation ul li.mega div .more-light-yellow a {
	background-image: url(images/nav-button-right.gif);
	display: block;
	background-position: right;
	height: 24px;
	color: #2b639c;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 24px;
	background-repeat: no-repeat;
}
#navigation ul li.mega div .more-light-yellow a:hover {
	color: white;
}
#navigation ul li.mega div p {
	font-family: Arial;
	margin-bottom: 10px;
}

#navigation ul li.mega #drop-down-list {
	background-image: url(images/drop-down-list-background.gif);
	width: 200px;
}
#navigation ul li.mega #drop-down-list ul.dropdown-menu li {
	margin: 0px;
	background-image: none;
	position: inherit;
	padding: 0;
	float: left;
	clear: both;
	width: 200px;
}
#navigation ul li.mega #drop-down-list ul.dropdown-menu li a {
	margin: 0px;
	background-image: none;
	color: #fff;
	display: inline;
	float:none;
	padding: 0;
	text-decoration: none;
	text-transform: uppercase;
}	
#navigation ul li.mega #drop-down-list ul.dropdown-menu li a:hover {
	color: #2b639c;
}	

/* Content Styles */

#content {
	min-height:410px;
	background-color: #FFFFFF;
}
#content h1 {
	margin-bottom: 15px;
	margin-top: -7px;
	text-transform: uppercase;
	font-weight: lighter;
	font-size: 18px;
}
#content h2 {
	text-transform: uppercase;
	font-size: 18px;
}
#content  #content-header {
	padding: 10px;
	font-size: 22px;
	background-image: url(images/content-header.gif);
	background-repeat: no-repeat;
	height: 126px;
}
#content  #content-header-small {
	float: left;
	width: 497px;
	padding: 10px;
	font-size: 22px;
	background-image: url(images/content-header-small.gif);
	background-repeat: no-repeat;
	height: 126px;
}
#content #shopping-cart {
	float: right;
	width: 232px;
	padding: 10px;
	font-size: 22px;
	background-image: url(images/shopping-cart-background.gif);
	background-repeat: no-repeat;
	height: 126px;
}
#content  #content-header-small  h1 {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: -5px;
	float: left;
	color: white;
	font-size: 26px;
}
#content  #content-header-small  h2 {
	margin: 0px;
	color: white;
	font-size: 20px;
}
#content  #content-header  h1 {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: -5px;
	color: white;
	font-size: 26px;
}
#content  #content-header  h2 {
	margin: 0px;
	color: white;
	font-size: 20px;
}
#content #feature {
	list-style-type: none;
	height: 260px;
	width: 220px;
	color: #FFFFFF;
	float: left;
}
#content #feature li {
	height: 260px;
	width: 550px;
}
#content #advert {
	float: right;
	width: 200px;
	background-image: url(images/advert-background.gif);
	height: 240px;
	padding: 10px;
	color: #FFFFFF;
}
#content #advert h1 {
	margin-bottom: 5px;
	text-transform: uppercase;
}
#content #advert p {
	line-height: 11px;
	text-transform: uppercase;
	font-size: 10px;
	font-family: "Arial Black";
	margin-top: 10px;
}
#content #categories {
	float: left;
	clear: both;
	width: 780px;
	height: 336px;
	color: #666666;
}
#content #feature-boxes {
	clear: both;
	margin-top: 20px;
	margin-bottom: 10px;
}
#content  #feature-boxes  p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#content #feature-boxes  h1 {
	font-size: 95%;
	margin-bottom: 15px;
	margin-top: -5px;
}
#content #feature-boxes  h2 {
	font-size: 95%;
}
#content .box-three {
	width: 230px;
	min-height: 170px;
	display: block;
	margin-left: 15px;
	color: #666666;
	background-image: url(images/box-background.gif);
	padding-right: 10px;
	padding-left: 10px;
	float: left;
}
#content .box-news {
	min-height: 250px;
	float: left;
	width: 230px;
	margin-left: 0px;
	color: #0763A4;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#content .box-news li {
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom: 5px;
	padding-top: 5px;
	text-decoration: none;
	font-size: 11px;
}
#content .box-news li a {
	text-decoration: none;
	color: #757A7D;
}
#content .box-news li a:hover {
	color: #333333;
}
#body-content  {
	clear: both;
	float: left;
	margin-bottom: 30px;
	margin-top: 20px;
}
#body-content p {
	color: #666666;
}
#body-content ol {
	margin-bottom: 15px;
	margin-left: 40px;
	font-size: 12px;
	color: #666666;
}
#body-content ul {
	margin-bottom: 15px;
	margin-left: 40px;
	font-size: 12px;
	color: #666666;
}
#body-content .alignright {
	clear: right;
	padding-left: 15px;
	float: right;
}
#body-content .alignleft {
	padding-right: 15px;
	clear: left;
	float: left;
}
#body-content #left {
	margin-right: 20px;
	float: left;
	width: 230px;
	color: #0763A4;
}
#body-content #left ul {
	margin-left: 0px;
	margin-bottom: 30px;
	font-size: 12px;
	color: #666666;
}
#body-content #left li {
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom: 5px;
	padding-top: 5px;
	text-decoration: none;
	font-size: 11px;
}
#body-content #left ul li a {
	text-decoration: none;
	color: #757A7D;
}
#body-content #left ul li a:hover {
	color: #333333;
}
#body-content #left #advert-starter {
	margin-bottom: 10px;
	background-image: url(images/advert-starter-background.gif);
	width: 210px;
	height: 180px;
	padding: 10px;
	color: #666;
}
#body-content #left #advert-workout {
	background-image: url(images/advert-workout-background.gif);
	width: 210px;
	height: 180px;
	padding: 10px;
	color: #666;
}
#body-content #right {
	float: right;
	width: 525px;
}
/* Shopping Cart Style - Category View */


#body-content #right h1 {
	margin-left: 0px;
	margin-bottom: 15px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
}
#body-content .ambasador {
	padding: 10px;
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
	background-image: url(images/ambasadors-background.gif);
	height: 130px;
	width: 360px;
	display: block;
}
#body-content .ambasador h3 a {
	color: white;
}
#body-content .ambasador p {
	font-size: 11px;
	color: white;
}
#body-content .ambasador-none {
	padding: 10px;
	float: left;
	margin-bottom: 20px;
	background-image: url(images/ambasadors-background.gif);
	height: 130px;
	width: 360px;
	display: block;
}
#body-content .ambasador-none h3 a {
	color: white;
}
#body-content .ambasador-none p {
	font-size: 11px;
	color: white;
}
div.default_product_display {
 	margin-left: 7px;
 	height: 230px;
 	text-shadow: 0px 0px white;
 	background-repeat: no-repeat;
 	background-image: url(images/product-category-view-background.gif);
 	position:relative;
 	float:left;
 	width: 250px;
 	margin-right: 7px;
}
div.productdisplay .single_product_display {
 	margin-left: 20px;
 	height: none;
	text-shadow: 0px 0px white;
	background-repeat: no-repeat;
 	background-image: none;
 	position:relative;
 	float:left;
 	width: none;
}

/* Footer Styles */

#footer {
	min-height: 180px;
	background-image: url(images/footer-background.gif);
	background-repeat: repeat-x;
	color: #999999;
	padding-top: 30px;
}
#footer h1 {
	margin-bottom: 10px;
	margin-top: -6px;
	text-transform: uppercase;
	font-weight: lighter;
	font-size: 90%;
	color: #FFFFFF;
}
#footer h2 {
	font-size: 95%;
	color: #FFFFFF;
}
#footer a {
	text-decoration: none;
	color: #999999;
}
#footer a:hover {
	color: #FFFFFF;
}
#footer p {
	font-size: 11px;
}
#footer ul li {
	list-style-type: none;
	font-size: 11px;
	margin-bottom: 5px;
}
#footer .box-four {
	min-height: 130px;
	width: 185px;
	margin-right: 12px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}
#footer .box-four-end {
	min-height: 130px;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 185px;
}
#footer img {
	margin-bottom: 10px;
}

.bundleimg {
	float: right;
}

