body
{
  font: 100% arial, helvetica, sans-serif;
  background-color: #90C4E3;
  background-image:	url('/images/bg-2.png');
  background-repeat: repeat-x;
}

img {border: 0}
h1, h2, h3, h4 {color: #4b81b1;}
h1 {font-size: 24px;}
h2 {font-size: 21px;}

a {color: #004B91;}
a:hover {color: #DF7E0D;}


/* ====================================================================================================
== Layout ID's
==================================================================================================== */

ul#products {
	list-style: none;
/*	clear:left;*/
/*	float:left;*/
}

ul#products h4 {
	margin-top:15px;
}

h1.product-group {
/*	margin-bottom:-20px;*/
	margin-top:0;
	clear:left;
/*	padding:0;*/
	padding-top:30px;
}
ul#products {
	margin:0;
}
div.product-group {
	margin-bottom:10px;
}

ul#produts h4 {
	font-size:14px;
	font-color:orange;
}
ul#products li {
	float: left;
	margin-right: 20px;
}

ul#products li span {
	float:left;
	margin:0;
	padding:0;
	position:relative;
}
ul#products img.attachment-thumbnail {
	width: 100px;
	height: 100px;
/*	float:left;*/
}

ul#products .category-icon {
	text-indent:-9999px;
}

	.myicons {
/*		width:350px;*/
/*		height:350px;*/
		border:1px solid black;
		background:white;
		padding:8px;
		float:right;
	}




#header
{
  height: 100px;
}
#outterContainer
{
  color: #000;
  width: 1080px;
  min-height: 300px;
  margin: 0 auto;
  
  position:relative;
  background-image: url('/images/content-bg.png');
}

#navbar {
  position: relative;
  top: 35px;
  margin-top: 8px;
  margin-bottom: 0px;
  padding: 10px;
  width: 1080px; 
  height: 30px;
  background-image: url('/images/nav-bg.png');
  background-repeat: no-repeat; 
}

#navbar a 
{
	text-decoration: none; 
	color: #FFF;
	text-shadow: 1px 1px #000000;
}

#logo 
{
	position: relative; 
	left: 60px;
  top: 20px;
	float: left;
}
#contact-info {position: relative; float: right; width: 240px; left: -40px; ;top: 20px; height: 100px; color: #617f9a;}
#contact-info a {color: #617f9a;}
#main-content-header
{
	background-image: url('/images/content-header.png');
	background-repeat: no-repeat;
	height: 56px;
	width: 1080px;
  	margin: 0 auto;
	
}
#mainContent {

padding: 10px 0px 0px 65px;
min-height: 200px;
width: 950px;
margin-top: 0px;
}

#page-wrapper
{
/*  position:relative;*/
  padding: 0px 0px 0px 65px;
  min-height: 200px;
  width: 700px;
  margin-top: 0px;
  margin-left: 150px;
  overflow:hidden;
}

	#mainContent h1.page-title {
		position:absolute;
		left:60px;
	}
#footer
{
	padding: 0px;
	background-image: url('/images/content-footer-bg.png');
	background-repeat: no-repeat;
	height: 50px;
	width: 1080px;
  margin: 0 auto;

}

#top-five-wrapper {
/*	border:1px solid #4B84B6;*/
/*	width:950px;
	margin-left:-250px;*/
}

#top-five
{
  height: 90px;
  width: 950px;
  margin: 0 auto;
  background-image: url('/images/featured-thumb-bg.png');
  background-repeat: repeat-x;
  background-position: 0px 10px;
}


#notice {
  font-weight: bold;
  width: 90%;
  padding: 5px;
  text-align: center;
  color: #139113; 
  background-color: #DFFFDF; 
  border: 2px solid #9FCF9F;
  margin: 0 auto;
}

#error
{
  font-weight: bold; 
  padding: 5px;
  text-align: center;
  color: #c34d4d;
  background-color: #FFE3E3;
  border: 2px solid #DD0000;
  width: 90%;
  margin: 0 auto;
}



label {display: block; color: #2F4D70; padding-bottom: 8px;}
input, textarea, select{
  display: block;
  font-size: 16px;
  padding: 2px;
  

}
input[type=hidden] {display: none; background-color: #BDD2EB}
input:focus, textarea:focus
{
  background-color: #FFF9C5;
}
input:focus, input.ieFocusHack
{
    background-color: #FFF9C5;
}

div.group 
{
  clear: both;
}
div.field label {font-weight: bold}
div.field
{
  padding: 0;
  margin: 0 15px 10px 0;
  float: left;
}
div.field.separated
{
  clear: both;
  float: left;
  margin-right: 15px;
}

/* ====================================================================================================
== Classes
==================================================================================================== */

.clear {clear: both;}
.photo {padding: 4px; border: 1px solid #343434; background-color: #FFF;}

.featured
{
	background-image: url('/images/featured-background.png');
	background-repeat: repeat-x;
	background-position: 0 -80px ;
	height: 240px;
	border-bottom: 1px solid #a8bf76;
	
}
.featured-image-wrapper {
	position:relative;
	width:325px;
	float:left;
/*	border:1px solid red;*/
	overflow:hidden;
}
div.featured-image-float {
	margin:0 auto;
	float:right;
/*	width:200px;*/
/*	overflow:hidden;*/
/*	border:1px solid blue;*/
/*	float:left;*/
}

.shadow {
	float:left;
  	background: url('/images/shadowAlpha.png') no-repeat bottom right !important;
  	background: url('/images/shadow.gif') no-repeat bottom right;
  	margin: 10px 0 0 10px !important;
  	margin: 10px 0 0 5px;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
}

.shadow img {
	display: block;
	  position: relative;
	  background-color: #fff;
	  border: 1px solid black;
	  margin: -6px 6px 6px -6px;
	  padding: 4px;
}
.featured-image
{
		
	float:left;
  	background: url('/images/shadowAlpha.png') no-repeat bottom right !important;
  	background: url('/images/shadow.gif') no-repeat bottom right;
  	margin: 10px 0 0 10px !important;
  	margin: 10px 0 0 5px;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
/*	background:transparent url('/images/photo-frame.png') no-repeat scroll center center;*/
/*	overflow:hidden;*/
/*	padding:8px;*/
/*	width:320px;*/
}

.featured-image img { 
	  display: block;
	  position: relative;
	  background-color: #fff;
	  border: 1px solid black;
	  margin: -6px 6px 6px -6px;
	  padding: 4px;
	  /*position: relative; left: 10px;*/}
.featured-content h3 {margin-top: 8px; padding-top: 0px;}
.featured-content
{
	float: right;
	width: 600px;
	min-height: 200px;
}

.image-wrapper 
{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url('/images/photo-frame.png') no-repeat scroll center center;
	float:left;
	margin-left:-340px;
	overflow:hidden;
	padding:5px;
	width:320px;
}

.featured-thumb
{
  width: 230px;
  padding-left: 5px;
  height: 90px;
  float: left;
  border-bottom: 1px solid #a8bf76;
}
.featured-thumb a {font-size: 14px;}
.vertical-divider
{
  float: left;
  border-left: 2px dotted #6C882D;
  width: 2px;
}


h2.colored, h3.colored {padding-left: 2px; background-color: #E7F0F7; border-top: 1px solid #CEDBE5;}



