/*
Theme Name: CichlidAquaria
Theme URI: http://www.cichlidaquaria.com
Description: The default CichlidAquaria theme.
Version: 1.0
Author: CichlidAquaria
Author URI: http://www.cichlidaquaria.com
*/

body {
	margin: 0px;
	padding: 0px;
	font-family:Trebuchet MS; font-size:14px;
	color:#001444;
}

.bg-home {
	background:url(images/bg-main.jpg) repeat-x 0px 0px #fff;
}

.bg-inside {
	background:url(images/bg-inside.jpg) repeat-x 0px 0px #fff;
}

img {
	border:0px;
}

h1, h2, h3 {
 	font-size:24px; 
	color:#001444; 
	text-align:left;
	margin:0;
	padding:0;
	margin-bottom:20px;
	margin-top:20px;
}


a {color:#9ab7e2; text-decoration:none;}
a:visited {color:#9ab7e2;}
a:hover {color:#0066CC;}
.clear { 
	clear:both; 
	line-height:0px; 
	height:0px; 
	font-size:0px;
}

#main-container {
	margin:auto;
	width:830px;
	
}

#nav-pages {
	width:100%;
	height:44px;
	text-align:right;
	text-transform:uppercase;
}

#nav-pages .pages li { 
	display: inline;
	list-style:none; 
	padding-left: 20px;
}

#nav-pages .pages a { 
	color:#fff; 
	text-decoration:none; 
	padding:4px 12px; 
}

#nav-pages .pages a:hover { 
	color:#d2e4ff;
}

.logo a { height:45px; width:223px; background-image: url(images/logo.png); background-repeat: no-repeat; float:left; text-decoration:none; margin-top:40px;}
.logo a span { visibility: hidden; }

#nav-categories {
	margin-top:63px;
	text-align:right;
	text-transform:uppercase;
}

#nav-categories .categories li { 
	display: inline;
	list-style:none; 
	padding-left: 20px;
}

#nav-categories .categories a { 
	color:#669df0; 
	text-decoration:none; 

}
#nav-categories .categories a:hover { 
	color:#fff;
}

/************ Index ****************/
	
#index-content {
		width:100%;
		line-height:24px;
	
}
#index-image{ width:830px; height:249px; background:#fff; margin-top:40px;}

#index-image-shadow { width:714px; height:13px; margin:0 auto; background:url(images/bb-shadow.gif) no-repeat center top;}

#welcome {
	float:left;
	width:420px;
	text-align:justify;
	margin-right:30px;
	
}

#featured {
	width:380px;
	float:left;
	}




/************ Content ****************/
#content-container {
		width:100%;
		margin-top:100px;
	
}


/************ Category Page ****************/

.category-heading{
	width:100%;
	border-bottom:solid 1px #c1d9ff;
	text-align:left;
	margin-bottom:25px;
}

.category-heading h1{
 	font-size:24px; 
	font-weight:bold; 
	color:#001444; 
	text-align:left;
	margin:0;
	padding:0;
	margin-bottom:10px;
}


.product-price {
	color:#cc0000;

}

#boxes ul { list-style-type: none; width: 100%; padding: 0; margin: 0;}
#boxes ul li { float: left; width: 150px; height: 150px;border: 1px solid #669cf0;}
#boxes li:hover { border: 1px solid #464f60;}







/************ Product Page ****************/
#product-image {
	float:left;
	width:300px;
	height:300px;
	margin-right:30px;
}

#product-image img {
	border:solid 1px #669cf0;
}


#product-content {
	line-height:18px;
	width:100%;
	text-align:justify;

}


#product-content h1{
	font-size:24px; 
	font-weight:bold; 
	color:#001444; 
	text-align:left;
	margin:0;
	padding:0;
	margin-bottom:10px;
	line-height:26px;

}

#buy {
	text-align:center;
	width:100%;
	margin-top:20px;

}

/************ Footer ****************/
#footer-container {
	width:100%;
	height:97px;
	background-image: url(images/bg-bottom.gif); background-repeat: repeat-x;
	margin-top:40px;
}

#footer {	
	margin:auto;
	width:830px;
	color:#FFF;
}

#footer-nav-categories {
	padding-top:20px;
	text-align:left;
	text-transform:uppercase;
}

#footer-nav-categories .categories li { 
	display: inline;
	list-style:none; 
	padding-right: 20px;
}

#footer-nav-categories .categories a { 
	color:#669df0; 
	text-decoration:none; 

}
#footer-nav-categories .categories a:hover { 
	color:#fff;
}