*{
	margin:0;
	border:0;
	padding:0;
}
html { 
  background: url('img/bg_body.jpg') no-repeat center center fixed #FFF; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family:'Dosis', sans-serif;
}

body {
}

a:link, a:visited {
	text-decoration:none;
	color:#000000;
}

a:hover {
	text-decoration:none;
	color:#999;
}

h1 {
	color:#000000;
	font-weight: 600;
}

h2 {
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 10px;
	clear:both;
}

h3 {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 10px;
	border-bottom: 1px solid #FF0066;
	padding-bottom: 3px;
	clear:both;
}

header {
	height: 80px;
	background-color:#FFF;
	overflow: hidden;
}

#logo {
	font-weight: 600;
	font-size: 38px;
	color:#000000;
	margin-top: 16px;
}

input, textarea {
	border: 1px solid #999;
	width: 250px;
	padding: 4px;
	height: 20px;
}

textarea {
height: 100px;
}

p {
	margin-bottom: 30px;
	line-height: 28px;
}

.last {
	margin-right:0px !important;
}

.inner {
	width: 1000px;
	margin:auto;
}

.invisible {
	display:none;
}

.active, .trail
{
}

#logo {
}

#wrapper {
}

#container {
	width: 1000px;
	margin:auto;
	margin-top: px;
}

#main {
	background-color:#FFF;
	padding:30px;
}

#banner {
	width: 940px;
	height: 220px;
	background:#DDD;
	margin-bottom:30px;
}

.productbox {
	width: 210px;
	float:left;
	overflow: hidden;
	margin-right: 32px;
}



p.floatleft {
	width: 540px;
	float: left;
}

.contentimage_left {
	width: 350px;
	height: 200px;
	float: right;
	background-color:#DDD;
	margin-bottom: 30px;
}

.contentimage_right {
	width: 176px;
	height: 250px;
	float:left;
	background-color:#DDD;
	margin-bottom: 30px;
}

p.floatright {
	width: 700px;
	float: right;
}

footer {
	width: 1000px;
	clear:both;
	text-align:right;
	font-size: 12px;
	margin:auto;
	color:#AAA;
	height: 120px;
	padding-top: 110px;
}