@charset "utf-8";
/* Poolshop CSS Document */

html {
	padding: 0;
	margin: 0;
}

body {
	padding: 0;
	margin: 0;
	background-image:url('../images/layout/bg.jpg');
	background-position: top center;
	background-repeat: repeat-x;
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
}

form {
	padding: 0;
	margin: 0;
}

img {
	border: none;	
}

/*** Main Containers *********************/

#container {
	position: relative;
	width: 970px;
	margin: 0 auto;
}

#header {
	position: relative;	
	height: 140px;
	margin: 0 auto;
	z-index: 5;
}



/*** Header Components *******************/

#header-logo {
	position: absolute;	
	top: 20px;
	left: 30px;
}

#header-menu {
	position: absolute;
	top: 58px;
	right: 22px;
	font-size: 14px;
	font-weight: bold;
	padding-right: 10px;
}

#header-menu a {
	margin-left: 17px;	
	color: #00a4c8;
	text-decoration: none;
}

.header-menu-in {
	color: #273962 !important;
}

#header-categories {
	position: absolute;
	top: 92px;
	left: 0px;
	height: 39px;
	width: 100%;
	background-image: url('../images/layout/menu-bg.png');
	background-repeat: no-repeat;
	background-position: center top;
	text-transform: uppercase;
	font-size: 12px;
	z-index: 5;
}

#header-cats {
	padding-top: 7px;
	padding-left: 17px;
	position: relative;
	z-index: 5;
}

.header-cat {
	border-left: 1px solid #dedede;	
	float: left;
	padding: 5px 8px;
	height: 16px;
	position: relative;
	z-index: 5;
}

.header-cat-first {
	border-left: 0;	
}

.header-cat a {
	color: #333333;
	text-decoration: none;
}

#header-settings {
	position: absolute;
	right: 10px;
	top: 20px;
	width: 400px;
	height: 30px;
	color: #283962;
	z-index: 6;
}


#header-account {
	text-transform: uppercase;
	background-image: url('../images/layout/icons/account.png');
	background-repeat: no-repeat;
	background-position: left center;	
	padding-left: 20px;
	margin-top: 5px;
	float: left;	
	margin-right: 10px;
}

#header-cart {
	text-transform: uppercase;
	background-image: url('../images/layout/icons/cart.png');
	background-repeat: no-repeat;
	background-position: left center;	
	padding-left: 24px;
	margin-top: 5px;
	float: left;	
	margin-right: 10px;
}

#header-search {
	position: relative;
	background-image: url('../images/layout/search-bg.gif');
	background-repeat: no-repeat;
	background-position: left top;	
	width: 202px;
	height: 22px;
	padding-top: 2px;
	float: left;	
	margin-right: 10px;
}

#header-search-but {
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
	height: 22px;
}

#search-store-field {
	border: 0;
	background-color: none;
	color: #283962;
	width: 165px;
	height: 16px;
	font-size: 10px;
	margin-left: 5px;
}

/***** Featured ***********************/

#featured {
	position: relative;
	height: 270px;
	width: 755px;
	margin: 10px auto;
}

#featured-image {
	float: left;
	background-image: url('../images/layout/featured-bg.png');
	background-repeat: no-repeat;
	background-position: left top;
	width: 376px;
	height: 267px;

}

#featured-image-prod {
	padding-left: 16px;
	padding-top: 16px;
}

#featured-text {
	float: left;
	margin-top: 5px;
	margin-left: 25px;
	width: 350px;
}

#featured-text-header {
	padding-top: 5px;	
}

#featured-text-desc {
	line-height: 160%;	
}

#featured-text-price {
	margin-top: 14px;
	font-size: 14px;	
}

.price-rrp {
	color: #00a4c8;
	text-decoration: line-through;
	text-transform: uppercase;
	font-weight: bold;
}

.price-now {
	color: #283962;
	text-transform: uppercase;
	font-weight: bold;
}

#featured-text-title {
	font-size: 36px;
	color: #00a4c8;
	font-weight: bold;
}

#featured-buttons {
	margin-top: 40px;
	position: relative;
	left: -6px;
}

/*** Products *****************/
#products {
	background-image: url('../images/layout/prod-bg.png');
	background-repeat: no-repeat;
	background-position: left top;
	width: 960px;
	height: 469px;
	margin: 0 auto;
}

.product-info {
	padding-top: 25px;
	padding-left: 25px;
}

.product-cell {
	width: 320px;
	height: 220px;
	float: left;
	position: relative;
}

.product-image {
	position: absolute;
	right: 10px;
	top: 35px;
}

.product-desc {
	line-height: 160%;
	font-size: 11px;
	color: #333333;
	width: 198px;
	margin: 10px 0;
	height: 70px;
}

.product-price {
	font-size: 11px;	
}

.product-title {
	font-size: 18px;
	font-weight: bold;
	color: #00a4c8
}

.product-buy {
	margin-top: 16px;	
}

/*** Footer *************/
#footer {
	width: 970px;
	margin: 15px auto 25px auto;
}

#footer-text {
	text-align: center;
	line-height: 160%;
	color: #999999;
}

#footer-text a {
	color: #999999;
	text-decoration: none;
}


