/***************************************************
   HTML Element & Page Styles
 ***************************************************/

/*
 HTML background controls gradient */
 
html {
  
  height: 100%;
  margin-bottom: 1px;
  min-height: 100%;
}



/*
 body background controls bottom field image */

body {
  background: #286db6 url(../imgs/back.png) repeat-x;
  font: 0.75em Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  height: 100%;  
 
 
}

/*
 headerback background controls 200px high top stripe fader */

#headerback {
	
	background-image:url(../imgs/headback.png);
	background-repeat:repeat-x;
	height: 200px;
}

/*
layout sets width of page content area and centers it */

#layout {
	width: 770px;
	margin: 0 auto;
	min-height:1px;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	overflow: hidden;
	clear:both;
}

p {
	font-size: 1.1em;
	color: #fff;
}

p.smalltext {
	font-size: 0.9em;
}

a {
 	color: #fff;
}

a:visited {
 	color: #333;
}

a:hover {
 	color: #fff;
}

a.active {
	color: #fff;
	
}



/***************************************************
  Header & Menu
 ***************************************************/
 
/*
 header background controls rounded edged top content area */
#header {
	background-image:url(../imgs/contenttop.png);
	background-repeat:repeat-x;
	background-position:bottom;
	height: 50px;
	padding: 3em 0 0 0;
	
}

#menu {
	text-align: left;
	width: 770px;
}

#menu ul {
	
	padding: 0;
	margin: 0 0 0 155px;
	font-size: 1.5em;
	line-height: normal;
}

#menu ul li {
	width: 5em;
	display: block;
	float: left;
	list-style: none;
	text-align: center;
	border-right: #fff solid 2px;
}

#menu ul li.linklast {
	border-right: none;
}

#menu ul li a {
	display: block;
	padding-top: 1.1em;
	text-decoration: none;
	color: #fff;
}

#menu ul li a:hover,
#menu ul li a.active {
	display: block;
	padding-top: 1.1em;
	color: #03213d;
	background: url(../imgs/menulinkhover.png);
	background-repeat: repeat;
}

 
/***************************************************
  Price styles
 ***************************************************/
 
  #textprice{
	padding: 0.5em 2.8em;
	text-align: left;
	
	}
 
   #textprice p {
 	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	font-size: 0.9em;
 
 }
 
 #textprice a,
 #textprice a:visited {
 	color: #fff;
	}
 
   #textprice h1 {
 	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color:#fff;
	font-size: 1.5em;
 
 }
   #textprice h1 span{
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	font-weight:normal;
	font-size: 0.8em;
 
 }
 
    #textprice h3 {
   font-family: Tahoma, Arial, Helvetica, sans-serif;
   font-size:100%;
 
 }

	.first {
	float: left;
	width:232px;
	text-align:center;
	display:block;
	
}

	.second {
	float: left;
	width:232px;
	text-align:center;
	
	
}

	.third {
	float: left;
	width:232px;
	text-align:center;
	
}

  #table, th, td {	
	border-collapse: collapse;
	color: #fff;
}

 
 #table {
	border: none;
	text-align: center;
 }
 
#table #caption {
 display: none;
 }
 
 
 #textprice ul li {
 color: #fff;
 }
 
th { 
	padding: 0.2em 0;
	text-align: left;
	font-size: 100%;
	text-transform: uppercase;
	width: 133px;
	text-align: center;
	
}

td{
	padding-top: 1em;
	width: 133px;
	text-align: center;
	color: #fff;
	

}

.firstcell {

	text-align: left;
	width: 300px;
	color: #fff;
}

.lastcell {
	padding: 0;
	
}

tfoot {
	font-weight: bold;
	font-size: 105%;
	color: #fff;
	
	}

#total {
	font-size: 120%;
}

tr#total td {
	color: #FF9900;
}

/***************************************************
  Home Page + Content
 ***************************************************/
 
 /*
 content background controls transparent text area field*/

 #content {
 	background:url(../imgs/contentback.jpg) repeat;
	height: 100%;
	width: 770px;
	overflow: auto;
	clear: both;
 }
 

 #text{
	padding: 0.5em 2.8em 2em 2.8em;
	text-align: left;
	width: 400px;
	float: left;
	
	}
	
	
 #text p {
 	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	font-size: 1.2em;
 
 }
 
 #text ul {
 	margin: 0 0 15px 15px;
	padding: 0;
}

#text ul li
 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #FF9900;
	font-size: 14px;
	margin-bottom: 0.5em;


}

#text ul li a,
#text ul li a:visited {
	color: #FF9900;
	font-size: 14px;
}
 
  #text h1 {
 	font-family:  Arial, Helvetica, sans-serif;
	color:#fff;
	font-size: 1.5em;
 
 }
 
 #text h1 span {
 font-size: 2em; 
 }
 
 
   #text h2 {
   font-family: Tahoma, Arial, Helvetica, sans-serif;
   font-size:100%;
   color: #fff;
   padding-top: 1em;

 
 }
 
    #text h3 {
   font-family: Tahoma, Arial, Helvetica, sans-serif;
   font-size:100%;
 
 }
 

    #text h2 a{
   
   padding-top: 1em;
   font-size:inherit;
   text-decoration:none;
   color: #fff;
 
 }
 
	#text a,
	#text a:visited {
	text-decoration: none;
	color: #fff;
}


/***************************************************
  Home Right side highlight area
 ***************************************************/


#homehighlight {
	float: right;
	width: 277px;
	margin: 70px 20px 0 0;
}

#homehighlighthead {
	background:url(../imgs/homehighlighthead.png);
	height: 36px;
	width: 277px;
}

#homehighlightfoot {
	background:url(../imgs/homehighlightfoot.png);
	height: 33px;
	width: 277px;
}

#homehighlightcontent {
	background: url(../imgs/homehighlightbody.png) repeat-y;
	width: 277px;
	overflow: hidden;
	text-align: center;
	
}

#homehighlightcontent p{
	color: #fff;
	margin-top: 5px;
	margin-bottom: 2px;
}

#homehighlightcontent h2 {
	font-size: 16px;
	color: #fff;
	margin-top: -4px;
	text-align: center;
}

#homehighlightcontent a,
#homehighlightcontent a:visited {
	color: #FF9900;
}

/***************************************************
  Text Portfolio
 ***************************************************/

 #porttext{
	padding: 0.5em 2.8em 2em 2.8em;
	text-align: left;
	width: 702px;
	float: left;
	
	}
	
	#porttext h1 {
 	font-family:  Arial, Helvetica, sans-serif;
	color:#fff;
	font-size: 1.5em;
 
 }
	
.portbreak {
	float: left;
	clear:both;
	margin: 0 0 10px 0;
	width: 700px;
	background: url(../imgs/breaklinelong.png) no-repeat bottom;
	padding-bottom: 20px;
	}


.portbreak img{
	float: left;
	display:block;
	margin-right: 20px;
	}

.portbreak p{
	margin: 10px 0 0 40px;
	}
	
.portbreak h3 a,
.portbreak h3 a:visited{
	font-size: 16px;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	
	}
	
	
.portbreaklast {
	float: left;
	clear:both;
	margin: 0 0 10px 0;
	width: 700px;
	padding-bottom: 10px;
	background: none;
	}
	
.portbreaklast img{
	float: left;
	display:block;
	margin-right: 20px;
	}

.portbreaklast p{
	margin: 5px 0 0 40px;
	}
	
.portbreaklast h3 a,
.portbreaklast h3 a:visited{
	font-size: 16px;
	display: inline-block;
	text-decoration: none;
	color: #fff;
	margin: 0;
	
	}

 /***************************************************
  Content Footer
 ***************************************************/


.contactfoot {
	clear: both;
	float: left;
	width: 702px;
	height: 3px;
	overflow: hidden;
	padding: 0 2.8em;
}
 
 /***************************************************
  Footer
 ***************************************************/
 	#footer {
	clear:both;
	background:url(../imgs/contentbottom.png) no-repeat;
	height: 50px;
	width: 770px;
	margin-bottom: 5px;
	}
 
 
 	#footerbreak {
	background: url(../imgs/breaklinelong.png) top center no-repeat;
	height: 3px;
	width: 770px;
	}
	
	#footerleft {
	float: left;
	width: 400px;
	margin: 15px 0 0 25px;
	}
	
	#footerright {
	float: right;
	width: 200px;
	margin: 5px 34px 0 0;
	}
	 
 	#footercontent {
	width: 770px;
	}
	
	#footercontent p a{
	margin: 0 5px 0 0;
	color: #fff;
	padding: 0;
	}
	
	#footercontent p {
	margin: 0;
	padding: 0;
	}
	
	#footer ul {
	padding: 0;
	margin: 0;
	}
	
	#footer ul li {
	list-style: none;
	margin-right: 0;
	padding-right: 0;
	border-right: #fff solid 2px;
	display: block;
	float: left;
	width: 60px;
	}
	
	#footer ul li.linklast {
	border-right: none;
	}
	
	#footer ul li a,
	#footer ul li a:visited {
	margin: 0 10px;
	padding: 0;
	color: #fff;
	text-decoration: none;	
	}
	
	#footer ul li a:hover {
	color: #FF9900;
	text-decoration: none;
	}
	
	
 
  /***************************************************
  Images & Misc
 ***************************************************/
 
  #contentimage {
 	background:url(../imgs/imagestrap.jpg) no-repeat;
  	height: 280px;
	width: 770px;
 }
 
 .break {
 background: url(../imgs/breakline.png) top no-repeat;
 padding-top: 2px;
 }
 
.pricebreak {
	background: url(../imgs/breaklinelong.png) top no-repeat;
	height: 10px;
	margin-top: 10px;
}
 
#egg {
	background: url(../imgs/worm.png) right bottom no-repeat;
	float: right;
	height: 200px;
	width: 200px;
	margin-right: -20px;
}
 
 
#contentimage img {
	margin: 30px 0 0 240px;
}

#clear {
clear:both;
margin:0;
padding:0;
}

