* {
	margin: 0px;
	padding: 0px;
}

h1{
	font-size: 2em;
	font-family: tahoma;
	
}

h2{
	font-size: 1.5em;
	font-family: tahoma;
}


body{
	font-size: 100%;
	font-family: Arial;
	background: url("../images/bck.jpg");
	background-attachment: fixed;
}

img{
	max-width: 100%;
}

#header{
	width: 80%;
	background-color: black;
	text-align: center;
	margin-top: 2em;
	margin-left:10%;
	border-top-left-radius: 1.5em;
	border-top-right-radius: 1.5em;
		
}

#nav{
	width: 80%;
	float: left;
	background-color: black;
	padding-bottom: 1em;
	margin-left: 10%;
	margin-bottom: 2em;
	border-bottom-left-radius: 1.5em;
	border-bottom-right-radius: 1.5em;

}

#nav li{
    text-decoration: none;
	float: left;
	list-style: none;
	width: 22.4%;
	margin: 0 1%; 
	text-align: center;
	padding-top: 1em;
	padding-bottom: 1em;
	background: #a7cfdf; /* Old browsers */
	background: -moz-linear-gradient(top,  #a7cfdf 0%, #23538a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a7cfdf), color-stop(100%,#23538a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a7cfdf 0%,#23538a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a7cfdf 0%,#23538a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a7cfdf 0%,#23538a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #a7cfdf 0%,#23538a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7cfdf', endColorstr='#23538a',GradientType=0 ); /* IE6-9 */
	border-radius:15px;
	
	
}

#nav a:link {
   text-decoration: none;
   list-style: none;
   color: blue;
}


#nav a:visited {
   text-decoration: none;
   list-style: none;
   color: blue;
}


#nav a:hover {
   text-decoration: none;
   list-style: none;
   color: blue;
}


#nav a:active {
   text-decoration: none;
   list-style: none;
   color: blue;
}

#mainsection{
	clear: both;
	width: 80%;
	margin-top: 2em;
	margin-left: 10%;
	background-image: url("../images/bck2.jpg");
	margin-bottom: 2em;
	text-align: center;
	padding-top: 1em;
	border-radius: 2em;
	overflow: auto
}

#maintext{	
    width: 100%;
	margin-top: 2%;
	text-align: center;
    
}

#content{	
    width: 96%;
	margin-top: 2%;
	padding-left: 2%;
	text-align: justify;
	padding-bottom: 1.5em;
}

#content{	
    width: 96%;
	margin-top: 2%;
	padding-left: 2%;
	text-align: justify;
	padding-bottom: 1.5em;
}

#slider{
	margin-bottom: 2em;
}

#slider img{
	border-radius: 1em;
}

#footer{
	width: 100%;
	margin-top: 2%;
	text-align: center;
	background-image: url("../images/bck2.jpg");
	padding-top:1%;
	padding-bottom: 1%;	
}

#products{
	width: 31.3%;
	margin: 1%;
	height: 20%;
	background-color: red;
	float: left;
	margin-bottom: 2em;
	text-align: center;
	background-image: url("../images/bck2.jpg");

}

@media screen and (max-width: 800px) {
 
#header{
	width: 100%;
	background-color: black;
	text-align: center;
	margin-top: 0em;
	margin-left:0%;
	border-top-left-radius: 0em;
	border-top-right-radius: 0em;
		
}

#nav{
	width: 100%;
	float: left;
	background-color: black;
	padding-bottom: 1em;
	margin-left: 00%;
	margin-bottom: 2em;
	border-bottom-left-radius: 0em;
	border-bottom-right-radius: 0em;

}

#products{
	width: 98%;
	margin: 1%;
	height: 20%;
	background-color: blue;
	clear: both;
	}

#form{
	width: 80%;
}	
	
	 

#pimg{
	max-width: 100%;
}

#contactcontent h1{
	font-size: 3em;
}

#contactcontent {
	text-align: center;
}

#nav li{
    clear:both;
	text-decoration: none;
	list-style: none;
	width: 100%;
	text-align: center;
	padding-top: 1em;
	padding-bottom: 1em;
	background: #a7cfdf; /* Old browsers */
	background: -moz-linear-gradient(top,  #a7cfdf 0%, #23538a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a7cfdf), color-stop(100%,#23538a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a7cfdf 0%,#23538a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a7cfdf 0%,#23538a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a7cfdf 0%,#23538a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #a7cfdf 0%,#23538a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7cfdf', endColorstr='#23538a',GradientType=0 ); /* IE6-9 */
	border-radius:0px;
}	
	
#slider{
	margin-bottom: 0em;
}



}










