/* CSS Template for [Company/Organization] */

/* all sytles should be structured as follows:
******************************************
call (descriptive element names are required) { / comments for what the call is used for if the call doesnt explain enough (eg. .nav p { \* paragraph style for copy in the nav area *\) /
	position: value;
	flaot: value; / if aplicable /
	width: value; / plese use px if possible only use % if under 100%/
	height: value; / please use px if possible and if height is absolutely neccisary please comment behind with IMPORTANT, otherwise omit /
	background: color image repat position;
	color: value;
	font-family: value;
	font-size: value; / please use pt or em if possible or size types like "small", "larger", "x-small", etc. /
	font-whatever: value; / all other font styles /
	margin: top-value right-value bottom-value left-value;
	padding: top-value right-value bottom-value left-value;
	text-whatever: value;
	display: value;
	border: width style color;
	any other styles...
}	
******************************************
if possible please use #hhh; for colors */

html, body {
	background-color: #88B0BF;
	margin: 0;
	padding: 0;
	text-align: center;
} 

#featuredproducts TD {
	color:  #FFFFFF;
	font-style:  italic;
	font-weight:  bold;
	font-size: 18px;
}
 
#container {
	width: 920px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000;
	margin-top: 10px;
	position:relative;
} 

#maincol {
	margin: 0;
	padding: 0;
}
 
#header {
	width: 920px;
	padding: 0;
	margin: 0;
	height: 221px;
} 

#header_frtext {
	position: absolute;
	top: 250px;
	right: 15px;
	text-align: center;
	width: 550px;
	padding: 0px 5px 0px 0px;
	color: #156073;
}

#header_gallerytext {
	position: absolute;
	top: 225px;
	right: 60px;
	text-align: center;
	width: 550px;
	padding: 0px 5px 0px 0px;
	color: #156073;
}

#top_nav {
	position: absolute;
	top: 46px;
	right: 0px;
	z-index: 1; 
     text-align: right;
}

#top_nav A{
	text-decoration: none;
}

#top_nav img {
	border: 0;
}

#myMenuID {
	z-index: 5;
}

#category_menu {
	position: absolute;
	top: 240px;
	right: 795px;
}
 
.nav {
	width: 170px;
	/*border: 2px solid #00F;*/
	vertical-align : top;
	background: #f2f2f2;
}

.nav a {
	font-weight: bold;
}

.nav a:link {
	color: #00008B;
}

.nav a:visited {
	color: #B22222;
}

.nav a:hover {
	color: #0F0;
}

.content {
	vertical-align : top;
	padding: 10px 10px 10px 10px;
	background : #F2F2F2;
}

.row1 {
	background: #d8e1e6;
}

.row2 {
	background: #d8e1e6;
}

.fr_location {
	color: #c84d21;
	font-size: 18px;
	font-weight: bold;
}

.fr_date_submittedby {
	color: #c84d21;
	font-style: italic;
	font-size: 11px;
}

.fr_description {
	color: #c84d21;
	font-size: 11px;
}

a:link {
	color: #c84d21;
	text-decoration: underline;
}

a:visited {
	color: #c84d21;
	text-decoration: underline;
}

a:hover {
	color: #c84d21;
	text-decoration: none;
}

hr {
	color: #e9d1c7;
}

#topshopping { 
	position: absolute;
	top: 30px;
	right: 180px;
}

#footer{
	position: relative;
	margin-top: 5px;
	text-align: center;
	width: 100%;
	font-size: 11px;
	color: #156073;
}

/* Cart Styles */
.productlist TD {
	font-size: 12px;
	text-align: center;
	color : #036474;
	font-family : Arial;
}

.productlist .head {
	font-weight : bold;
	background : #175F75;
	color : #FFF;
	text-align : center;
}

.productlist .dark {
	background: #8aafbf;
}

.productlist .dark {
	background: #d0dbe1;
}

.category_description {
	padding: 5px;
	background: #cfdbe1;
	color: #166074;
	font-size: 12px;
	font-family : Arial;
}

.category_name {
	padding: 5px;
	color: #ca562f;
	font-size: 18px;
	font-family : Arial;
	font-weight: bold;
}

.similar TD {
	font-size: 10px;
	font-weight: bold;
}

.similar TD A {
	color: #166074;
}

.similar TD img {
	border: 1px solid #166074;
}

.similar {
	border: 1px solid #166074;
	background: #cfdbe1;
}

.category TD {
	font-size: 12px;
	font-weight: bold;
}

.category TD A {
	color: #166074;
}

.categry TD img {
	border: 1px solid #166074;
}

.category {
	border: 1px solid #166074;
	background: #cfdbe1;
}

.featuredtext .title {
	color: #ff6820;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}

.featuredtext a {
	text-decoration: none;
}

.featured img {
	border: 1px solid #166074;
}

.featuredtext {
	font-size: 12px;
	color: #006699;
	font-family: Arial;
	font-style: normal;
}

.featuredtext .ourprice {
	color: #ff6820;
	font-size: 14px;
}

.featured hr {
	color: #006699;
}


/*Simple styles for clients to use sizes and colors etc.*/

.smaller {
	font-size: 8px;
}

.small {
	font-size: 10px;
}

.big {
	font-size: 16px;
}

.bigger {
	font-size: 18px;
}

.blue {
	color: #0000a0;
}

.red {
	color: #ff0000;
}

.green {
	color: #008000;
}

.yellow {
	color: #ffff00;
}

/* Product page breadcrumb style */
.product_breadcrumb {
    font-size: 8pt;
    color: #036474;
}

/* Span style for popup options in product_listing.php */
span.popup_options {
    float: right;
}

.sitemap {
     text-align: left;
     font-family: Arial, Helvetica, sans-serif;
     font-size: 10px;
     font-style: normal;
     /*color: #000;*/
     margin-top: 10px;
}

.featuredcategory {
     
     color: #88B0BF;
     font-weight: bolder;
     width: 95%;
}



/* navigation's custom style */

.content .menu ul {
list-style-type: none;
height: 30px;
width: 645px;
margin: auto;
}

.content .menu ul li {
float: left;
}

.content .menu ul a {
padding-right: 12px;
padding-left: 12px;
display: block;
line-height: 30px;
}

.spec {clear:both;}

/* navigation's custom style */
