
/* Top Elements */
* { margin: 0; padding: 0; }

body {
	background: #9cf url("/images/background.jpg") center bottom fixed repeat;
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #555; 
	text-align: center;
}

/* links */
a, a:visited {
	text-decoration: none;
	color: #2180BC;
	background: inherit;
}
a:hover {
	color: #88ac0b;
	background: inherit;
	text-decoration: underline;
}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: Bold; 		
}
h1 {
	font-size: 130%;	
}
h2 {
	font-size: 120%;
	text-transform: uppercase;
	color: #88ac0b;
}
h3 {
	font-size: 110%;
	color: #666666; 
}

h2#quote {
  background:transparent url("/images/arrow_right.gif") center left no-repeat;
  margin:0;
  padding:0 25px;
}
h2#quote span {
  background:transparent url("/images/arrow_left.gif") center right no-repeat;
  padding-right:25px;
}


/* /images */
img {
	background: #FAFAFA;
   border: 1px solid #E5E5E5;
	padding: 5px;
}
img.float-right {
  margin: 5px 0px 10px 10px;  
}
img.float-left {
  margin: 5px 10px 10px 0px;
}

h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}
div#main ul li {
	list-style-image: url("/images/bullet.gif");
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 28px;  
   border: 1px solid #f2f2f2; 
  	background: #FAFAFA url(/images/quote.gif) no-repeat 5px 5px;    
}

/* start - table */

/* end - table */

/* form elements */
form {
  margin:10px; 
  padding: 0 5px;
  border: 1px solid #f2f2f2; 
  background-color: #FAFAFA; 
}

form#quoteform {
  float:left;
  width:630px;
}

div.fifty {
  width:630px;
  float:left;
  border-bottom:1px solid #ccc;
}
div.fifty div {
  width:315px;
  float:left;
}
div.fifty div p {
  border-bottom:1px solid #eee;
  margin:2px 10px;
  padding:2px 0;
  width:auto;
}
div.fifty div p label {
  display:block;
  width:150px;
  float:left;
  text-align:right;
  margin-right:5px;
}

form p {
  margin:0 0 2px 0;
  padding:0;
  width:310px;
  float:left;
}
form p label {
  width:130px;
  float:left;
}
form p.full, form div#dupeForm p.full {
  clear:left;
  width:600px;
  float:left;
  font-size:10px;
  margin:0 0 0 15px;
  padding:5px 0;
}
form div#dupeForm p.full {
  border-bottom:1px solid #ccc;
  margin-bottom:20px;
  padding-bottom:20px;
} 
form#quoteform p.full label {
  width:600px;

  display:block;
  text-align:left;
  float:none;
}
label em {
  font-weight:normal;
  color:#666;
  font-size:10px;
}
input, select {
    width:130px;
	padding:1px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	color:#777;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 24px;
	margin: 20px 0 20px 280px;
	padding: 2px 10px; 
	color: #FFF;
	background: #8EB50C url(/images/button-bg.jpg) repeat-x 0 0;
	border: none;
}
input.error {
  border:1px solid #f00;
}
#quoteform div.error {
  display:none;
  color:#c00;
}

div#dupeForm {
  margin:10px 0;
}
div#dupeForm p {
  font-size:10px;
  width:210px;
  margin:0;
  padding:4px 0;
}
div#dupeForm p label {
  width:110px;
  display:block;
  float:left;
  text-align:right;
  margin-right:3px;
}
div#dupeForm p input {
  width:85px;
  padding:2px;
}
div#dupeForm p select {
    width:96px;
}


/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 980px;
	margin: 0 auto;
	text-align: left;
}
#content-wrap {
  float:left;
	background:transparent url("/images/content.png") repeat-y center top;
	clear: both;
	width: 980px;
	padding: 0; 
	margin: 0 auto;
}

#iframe-wrap {
  float:left;
	background:transparent url("/images/iframe.png") repeat-y center top;
	clear: both;
	width: 980px;
	padding: 0; 
	margin: 0 auto;
}

#header {
	width: 980px;
	position: relative;
	height: 103px;
	background:transparent url("/images/header.png") no-repeat center bottom;
	padding: 0;	
	color: #FFF;
	/* font-size: 14px; */
}
#header h1#logo-text {
  text-indent:-1000em;
  overflow:hidden;
  margin: 0; 
  padding: 0;
}
#header h2#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 12px 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #FFF;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 70px; left: 55px;		
}

/* header links */
#header #header-links {
	position: absolute;
	top: 20px; right: 30px;	
	color: #C6DDEE;
	font-size: 10px;	
}
#header #header-links a {	
	color: #FFF;
	text-decoration: none;	
}
#header #header-links a:hover {
	color: #D4E59F;	
}

/* Menu */
#menu {
	clear: both;	
	margin: 0 auto; 
        padding: 0;
	background:transparent url("/images/menu.png") top center no-repeat;	
	font: bold 12px/37px Verdana, Arial, Tahoma, Sans-serif;
	height: 30px;
	width: 980px;	
overflow:hidden;
}
#menu ul {
	float: right;
	list-style: none;
	margin:0 20px 0 0; 
        padding: 0;
	list-style: none;


}
#menu ul li {
	display: inline;
}
#menu ul li a {
	display: block;
	float: left;
	padding: 0 10px;
	color: #fff;	
	text-decoration: none;

}
#menu ul li.last a {
	padding-right: 20px;	
}
#menu ul li a:hover {
	color: #D4E59F;	
}
#menu ul li#current a {	
	color: #D4E59F;
}

/* Main Column */
#main {
  float:left;
        width:690px;
	padding: 0 0 0 35px; 
}

#iframe-wrap #main {
        width:920px;
}

#main h1 {
	margin-top: 10px;
	font: Bold 140% 'Trebuchet MS', Tahoma, Sans-serif;
	color: #88ac0b; 
	padding: 5px 0 5px 45px; 	
	border-bottom: 1px solid #EFF0F1;
	background: #FFF url("/images/sun.gif") no-repeat 3px 50%;	
}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 20px 10px 0 10px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}
.post-footer .date {
	background: url(/images/clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(/images/comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(/images/page.gif) no-repeat left center;
	padding:2px 0 2px 20px; 
        margin: 0 10px 0 5px;
}

ul#featuredProds {
  list-style:none;
  margin:5px 0 0 0;
  padding:0;
  width:450px;
}
html body ul#featuredProds li {
  list-style:none;
  margin:0 0 5px 0;
  width:150px;
  float:left;
  text-align:center;
}

/* Sidebar */	
#sidebar {
	float: right;
	width: 200px;
	padding:0 25px 0 0; 
        margin: 0;	
	color: #68774A;	
}	
#sidebar h1 {
	margin-top: 10px;
	padding: 5px 5px; 
	font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #728D26;	
}
#sidebar p {
  margin:10px 0;
  padding:0;
}


ul#rightNav {
  list-style: none;
  text-align: center;
  margin: 0; 
  padding: 0;
  text-decoration: none;		
}
ul#rightNav li {
  width:100px;
  float:left;
  margin:4px 0;
  color: #68774A;	
}
ul#rightNav li a img {
  margin:0;
  border:0;
  padding:0;
}
* html body ul#rightNav li {
	list-style: none;
	height: 1%;
}
ul#rightNav li a {
	text-decoration: none;	
	background-image: none;	
	color: #666666;			
}
ul#rightNav li a:hover {	
	color: #1773BC;	
}

ul#searchProds {
  margin:0;
}
ul#searchProds li {
  padding:3px;
}

/* Footer */	
#footer {
	color: #fff;
	background: transparent url("/images/footer.png") no-repeat center top;
	clear: both;
	width: 980px;
	height: 65px;
	font-size: 92%;	
}
#footer p {
  padding:15px 40px 0 40px;
}
#footer a { 
	color: #FFF;
	text-decoration: underline; 
}
#footer p span {
  float:right;
  width:600px;
  font-size:120%;
  color:#f00;
  font-weight:bold;
}
#footer p span a {
  color:#f00;
  font-size:120%;
}


/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }



a.email, a.email:hover {
	background: url(/images/email.gif) no-repeat left center;
	padding:2px 0 2px 20px; 
        margin: 0 10px 0 5px;
}

a.external, a.external:hover {
	background: url(/images/external.gif) no-repeat right center;
	padding:2px 20px 2px 0; 
        margin: 0 10px 0 5px;
}


img.right {
  float:right;
  margin-left:10px;
}
img.left {
  float:left;
  margin-right:10px;
}
div.featured {
  width:260px;
  float:left;
}

div.fourty {
  width:200px;
  float:left;
  border-right:1px solid #eee;
}
div.sixty {
  width:60%;
  float:left;
}

#sidebar div.featured {
  width:210px;
  float:none;
}
#photos {
  width:200px;
  float:right;
  margin:5px 0 5px 5px;
  border:1px solid #ccc;
  padding:3px;
  background:#efefef;
}
#photosbg {
  width:200px;
  height:200px;
}
#photos img {
  border:0;
  padding:0;
}
#photos a img {
  margin-left:5px;
  margin-top:5px;
}
#photos p {
  font-size:10px;
  margin:0;
  padding:0;
  text-align:center;
}
a#addForm {
  font-size:12px;
  background:transparent url("/images/add.gif") center left no-repeat;
  padding-left:20px;
}
p.clear{
  clear:both;
  float:none;
  height:1px;
  display:block;
  border-bottom:1px solid #ccc;
  width:460px !important;
}
p.right {
  text-align:right;
}


iframe {
  border:0;
  width:930px;
  height:1100px;
  margin:10px 0 0 -10px;
}

div#special {
  width:150px;
  float:right;
  font-size:90%;
  text-align:center;
  margin: 5px 10px 0 5px;
}
div#special a {
  display:block;
  background: url(/images/email.gif) left center no-repeat;
  padding:2px 0 2px 20px; 
}
#gallery {
    float:left;
}
#gallery div {
    float:left;
    margin-right:4px;
}

/* colors */
.red, a.red {
  color:#f00;
}
.orange, a.orange {
  color:#f90;
}
.blue, a.blue {
  color:#00c;
}
.green, a.green {
  color:#090;
}




