@charset "utf-8";
/* CSS Document */

html {
	overflow-y: scroll;
}
body {
	background-color: #000000;
	width: 1000px;
	margin: 0px auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fbf809;		
}
div, img{
	margin: 0px;
	padding: 0px;
}
a {
	color: #fb091a;
	text-decoration:none;
}
a:hover {
	color: #fbf809;
}
p{
	margin: 0px;
	padding: 10px 0px 10px 0px;
	}
ul {
	margin: 0px;
	padding: 0px 0px 0px 20px;
}
li {
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
h1 {
	
}
h2 {
	
}

#body_wrap {	
	margin: 0px auto;	
}

#header {
	margin: 0px auto;
	height: 145px;
	background-image:url(app-img/header_gradient.png);
	background-position: bottom;
	background-repeat: repeat-x;	
	text-align: center;		
}
#navigation {
 	width: 180px;
	float:left;
}
#nav_list {	
	clear: both;
	float: left;
	line-height: 0;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 70px 0px 0px 0px;
	padding: 0px;
}
#nav_list li, #nav_list li a {
	height: 35px;
	display: block;	
}
#nav_list li {
	margin: 15px 0px 0px 20px
}
#nav_list #nav_about a{
	width: 151px;
	background:url(app-img/btn_about_img.png) no-repeat left top;	
}
#nav_list #nav_about a:hover {
	background-position: bottom;
}
#nav_list #nav_about_on a {
	width: 151px;
	background:url(app-img/btn_about_img.png) no-repeat left bottom;
}
#nav_list #nav_faq a{
	width: 92px;
	background:url(app-img/btn_faq_img.png) no-repeat left top;	
}
#nav_list #nav_faq a:hover {
	background-position: bottom;
}
#nav_list #nav_faq_on a{
	width: 92px;
	background:url(app-img/btn_faq_img.png) no-repeat left bottom;	
}
#nav_list #nav_gallery a{
	width: 136px;
	background:url(app-img/btn_gallery_img.png) no-repeat left top;	
}
#nav_list #nav_gallery a:hover {
	background-position: bottom;
}
#nav_list #nav_gallery_on a{
	width: 136px;
	background:url(app-img/btn_gallery_img.png) no-repeat left bottom;	
}
#nav_list #nav_pricing a{
	width: 131px;
	background:url(app-img/btn_pricing_img.png) no-repeat left top;	
}
#nav_list #nav_pricing a:hover {
	background-position: bottom;
}
#nav_list #nav_pricing_on a{
	width: 131px;
	background:url(app-img/btn_pricing_img.png) no-repeat left bottom;	
}
#nav_list #nav_store a{
	width: 101px;
	background:url(app-img/btn_store_img.png) no-repeat left top;	
}
#nav_list #nav_store a:hover {
	background-position: bottom;
}
#nav_list #nav_store_on a{
	width: 101px;
	background:url(app-img/btn_store_img.png) no-repeat left bottom;	
}
#nav_list #nav_contact a{
	width: 138px;
	background:url(app-img/btn_contact_img.png) no-repeat left top;	
}
#nav_list #nav_contact a:hover {
	background-position: bottom;
}
#nav_list #nav_contact_on a{
	width: 138px;
	background:url(app-img/btn_contact_img.png) no-repeat left bottom;	
}
#faq_content {
	margin: 20px 0px 0px 0px;
	background-image:url(app-img/faq_image.png);
	background-repeat:no-repeat;
	background-position:right top;
	float: left;
}
#faqs {
	float: left;
	width: 800px;
	margin: 50px 0px 0px 10px;
}
#pricing_content {
	float: left;
	height: 700px;
	background-image: url(app-img/princing_image.png);
	background-repeat:no-repeat;
	background-position:left top;
}
#pricing_content img {
	padding: 80px 0px 0px 269px;
	}
#store_content img{
	padding: 50px 0px 0px 70px;
}
#contact_content img{
	padding: 50px 0px 0px 0px;
}
#home_page_image {
	margin: 50px 0px 20px 20px;
	}
#guy{
	width: 350px;
	text-align:	right;
	margin: 50px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
	float: left;
	}
#about_text {
	float: left;
	width: 420px;
	margin: 80px 0px 0px 20px;
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
	}
#footer {
	height: 34px;
	background-image:url(app-img/footer.png);
	background-position:center;
	background-repeat:no-repeat;
	padding: 10px 0px 10px 0px;
}
.clear {
	clear: both;
}	