﻿body {
	background-image:url(images/bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	margin:0px;

}

#header{
	height:206px;
	width:980px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

.logo {
	padding-top:40px;
}


#nav {
	height:40px;
	height:37px;
	width:980px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/bg-nav.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	font-family: Century Gothic;
	font-size:14px;
	color:#7a7a7a;
	letter-spacing:-1px;
	text-align:center;
	position:relative;
}

.nav-wrapper {
	width:490px;
	margin-left:auto;
	margin-right:auto;
}


#content {
	width:980px;
	height:425px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}

#nav li {
	float:left;
	list-style:none;
}

#nav a {
	behavior: url("iepngfix.htc");
}

.space1 {
	height:7px;
}


#nav a:link {
	color:#7a7a7a;
	text-decoration:none;
}

#nav a:visited {
	color:#7a7a7a;
	text-decoration:none;
}

#nav a:hover {
	color:#7fba30;
	text-decoration:none;
}




.home {
	padding-top:7px;
	float:left;
	display:block;
	height:28px;
	width:86px;
}

.product {
	padding-top:7px;
	float:left;
	display:block;
	height:28px;
	width:96px;
}

.shop {
	padding-top:7px;
	float:left;
	display:block;
	height:28px;
	width:96px;
}

.about {
	padding-top:7px;
	float:left;
	display:block;
	height:28px;
	width:101px;
}

.contact {
	padding-top:7px;
	float:left;
	display:block;
	height:28px;
	width:111px;
}

.home-select {
	padding-top:7px;
	float:left;
	display:block;
	height:28px;
	width:86px;
	background-image:url(images/home.png);
	background-position:top;
}

.product-select {
	padding-top:7px;
	float:left;
	display:block;
	height:28px;
	width:96px;
	background-image:url(images/product.png);
	background-position:top;
}

.shop-select {
	padding-top:7px;
	float:left;
	display:block;
	height:28px;
	width:96px;
	background-image:url(images/shop.png);
	background-position:top;
}

.about-select {
	padding-top:7px;
	float:left;
	display:block;
	height:28px;
	width:101px;
	background-image:url(images/about.png);
	background-position:top;
}

.contact-select {
	padding-top:7px;
	float:left;
	display:block;
	height:28px;
	width:111px;
	background-image:url(images/contact.png);
	background-position:top;
}

.heading1 {
	font-family: Century Gothic;
	font-size:25px;
	color:#000000;
	letter-spacing:-2px;
}

.sub-heading1 {
	font-family: Century Gothic;
	font-size:12px;
}

.content-text {
	font-family: Lucida Sans;
	font-size:12px;
	color:#808080;
}

.content-text2 {
	font-family: Lucida Sans;
	font-size:11px;
	font-weight:bold;
	color:#000000;

}

.welcome {
	width:383px;
	height:260px;
	position:absolute;
	margin-top:50px;
	margin-left:10px;
	left:20px;
	top:0px;
	
}

.globe {
	width:243px;
	height:426px;
	position:absolute;
	right: 5px;
	top: -3px;
	z-index:-500;
}


.shadow {
	widht:980px;
	background-image:url(images/bottom-shadow.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	height:40px;
}

#scroll{

	width:900px;
	margin-left:auto;
	margin-right:auto;
	height:279px;
	position:relative;
	background-color:#20280e;
}

.arrow {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	height:0px;
	}

.left-arrow {
	position:absolute;
	left: -32px;
	top: 70px;
}

.right-arrow {
	position:absolute;
	right: -35px;
	top: 70px;
}

.features {
	float:left;
	width:300px;
	height:279px;
	list-style:none;
}

.heading2 {
	font-family: Century Gothic;
	font-size:20px;
	color:#ffffff;
	letter-spacing:-1px;
}

.feature-text{
	font-family: Lucida Sans;
	font-size:10px;
	color:#ffffff;
	}
	
	
#footer{
	width:100%;
	height:130px;
	background-image:url(images/footer.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
}

#bottom-nav {
	padding-top:30px;
	font-family: Century Gothic;
	font-size:14px;
	color:#7a7a7a;
	letter-spacing:-1px;
	height:20px;
	text-align:center;
}

#bottom-nav a:link{
	color:#7a7a7a;
	text-decoration:none;
	padding-left:10px;
	padding-right:10px;
}

#bottom-nav a:visited{
	color:#7a7a7a;
	text-decoration:none;
	padding-left:10px;
	padding-right:10px;
}

#bottom-nav a:hover{
	color:#af0000;
	text-decoration:none;
	padding-left:10px;
	padding-right:10px;
}

#bottom-nav a:active{
	color:#af0000;
	text-decoration:none;
	padding-left:10px;
	padding-right:10px;
}



.top-footer {
	font-family: Lucida Sans;
	font-size:9px;
	color:#b9b9b9;
	width:650px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	height:50px;
	margin-top:10px;
}

.cr {
	color:#a8a8a8;
	font-family: Lucida Sans;
	font-size:10px;
	width:100%;
	text-align:center;
	padding-top:50px;
}



 input{ behavior: url("iepngfix.htc") }
 
 
 
 div{ behavior: url("iepngfix.htc") }
 
 
 
 img{ behavior: url("iepngfix.htc") }
 
 
 .shop td{
 	border:01px;
	border-style:solid;
	border-color:#CCCCCC;
}


a:link {
	color: #8CC63F;
	text-decoration: none;
}

a:visited {
	color:#8cc63f;
	text-decoration:none;
}

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

a:active {
	color:#333333;
	text-decoration:none;
}

