@charset "utf-8";
@import url("jquery.lightbox.css");
* {
	padding:0px; margin:0px;
}
html {
	font-size: 62.5%;
}

body {
	font-size: 11px;
	background-color: #e3f7ff;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 17px;
	color: #666;
}
p {
	margin-bottom: 0.5em;
	color: #333;
	font-size: 11px;
	line-height: 17px;
	margin-left: 0.3em;
}
ul {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 0.5em;
}

strong {
}
a {
	color: #0CF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a+img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

h2, h3, h4 {
	margin-bottom: 0.3em;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 0.5em;
	display: block;
}
h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.6em;
}
h4 {
	font-size: 1.4em;
}

.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
	display: block;
}
.logo {
	text-indent: -999%;
	display: block;
	background-image: url(../images/logo-header.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 135px;
	width: 999px;
	margin-bottom: 20px;
}


#wrapper {
	text-align: left;
	width: 999px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-color: #FFF;
}
#left {
	width: 240px;
	float: left;
	padding-right: 20px;
	padding-left: 20px;
}
#Contact {
	float: left;
	width: 96%;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #F4F4F4;
	border: 1px dotted #CCC;
	padding: 2%;
}
#Contact input {
	border: 1px solid #CCC;
}


#Contact label {
	float: left;
	width: 100%;
	text-align: left;
	margin-bottom: 3px;
}

#nav {
	list-style-type: none;
	padding: 0;
	border: 1px solid #17a;
	border-top: none;
	border-left: none;
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;
	width: 100%;
}
#nav ul { padding: 0; margin: 0; float: left; display: block; width: 100%; }
#nav li {
	cursor: pointer;
	list-style-type: none;
	padding: 0;
	margin: 0;
	float: left;
	display: block;
	width: 100%;
	background-image: url(../images/nav-bg.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#nav li a {
	height: 30px;
	font-weight: bold;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	background-color: #66CCFF;
}
#nav li a:hover {
	background-color: #78BFFC;
}

#nav li.active>a {
	background-color: #F1AC41;
	color: #FFF;
}
#nav li div {
	padding: 5%;
	display: block;
	clear: both;
	float: left;
	width: 90%;
	background-color: #FFF;
}
#nav a {
	text-decoration: none;
	border-bottom: 1px solid #4df;
	color: #222;
	display: block;
	cursor: pointer;
	font-family: Arial, sans-serif;
	font-size: 1.1em;
	line-height: 2em;
	font-weight: normal;
	height: 44px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
/* Level 2 */
	#nav li ul li {
	font-size: 0.9em;
	background-color: #F3F3F3;
	background-image: none;
}
#nav li ul li a {
	color: #333;
}



#right {
	width: 700px;
	float: left;
	margin-bottom: 18px;
}
#messege {
	padding: 15px;
	margin-top: 18px;
	border: 1px solid #CCC;
	margin-bottom: 18px;
}
#slideshow {
	border: 1px solid #F0F0F0;
}
.boxes {
	float: left;
	width: 200px;
	background-image: url(../images/box.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 10px;
	margin-right: 5px;
	margin-left: 5px;
	height: 125px;
}
.headColor {
	color: #0CF;
}
.prodSubB {
	font-weight: bold;
	color: #0CF;
}
.caption {
	font-size: 10px;
	color: #999;
}
#gallery {
	position: relative;
	padding: 10px;
}
#gallery img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#products {
	padding: 10px;
}
#products ul {
	list-style-type: none;
}
