/* CSS Document */

/*****
**sets every default tag styles to have no predifened styles
****/
body, h1, h2, h3, h4, h5, h6, p, ol, ul, form, blockquote, img, div{
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, pre, code{
	font-size: 1em;
}

a{
	text-decoration: none;
}

a img{
	border: 0;
}

*{
	margin: 0;
	padding: 0;
}
/**
END OF PREDIFINED STYLES**/


/**SITE STRUCTURE STYLES **/
body{
	background: url(../images/background-star.jpg) left top repeat; /* repeated stars */
}

#mainWrapper{
	background: url(../images/mainWrapper.jpg) repeat-x; /* vertical repeated background */
	padding-top: 4%;
	color: #548e6a;
	font-family: Arial, Helvetica, sans-serif;
}

#mainWrapper a{
	color: #548e6a;
}

#mainWrapper a:hover{
	color: #58b9de;
}

#maincontent{
	width: 900px; /*sets the width of the main content area */
	margin:0 auto;
}

/* website logo */
#logo{
	width: 293px;
	float:left;
}

/******************* start of the main navigation *******************/
#mainnav{
	width: 600px;
	margin-left: 300px;
	text-align: right;
	padding-top: 45px;
}

#mainnav ul{
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
}

#mainnav ul li{
	display: inline;
	margin-left: 8px; /* sets the pipe inbetween the navigation links to an even space */
}


#mainnav ul li a{
	font-size: 16px;
	padding-right: 8px;
	font-weight: bold;
	color: #548e6a; /* green colour of the site */
}

#mainnav ul li a:hover{
	color: #58b9de; /* blue colour of the site */
}

#mainnav ul .selected a{
	color: #58b9de;
}


/******************* end of the main navigation *******************/



.clear{
	clear: both;
}


/*************** HOME PAGE CONTENT AREA **************/

#contentAreaHome{
	height: 435px;
	background: url(../images/main_background_home.png) left top no-repeat;
	position:relative;
}

#contentAreaHome h1{
	font-size: 29px;
	font-weight: 400;
	padding-top: 60px;
	padding-left: 50px;
}

.welcome{
	color: #58b9de;
}

/*division for the text on the home page */
#contentAreaHome .homePageText{
	margin-left: 90px;
	width: 390px;
	margin-top: 13px;
}

#contentAreaHome .homePageText h2{
	font-size: 16px;
}

#contentAreaHome .homePageText p{
	color: #888484;
	font-size: 11px;
	margin-top: 3px;
	line-height: 19px;
	
}

#contentAreaHome .homePageText ul{
	font-size: 11px;
	margin-top: 13px;
	margin-left: 33px;
	list-style: none;
}

#contentAreaHome .homePageText ul li{
	padding-bottom: 3px;
	background: url(../images/bulletPoint.gif) 0 3px no-repeat;
	padding-left: 15px;
	font-weight: bold;
}


/*************** PRODUCTS PAGE CONTENT AREA **************/

#contentAreaProducts{
	background: url(../images/product_page_top.png) left top no-repeat;
	height: 342px;
}

#contentAreaProducts h1{
	padding-top: 30px;
	padding-left: 60px;
	font-size: 20px;
	font-weight: 400;
	margin-bottom:15px;
}

.bluetext{
	color: #348fb2;
}

.productSet{
	height: 130px;
	width: 760px;
	margin: 0 auto;
	margin-top: 10px;
}

.productSet .productLeft{
	width: 350px;
	height: 130px;
	float: left;
	border-bottom: 2px dotted #548e6a;
}

.productSet  .thumbnail{
	width: 95px;
	float: left;
}

.productSet  .productDescription{
	width: 255px;
	margin-left: 95px;
	height: 105px;
	margin-top: 3px;
	position: relative;
}

.productSet  .productDescription h2{
	font-size: 14px;
}

.productSet  .productDescription p{
	color: #666666;
	font-size: 10px;
}

.productSet .productDescription ul{
	list-style: none;
	color: #666666;
	font-size: 10px;
	margin-left: 30px;
	margin-top: 2px;
}

.productSet .productDescription .productPrice{
	margin-left: 30px;
	margin-top: 2px;
	position: absolute;
	bottom: -9px;
}

.productSet .productDescription .price{
	font-size: 14px;
}

.productSet .productDescription .buy{
	color: #548e6a;
	padding-left: 75px;
	font-size: 13px;
	font-weight: bold;
	background: url(../images/buyButton.png) 105px 2px no-repeat;
	padding-right: 25px;
}




.productSet .productRight{
	width: 350px;
	height: 130px;
	margin-left: 410px;
	border-bottom: 2px dotted #548e6a;
}

#scrollingMiddle{
	background: url(../images/scrolling_white_background.png) left top repeat-y;
	padding-top: 3px;
	padding-bottom: 30px;
}


#contentAreaBottom{
	height: 105px;
	position: relative;
	background: url(../images/bottom_content_image.png) left top no-repeat;
}

/*************** TESTIMONIALS PAGE ****************/

#contentAreaTestimonial{
	background: url(../images/testimonial_background.png) left top no-repeat;
	height: 357px;
}

#scrollingTestimonialMiddle{
	background: url(../images/testimonial_scroll.png) left top repeat-y;

}

#contentAreaTestimonial h1{
	padding-top: 30px;
	padding-left: 60px;
	font-size: 20px;
	font-weight: 400;
	margin-bottom:15px;
}

#testimonials{
	width: 350px;
	margin-left: 60px;
}


.review{ 
	width: 350px;
	height: 93px;
	margin-top: 3px;
	border-bottom: 2px dotted #548e6a;
	float: left;
}

.review .testimonialImg{
	width: 112px;
	text-align: center;
	float: left;
	height: 93px;
}

.review .testiomonialText{
	margin-left: 120px;
}

.testiomonialText p{
	color: #666666;
	font-size: 10px;
}


.review h2{
	font-size: 14px;
	padding-top: 5px;
}

h1 .rightHeading{
	padding-left: 120px;
	background: url(../images/uploadButton.png) right center no-repeat;
	padding-right: 25px;
}



/** start of the form division on the tetimonials page */

#uploadForm{
	width: 310px;
	height: 300px;
	margin-left: 520px;
}

#uploadForm p{
	color: #666666;
	font-size: 10px;
	margin-bottom: 15px;
}

#uploadForm label{
	font-size: 11px;
	color: #348fb2;
}

#uploadForm input, #uploadForm textarea{
	font-size: 11px;
	color: #666666;
}

.submit .privacy{
	padding-left: 40px;
	font-size: 10px;
	color: #666666;
	text-decoration:underline;
	width: 80px;
	float: right;
}

#uploadForm .thankyou{
	font-size: 14px;
	color: #548e6a;
	text-align: center;
	margin-top: 60px;
	padding: 20px;
	border: 1px dotted #548e6a;
	font-weight: bold;
}

#uploadForm label.error {
	color: #CC0000;
	font-size: 9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-left: 25px;
}
	




	

	
	

/* footer of the main content section */

#contentfooter{
	height: 90px;
	position: absolute;
	bottom: 10px;
	width: 900px;
}

#contentfooter .bubbleImg{
	margin-left: -20px;
	width: 125px;
	float: left;
}

#contentfooter .buyonline{
	width: 230px;
	float: left;
	padding-top: 20px;
}

#contentfooter .buyonline p{
	font-size: 11px;
	color: #888484;
	padding-left: 30px;
}


#contentfooter .buyonline h2{
	background: url(../images/button.png) 175px 4px no-repeat;
	padding-right: 20px;
	padding-bottom: 5px;
}

#contentfooter .contactus{
	width: 180px;
	float: left;
	padding-top: 20px;
	margin-left: 200px;
}

#contentfooter .contactus a{
	background: url(../images/button.png) 95px 3px no-repeat;
	padding-right: 25px;
}

#contentfooter .contactus p{
		font-size: 11px;
		color: #888484;
		padding-left: 30px;
}


/**START OF THE FOOTER **/

#footer{
	text-align: right;
	font-size: 11px;
	padding-bottom: 30px;
}

#footer ul{
	list-style: none;
	margin-right: 8px;
}

#footer ul li{
	display: inline;
	margin-right: 4px;
}

#footer ul li a{
	font-weight: bold;
	padding-left: 4px;
	padding-right: 6px;
}

/*** end of footer section **/

label.error {
	color: #CC0000;
	font-size: 9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
