﻿/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Launderette Styles */
body {
	font:12px "GillSansMTPro-Light",tahoma,geneva,sans-serif;
	text-align:justify;
}
#content {
	width:955px;
	height:600px;
	background:url(../img/background/rotate.php) no-repeat;
	margin:0 auto;
	position:relative;
}
a {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#ff6633;
}
h1 .logo {
	display:block;
	height:137px;
	width:100px;
	text-indent:-9999px;
	background:#fff url(../blog/wp-content/themes/Launderette/img/logoLaunderette.png) no-repeat center 46px;
	margin-left:23px;
	padding:0;
}
#mainNav {
	margin:20px 0 150px 40px;
}
#mainNav li {
	
}
#mainNav li a {
	display:block;
	height:23px;
	width:92px;
	text-indent:-9999px;
	background:url(../blog/wp-content/themes/Launderette/img/bgNav.png) no-repeat -0px 0;
}
#mainNav li a:hover,
body.home #mainNav li a,
body.about #mainNav li.active a {
	background-position:-91px 0;
}
#mainNav li.products a {
	background-position:-0px -92px;
}
#mainNav li.products a:hover,
body.home #mainNav li.products a,
body.products #mainNav li.active a {
	background-position:-91px -92px;
}
#mainNav li.contact a {
	background-position:-0px -46px;
}
#mainNav li.contact a:hover,
body.home #mainNav li.contact a,
body.contact #mainNav li.active a {
	background-position:-91px -46px;
}
#mainNav li.blog a {
	background-position:-0px -23px;
}
#mainNav li.blog a:hover,
body.home #mainNav li.blog a {
	background-position:-91px -23px;
}
#mainNav li.photos a {
	background-position:-0px -69px;
}
#mainNav li.photos a:hover,
body.home #mainNav li.photos a {
	background-position:-91px -69px;
}


/* Products  Landing */
body.products #containcontent {
	background-color:#fff;
	height:470px;
	width:762px;
	position:absolute;
	top:48px;
	left:150px;
	padding:0 0 0 18px;
}
.pagetitle {
	background:url(../img/products/titleproducts.jpg) no-repeat left bottom;
	border-bottom:1px solid #92C3EB;
	margin-bottom:15px;
	height:61px;
	width:320px;
	text-indent:-9999px;
}
#productslist {
	zoom:1;
}
#productslist:after,
#containcontent:after,
.productImages:after {
	content:".";
	height:0;
	visibility:hidden;
	display:block;
	clear:both;
}
#productslist li {
	float:left;
	margin-right:20px;
	width:134px;
}
.productsmall {
	border:1px solid #92C3EB;
}

/* Product Detail */
#contentMain {
	float:left;
	width:293px;
	padding-right:9px;
}
#contentGallery {
	float:left;
	width:460px;
}
#contentMain .pagetitle {
	width:auto;
	margin-bottom:8px;
}
body.productShuffleboard .pagetitle {
	background-image:url(../img/products/titleShuffleboard.png);
}
body.productMonteCarlo .pagetitle {
	background-image:url(../img/products/titleMonteCarlo.png);
}
body.productDetail #contentMain .description {
	height:122px;
}
body.productDetail #contentMain form {
	height:123px;
	text-align:left;
}
body.productDetail #contentMain .price {
	margin-bottom:8px;
}
body.productDetail #contentMain .price span {
	font-size:10px;
}
body.productDetail #contentMain .quantity {
	width:20px;
}
body.productDetail #contentMain select
body.productDetail #contentMain .quantity {
	float:left;
}
body.productDetail #contentMain .quantity,
body.productDetail #contentMain select {
	margin-right:2px;
}
body.productDetail #contentMain .size-info {
	float:right;
	margin:7px 3px 0 0;
}
body.productDetail #contentMain .size-info, 
body.productDetail #contentMain #continue {
	font-size:10px;
}
body.productDetail #contentMain #continue {
	float:left;
	margin-top:4px;
}
body.productDetail #contentMain .controls {
	margin-top:13px;
	clear:both;
}
body.productDetail #contentMain .submit {
	margin-right:10px;
	float:left;
}
.productImages li {
	float:left;
	width:138px;
	height:138px;
}
.productImages li.first {
	margin-right:17px;
}
.productImages li img {
	border:1px solid #8fc6ed;
}

/* About  & Contact*/
body.about #containcontent,
body.contact #containcontent {
	position:absolute;
	top:48px;
	left:150px;
}
body.about #containcontent img,
body.contact #containcontent img {
	display:block;
	border:1px solid #fff;
}