body {
	background: url('../images/bg_gradient.jpg') bottom repeat-x #84d1ea;
}
#container {
	width: 960px;
	margin: 0 auto;
}
#header {
}
#logo {
	float: left;
}
#menu {
	float: right;
	margin-top: 30px;
}
#menu ul li {
	float: left;
}
#menu ul li a {
	text-decoration: none;
	color: #047aa1;
	font-family: "Century Gothic";
	font-size: 16px;
	background: url('../images/menu_gradient.jpg') repeat-x;
	padding: 10px 16px 10px 16px;
}
#menu ul li a:hover {
	background: url('../images/menu_hover_gradient.jpg') top center repeat-x;
	color: #777576;
}
#menu ul li a.first {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
#menu ul li a.last {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
#slider {
	border: 15px solid #e4e4e4;
	background-color: #e4e4e4;
	clear: both;
	margin-top: 20px;
	min-height:286px;
}
#intro_text {
	border: 15px solid #e4e4e4;
	margin-top: 20px;
	background: url('../images/content_gradient.jpg') bottom repeat-x #e6f5fa;
	font-family: arial, sans-serif;
	padding: 20px;
	font-size: 14px;
	line-height: 20px;
	text-align: justify;
}
#intro_text a {
	color: black;
}
#products {
	border: 15px solid #e4e4e4;
	margin-top: 20px;
	background: url('../images/content_gradient.jpg') bottom repeat-x #e6f5fa;
	font-family: arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	padding: 20px 0px 20px 40px;
}
#products .product {
	width: 33.33%;
	float: left;
}
.product_title {
	font-weight: bold;
	font-size: 16px;
	margin: 14px 0px;
}
.product .product_brief_desc {
	text-align: justify;
	width: 250px;
}
.product a {
	color: black;
}
.product img {
	border: 1px solid #e4e4e4;
}
#footer {
	clear: both;
	margin-top: 20px;
	background-color: #f2f2f2;
	padding: 15px;
	font-family: arial, sans-serif;
	font-size: 14px;
	color: #4f4d4d;
}

#footer a,#footer a:hover,#footer a:visited{
	text-decoration: none;
	color:#4F4D4D;
}


/*
 * START about page styling
 */

#about_text p{
	line-height:18px;
	margin-bottom:10px;
}

/*
 * END about page styling
 */

/*
 * START contact page styling
 */

.contact_page #contact_form {
	float: left;
	border-left: 0;
	padding-right: 200px;
	border-right: 1px solid #e4e4e4;
}
.contact_page #contact_details {
	float: left;
padding:10px;}

.contact_page #contact_details  p:first-child{
	margin-bottom:20px;
}

.contact_page .form_row {
	margin-top: 10px;
}
.contact_page label {
	width: 150px;
	float: left;
}
.contact_page input[type="text"] {
	border: 1px solid #e4e4e4;
	padding: 5px;
	width: 200px;
}
.contact_page textarea {
	width: 200px;
	padding: 5px;
	height: 100px;
}
.contact_page select {
	width: 210px;
	padding: 5px;
}
.contact_page input[type="submit"] {
	padding: 5px;
	margin-left: 150px;
	margin-top: 20px;
}

#contact_details p{
	line-height: 20px;
}

/*
 * END contact page styling
 */

/*
 * START product page styling
 */

.product_page .product_title{
	font-size:24px;
	margin-bottom:15px;
}

.product_page .image_list li{
	
}

.product_page .image_row{
	position:relative;
	clear:both;
	margin-bottom:20px;
}

/*
 * END product page styling
 */



/*
 * CLASSES
 */
.content_div {
	background: url('../images/content_gradient.jpg') bottom repeat-x #e6f5fa;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border: 15px solid #e4e4e4;
	padding: 20px;
	margin-top: 20px;
	clear: both;
}
 .content_div a,.content_div a:visited {
	color: black;
}



.clear_fix {
	clear: both;
	height: 1px;
	margin-bottom: -1px;
}
.h1 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom:15px;
}

.left{
	float:left;
}

.right{
	float:right;
}

.bold{
	font-weight:bold;
}
