/* 
Theme Name: AquaFluid
Description: A light blue fluid Theme 
*/
body {
	margin:0;
	padding:0;	
	font-size:10px;
	font-size:small;
	color:#333;
	font-family: Verdana, Tahoma, "Trebuchet MS", Arial, Sans-serif;
	background:#fafbfc url(img/blue.jpg) repeat-x top fixed;
}

/***************   COMMON ELEMENTS					  
############################################*/

abbr {
	cursor:help;
}	
blockquote 
{
	margin:1em;
	background:url(img/blockquote.gif) no-repeat left top;
	padding:0 0 1em 4em;
}
a {
	color:#483d8b;
	text-decoration:none;
}

a:hover,a:active {
	color:#0000ff;	
}	

p {
	line-height:1.5em;
	margin-top:5px;
}	

ul {
	list-style:none;
}

li 
{
	margin:5px 0 0 0;
	padding:0;
}	
ul li 
{
	
	padding-left:15px;
	list-style:none;
	background:url(img/parl_bullet.png) no-repeat top left;
}

h1 {
	font-size:110%;
	font-family:Tahoma, Verdana, Arial,Serif;
	font-weight:normal;
	margin-bottom:0;
	color:#483d8b;
}	

h2 {
	font-family:Tahoma, Verdana, Arial,Serif;
	font-size:110%;	
	color:#483d8b;
	margin:0.5em 0;
	padding:0.25em 0;
	letter-spacing:0.1ex;
}
fieldset 
{
	border:none;
}
dl dt 
{
	font-weight:bold;
	margin:5px 0;	
}
dl dd 
{
	padding-left:20px;
	display:inline;
}
img.left
{
float: left;
margin: 0 1em 1em 0;
}
img.right
{
float: right;
margin: 0 0 1em 1em;
}
#container 
{
	background:#fff;	
	margin:60px auto;
	width:90%;
	font-size:95%;		
	border:#ccc 1px solid;
}

#header {
	width:100%;
	margin:0 auto;
	height:125px;
	background:#483d8b url(img/patio-furniture-header.jpg) no-repeat bottom;	
	position:relative;	
}
#header #storename{
	position:absolute;
	font-size:200%;
	font-family:"Lucida Sans Unicode","Century Gothic", sans-serif;
	letter-spacing:0.1ex;
	color:#000;
	background:none;
	margin:-50px 0 0 0;	
}

#header #tagline{
	position:absolute;
	font-size:100%;
	font-family:"Lucida Sans Unicode","Century Gothic", sans-serif;
	letter-spacing:0.1ex;
	color:#000;
	background:none;
	margin:-20px 0 0 0;	
}

#header #storename a 
{
	color:#483d8b;
	border-bottom:none;
}
#header #storename span
{
	margin:-20px 0 0 0;
	padding:0;
	float:right;
	font-weight:normal;
	font-family:Verdana, Tahoma, Arial, Serif;
	font-size:0.45em;	
}
#content {
	float:right;
	color:#333;
	width:70%;
	margin:0 0 1em 0;
	padding:0 4% 0 0;	
}

#sidebar {
	float:left;
	width:20%;
	margin:0;
	padding:0 2%;
	padding-left:15px;
	font-size:100%;
	background:#f3f3fc;
}
#sidebar h2 
{
	margin:1em 0 0 0;	   
	font-size:140%;
	font-family:Arial, Verdana, Serif;
	text-transform:uppercase;
}
#sidebar ul 
{
	margin:0;
	padding:10px 0;
	list-style:none;
}
#sidebar ul li 
{
	margin:0;
	padding:0;
	list-style:none;
	background:none;	
}
#sidebar ul ul, #sidebar form 
{
	margin:0;
	padding:0.5em 0 0 0;
}
#sidebar ul ul ul 
{
	margin:0;
	padding:2px 0;
}
#sidebar li li li
{
	margin:0;
	padding:3px 0 3px 12px;
	background:url(img/arrow.gif) no-repeat left center;
}
#sidebar li li a:link, #sidebar li li a:visited
{
	color:#0000ff;
	border:none;
}
#sidebar li li a:hover,#sidebar li li a:active
{
	border-bottom:#0000ff 1px solid;
}
#sidebar li li 
{
	margin:0.5em 0;
}
#footer {
	clear:both;
	width:100%;
	padding:8px 0;
	margin:0 auto;
	text-align:center;
	font-size:90%;
	background:#fff url(img/con_top.gif) repeat-x top;
	border-top:1px solid #ccc;
}

/***************   NAVIGATION						 
############################################*/

ul#navigation {
	list-style:none;
	margin:0px auto 0 auto;	
	padding:6px 0 4px 0;
	background:#fff url(img/con_top.gif) repeat-x top;
	width:100%;
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;	
	font: bold 1em Tahoma,Georgia, Verdana, Arial, Serif;
	text-transform:uppercase;	
	text-align:center;
}

ul#navigation li {	
	padding:0 5px;
	display:inline;
	background:none;
	list-style:none;
	margin:0;
}	

ul#navigation li a {
	text-decoration:none;	
	padding:3px 5px;
	margin:0;
	color:#0000ff;
	background-color:inherit;
	border-bottom:none;
}		 
ul#navigation li a:hover, #navigation li.current_page_item a
{
	border-bottom:#483d8b 2px solid;
	color:#483d8b;
}

#content, #sidebar, #footer, .widget {
	overflow: hidden;
}

/* content-specific */

.featuredProd {
  width: 30%;
  margin: 3px 10px;
  float: left;
  overflow: hidden;
  }

.featuredProd a img { 
  width: 175px;
  height: 175px;
  display: block;
  border: none;
  margin: auto;
  margin-bottom: 10px;
  overflow: hidden; 
} 
.featuredProd a {
font: bold 11px Arial, Helvetica, sans-serif;
text-decoration:underline;
}
.featuredProd a:hover {
text-decoration:none;
}
.featuredProd p {  /* featured products description */
  color: #333;
  margin: auto;
} 
.catProdList p { 
  color: #333;
  margin: auto;
} 
.catProdList {
  width: 30%;
  margin: 3px 5px;
  float: left;
  overflow: hidden;
  }

.catProdList a img { 
  width: 175px;
  height: 175px;
  display: block;
  border: none;
  margin: auto;
  margin-bottom: 10px;
  overflow: hidden; 
} 

.catProdList a {
font: bold 11px Arial, Helvetica, sans-serif;
margin: auto; 
text-decoration:underline;
}

.catProdList a:hover {
text-decoration:none;
}

.similarProd p { 
  color: #333;
  margin: auto;
} 

.similarProd {
  width: 30%;
  margin: 3px 5px;
  float: left;
  overflow: hidden;
  }

.similarProd a img { 
  width: 175px;
  height: 175px;
  display: block;
  border: none;
  margin: auto;
  margin-bottom: 10px;
  overflow: hidden; 
} 
.similarProd a {
font: bold 11px Arial, Helvetica, sans-serif;
text-decoration:underline;
}

.similarProd a:hover {
text-decoration:none;
}

.similarProd p { 
  color: #333;
  margin: auto;
} 
.relatedProd {
  width: 30%;
  margin: 3px 5px;
  float: left;
  overflow: hidden;
  }

.relatedProd a img { 
  width: 175px;
  height: 175px;
  display: block;
  border: none;
  margin: auto;
  margin-bottom: 10px;
  overflow: hidden; 
} 
.relatedProd a {
font: bold 11px Arial, Helvetica, sans-serif;
text-decoration:underline;
}

.relatedProd a:hover {
text-decoration:none;
}

.relatedProd p { 
  color: #333;
  margin: auto;
} 

.categoryLink {
  width: 30%;
  margin: 3px 5px;
  float: left;
  overflow: hidden;
  text-align: center;
  margin-bottom: 10px;
  }

.categoryLink a img { 
  width: 175px;
  height: 175px;
  display: block;
  border: none;
  margin: auto;
  overflow: hidden; 
} 
.productImg { 
float: left; 
border: none;
margin: 3px; 
} 
#artlistbox {
  width: 630px;
}
#artbox {
  background: url('img/artbottom.gif') repeat-x left bottom;
  margin-left:15px;
  margin-right:15px;
  margin-top:0px;
  margin-bottom:0px;
  padding-left:0px;
  padding-right:0px;
  padding-top:0px;
  padding-bottom:8px
}
#artbox h3 {
	font-size: 1.2em;
	color: blue;
}
a.artlink {
	display: block; float:right; clear:both; margin-bottom:10px;
	height: 20px; width:100px; text-align:center; color:#fff;
	background: blue; font:bold 14px/20px Arial, Helvetica, sans-serif; text-decoration:none
}
a.artlink:hover { background:#333; }
/*a.artlink b {
	position: absolute;
	left: -10000px;
}*/

.deptColumn {
  float: left;
  width: 202px;
  }
.deptColumn img {
  width: 200px;
  height: 200px;
  border: none;
  }
.deptColumn .mainDept li {
  list-style-image: url(img/arrow-large.gif);
  margin-bottom: 0px;
  border-bottom: 1px solid #91BB60;
  }
.deptColumn .mainDept li a {
  font: Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  font-weight: bold;
  }
.deptColumn .catList {
  padding-left: 10px;
  }
.deptColumn .catList li {
  padding-bottom: 4px;
  list-style-image: url(img/arrow-small.gif);
  }
.deptColumn .catList li a {
  font: Arial, Helvetica, sans-serif;
  font-size: 1.1em;
  font-weight: normal;
  }
.deptColumn .catList .viewAll a {
  font-weight: bold;
  }
.clear { 
	overflow: hidden; 
	clear: both; 
	height: 1px; 
	margin: -1px 0 0 0; 
	font-size: 1px; 
}
.price { 
float:right; 
width:300px; 
padding:30px 0 30px 10px; 
text-align:center; 
clear:right; 
font-weight: bold;
color: #000; 
}
.iconHeadline { width:480px; }
.desc { clear:right; color:863f00 }
.prodimg { float:left; margin:0 5px 5px 0; }

.product_window_med{
background-position:center center; 
width:175px; 
height:175px; 
background-repeat:no-repeat;
margin:5px;
float:left;
}

.product_window_med img {
width:175px;
height:175px;
}

.product_window_lrg {
background-position:center center; 
width:275px; 
height:300px; 
background-repeat:no-repeat;
margin:5px;
float:left;
}

.product_window_lrg img {
width:275px;
height:300px;
}

.prodPageImg {
margin:0 10px 5px 0;
}