@charset "utf-8";


a:link {
	color: #323133;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #323133;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	padding:0px;
}

/*id for DIV which will contain all the site content */
#content_wrapper {
	height: 768px;
	width: 1024px;
	display: block;
	margin-left:auto;
	margin-right:auto;
}

#body_content_home {
	height: 530px;
	width: 1024px;
	display: block;
	float:left;
	background-color:#000;
	background-image: url(../images/Body_Content/legal_bg_tile.png);
	background-repeat: no-repeat;
	background-position: top left;
}

#zoom_window {
	height: 453px;
	width: 408px;
	display: block;
	float:left;
	background-color:#ffffff;
}


#body_content_WhatWeDo {
	height: 530px;
	width: 1024px;
	display: block;
	float:left;
	background-color:#d70860;
}

#body_content_OurStory {
	height: 530px;
	width: 1024px;
	display: block;
	float:left;
	background-color:#f58220;
}

#body_content_TheProduct {
	height: 530px;
	width: 1024px;
	display: block;
	float:left;
	background-color:#febd11;
	background-image: url(../images/Body_Content/legal_bg_tile.png);
	background-repeat: no-repeat;
	background-position: top left;
}

#body_content_Pictures {
	height: 530px;
	width: 1024px;
	display: block;
	float:left;
	background-color:#87c440;
}

#body_content_HowToBuy {
	height: 530px;
	width: 1024px;
	display: block;
	float:left;
	background-color:#009ade;
	background-image: url(../images/Body_Content/legal_bg_tile.png);
	background-repeat: no-repeat;
	background-position: top left;
}

#body_content_ContactUs {
	height: 530px;
	width: 1024px;
	display: block;
	float:left;
	background-color:#9f1f63;
}

#text_header {
	height: 160px;
	display: block;
	float: left;
	width: 1024px;

}

#whitestrip {
	height: 15px;
	display: block;
	float: left;
	width: 1024px;
	background-color: #FFF;

}

#how_to_buy_wrapper {
	height: 465px;
	display: block;
	float: left;
	margin-top: 15px;
	margin-left: 37px;
	width: 980px;

}

#the_product_image_wrapper {
	height: 527px;
	display: block;
	float: left;
	width: 512px;
}

#holder_0 {
	height: autopx;
	display: block;
	float: left;
	width: 1024px;
}
#the_product_content_wrapper {
	height: 527px;
	display: block;
	float: left;
	width: 512px;
}

#the_product_copy_wrapper {
	height: 389px;
	display: block;
	float: left;
	width: 512px;
}

#the_product_buttons_wrapper {
	height: 107px;
	display: block;
	float: left;
	width: 512px;
}

/*Navabr elements */
#navigation_holder {
	height: 70px;
	display: block;
	margin-bottom: 165px;
	float: left;
}

#navigation_holder_sub {
	height: 70px;
	display: block;
	float: left;
}

/*Navabr buttons */

#Home_btn {
	width: 72px;
	background-image: url(../images/home_btn.png);
	height: 31px;
	display: block;
	float: left;
	margin-left: 15px;
	background-position: top left;
	background-repeat: no-repeat;
}

#what_we_do_btn {
	width: 167px;
	background-image: url(../images/navbar/what_we_do_btn.png);
	height: 69px;
	display: block;
	float: left;
	background-position: top left;
	background-repeat: no-repeat;
}

#what_we_do_btn:hover{
	background-position: bottom left;
}

#our_story_btn {
	width: 172px;
	background-image: url(../images/navbar/our_story_btn.png);
	height: 69px;
	display: block;
	float: left;
	background-position: top left;
	background-repeat: no-repeat;
}

#our_story_btn:hover{
	background-position: bottom left;
}


#the_product_btn {
	width: 172px;
	background-image: url(../images/navbar/the_product_btn.png);
	height: 69px;
	display: block;
	float: left;
	background-position: top left;
	background-repeat: no-repeat;
}

#the_product_btn:hover{
	background-position: bottom left;
}


#pictures_btn {
	width: 173px;
	background-image: url(../images/navbar/pictures_btn.png);
	height: 69px;
	display: block;
	float: left;
	background-position: top left;
	background-repeat: no-repeat;
}

#pictures_btn:hover{
	background-position: bottom left;
}



#how_to_buy_btn {
	width: 172px;
	background-image: url(../images/navbar/how_to_buy_btn.png);
	height: 69px;
	display: block;
	float: left;
	background-position: top left;
	background-repeat: no-repeat;
}

#how_to_buy_btn:hover{
	background-position: bottom left;
}



#contact_us_btn {
	width: 168px;
	background-image: url(../images/navbar/contact_us_btn.png);
	height: 69px;
	display: block;
	float: left;
	background-position: top left;
	background-repeat: no-repeat;
}

#contact_us_btn:hover{
	background-position: bottom left;
}



#homepage_logo_intro {
	height: 285px;
	width: 792px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}


#footer_wrapper {
	height: 27px;
	width: 1024px;
	display: block;
	float: left;
	margin-left: 20px;
}

.Form_Base_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	text-align: right;
}

.Form_Base_txt2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	text-align: right;
}
.Form_Base_txt3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	text-align: left;
}

.textInput {
	background: #009ade;
	color: #191919;
	font-size: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ffffff;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	border-left-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	width: 250px;
}


.Checkbox_textInput {
	background: #009ade;
	color: #191919;
	font-size: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ffffff;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	border-left-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	width: 30px;
}


.button {
    border: none;
	width: 76px;
	height: 30px;
	background-color:#009ade;
	background-image: url(../images/submit_on.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 0px 0px;
	cursor: pointer;
}
.button:hover {
    border: none;
	width: 76px;
	height: 30px;
	background-color:#009ade;
	background-image:url(../images/submit_ov.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 0px 0px;
	cursor: pointer;
}
