
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, input, button, textarea { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; background: transparent; }
html { display: table; width: 100%; height: 100%; overflow-x: hidden !iefix; }
img { vertical-align: middle; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
label { cursor: pointer; display: inline-block; }

html {
	background-color:transparent;
	background-position: center top;
	background-repeat: repeat;
}

body {
	background-color:transparent;
	background-image: url(img/bg-img.jpg);
	background-position: center top;
	background-repeat: repeat-x;
}

#head {
	background-color:transparent;
	background-image: url(img/header.png);
	background-position: center top;
	background-repeat: no-repeat;
	height:127px;
	margin:0 auto;
	text-align:center;
	display:none;
	visibility:hidden;
}

#main {
	background-color:transparent;
	width:1078px;
	margin:0 auto;
}

#main2 {
	background-color:transparent;
	background-image: url(img/main-img.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	width:1078px;
	margin:0 auto;
}

#main3 {
	background-color:transparent;
	width:1078px;
	min-height:1139px;
	margin:0 auto;
	font-family:arial;
	font-size:10pt;
	color:#333;
	position:relative;
}

#section {
	padding: 0px;
	text-align:justify;
	margin:0 auto;
	position:relative;
}

.video {
	width:520px !important;
	padding:5px !important;
	position:absolute !important;
	top:340px;
	left:40px;
}

h1 {
	text-align:center;
	font-size:30px;
	line-height:35px;
	margin:-10px 0 14px;
	text-decoration:underline;
}

.copy {
	width:590px !important;
	padding:12px 5px 5px 5px !important;
	position:absolute !important;
	top:700px;
	left:0;
	font-family:"Times New Roman", Times, serif;
	color:#848484;
	text-shadow:1px 1px 0px rgba(255,255,255,0.5);
	font-size:16px;
	line-height:20px;
}

.order {
    color: #008246;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 19px;
    left: 620px;
    line-height: 22px;
    padding: 12px 5px 5px !important;
    position: absolute !important;
    text-shadow: 1px -1px 0 rgba(0, 0, 0, 0.3);
    top: 284px;
    width: 430px !important;
}

#buttons {
	display:block;
	margin:6px auto;
	position:relative;
	height:80px;
	width:430px;
	background: transparent url(img/button.png) center center no-repeat;
	text-align:center;
	line-height:80px;
	font-size:26px;
	color:#008246;
	text-shadow:1px 1px 0px rgba(255,255,255,0.9);
	font-family:Verdana, Geneva, sans-serif;
	text-decoration:none;
	font-weight:bold;
	opacity:0.85;
}

#buttons:hover {
	background: transparent url(img/button_hover.png) center center no-repeat;
}

#section, #footer {
	display:block;
}

#footer {
    background: url(img/mouse-1.png) no-repeat scroll left center transparent;
    color: rgba(0, 0, 0, 0.3);
    font-size: 11px;
    height: 42px;
    left: 0;
    margin: 0 auto;
    padding: 10px 0 0 60px;
    position: absolute;
    text-align: left;
    top: 1086px;
}

#footer a {
    color: rgba(0, 0, 0, 0.3);
	border:none;
	text-decoration:none;
}
#footer a:visited {
    color: rgba(0, 0, 0, 0.3);
	border:none;
	text-decoration:none;
}
#footer a:hover {
    color: rgba(0, 0, 0, 0.6);
	border:none;
	text-decoration:none;
}

#more {
	display:block;
	position:absolute;
	bottom:220px;
	height:32px;
	width:119px;
	z-index:99999;
}
#more.about {
	left:0;
    background: transparent url(img/more.png) no-repeat scroll 0px 0;
}
#more.about:hover {
	background-position: 0px -32px;
}
#more.contact {
	left:120px;
    background: transparent url(img/more.png) no-repeat scroll -119px 0;
}
#more.contact:hover {
	background-position: -119px -32px;
}