/* CSS Document */

/*-------------------General-------------------*/
body {
	padding: 0;
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}
h1 {
	font-size: 1.3em;
	color: #FFFFFF;
	padding: 2px 0 2px 5px;
	margin: 0 0 10px 0;
	font-weight: bold;
	background-image: url(../images/heading-bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #009933;
}
h2 {
	font-size: 0.9em;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	padding: 0 5px 0px 5px;
	line-height: 135%;
	background: #000000 url(../images/h2bg.jpg) no-repeat right top;
}

p {
	padding: 0 0 15px 0;
	margin: 0;
	line-height: 125%;
	vertical-align: top;

}

a:link {
	color: #009933;
	font-weight: bold;

}
a:visited {
	font-weight: bold;
	color: #999999;
}
a:hover {
	color: #000;
	font-weight: bold;
}

/*-------------------Structurer-------------------*/
#container {
	margin: 0 auto;
	padding: 0px;
	width: 760px;
	background-image: url(../images/bground.gif);
	background-repeat: repeat-y;
}


/*-------------------Header/Banner-------------------*/

#header {
	margin: 0;
	padding: 0px;
	clear: both;
}

/*-------------------Leftpanel-------------------*/
		
#lpanel {
	float: left;
	margin: 0;
	padding: 0;
	width: 159px;

}

/*-------------------Right Panel-------------------*/
#rpanel {
	float: right;
	margin: 0;
	padding: 0px;
	width: 601px;
}



/*-------------------Main Nav-------------------*/


#navcontainer {
	height: 36px;
	width: 601px;
	background-image: url(../images/line.gif);
	background-repeat: no-repeat;
	background-position: right;
	}

#nav {
	position: absolute;
	top: 161px;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 36px;
	display: inline;
	overflow: hidden;
	width: 351px;
	}
	
#nav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}

#nav a {
	float: left;
	padding: 36px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:36px; /* for IE5/Win */
	}
	
#nav a:hover {
	background-position: 0 -36px;
	}

	
#home a  {
	width: 88px;
	background:   url(../images/buttons/home.gif) no-repeat left top;
	}

#products a  {
	width: 88px;
	background: url(../images/buttons/products.gif) no-repeat left top;
	}

#gallery a  {
	width: 88px;
	background: url(../images/buttons/gallery.gif) no-repeat left top;
	}

#contact a  {
	width: 87px;
	background: url(../images/buttons/contact-us.gif) no-repeat left top;
}


 /*-------------------Top Curve-------------------*/
#curve {
	margin: 0px;
	padding: 0px;
	height: 53px;
}

 /*-------------------Main Content-------------------*/
#content {
	margin: 0px;
	padding: 0 0 0 20px;
	width: 508px;
}

#content p {
	font-size: .9em;

}

#content li {
	margin: 0px 0 0px 0px;
	padding: 0px 0 5px 0;
	font-size: .9em;

}
#content ul {
	margin: 0 0 20px 20px;
	padding: 0;
	list-style-position: inside;
	list-style-type: disc;
}
#content ol {
	margin: 0 0 10px 20px;
	padding: 0;
	list-style-position: inside;
	list-style-type: decimal;
}



/*-------------------Pics-------------------*/
img.pictureFloatLeft {
	float: left;
	margin: 0 10px 0px 0;
}
img.pictureFloatRight {
	float: right;
	margin: 0 0 0 10px;
}
/*-------------------Table General-------------------*/
table {
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: left;
	color: #000;
}
th {
	font-weight: bold;
	vertical-align: top;
}
td {
	text-align: left;
	vertical-align: top;
}

/*-------------------Footer Navigation-------------------*/

#footernav {
	margin: 0;
	padding: 20px 0 0 20px;
	clear: both;
} 

#footernav ul {
    margin: 0;
    padding: 0;
    display: inline;
	font-size: .8em;

} 

#footernav ul li {
	margin: 0;
	padding: 1px 4px 1px 8px;
	border-left: 1px solid #000;
	list-style: none;
	display: inline;
}
        
                
#footernav ul li.first {
    margin: 0;
    padding: 1px 5px 1px 0px;
    border-left: none;
    list-style: none;
    display: inline;
}

/*-------------------Footer Curve Image-------------------*/
#bcurve {
	clear: both;
}

/*-------------------Footer-------------------*/


#footer {
	margin: 0 auto;
	padding: 0;
	width: 760px;

}
#footer p {
	margin:0;
	padding: 2px 0 2px 159px;
	font-size: .7em;
	color: #093;
	text-align: left;
}

#footer a {
	color: #093;
}
#footer a:visited {
	color: #093;
}	
#footer a:hover {
	color: #000;
}


/*-------------------Home box-------------------*/	

.home {
	width: 245px;
	float: right;
	padding: 0 0 0 15px;
}

.home img {
	clear: both;
	padding: 0 0 15px 0;
}


/*-------------------Products boxs-------------------*/	

.product {
	width: 100%;
	margin-bottom: 30px;

}

.pmargin {
	margin: 0 0 0 220px;

}

.product h2 {
	margin-bottom: 5px;
	
}
.product p {
	padding: 0 5px 15px 5px;
	
}

/*-------------------Gallery-------------------*/	

.gallery {
	width: 506px;
	margin-bottom: 30px;
}

.galleryport {
	width: 303px;
	margin: 0 auto 30px auto;

}

.gallery p, .galleryport p {
	color: #000;
	padding: 5px 10px;
	border-right: 1px solid #006600;
	border-bottom: 1px solid #006600;
	border-left: 1px solid #006600;
}


/*-------------------Contact us form table-------------------*/	


.contactform {
	width: 100%;


}

.contactform p {
	text-align: left;
	padding: 5px 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006600;
	margin-bottom: 15px;

}
.italic {
	font-size: 12px;
	font-style: italic;

}

.contactform th {
	padding: 3px;
	text-align: right;
	vertical-align: middle;
	font-weight: normal;
	font-size: .9em;



}
.contactform td {
	padding: 3px;

}

.star {
	color: #663300;
}

INPUT,TEXTAREA { font-family: Arial, Helvetica, sans-serif; font-size: 13px; } 

.contactborder {
	border: 1px solid #006600;
}

.contactborder p {
	padding: 0;
}