@charset "utf-8";



#header {
	background-color: rgba(52,52,52,1);
}


#home_body {
	background: url(images/main_background.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
	

}
#brand_logo .brand a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.blank_area {
	height: 10px;
	width: 100%;
}
.main_content {
	text-align: justify;
}
.main_head {
	line-height: 30px;
	display: block;
	width: 98%;
	color: rgba(51,51,51,1);
	background-color: rgba(250,181,37,1);
	padding: 1%;
	float: left;
}
form {
	float: left;
}
.code_red {
	color: rgba(255,0,0,1);
}


.text_field {
	background-color: rgba(51,51,51,1);
	height: 30px;
	width: 100%;
	border: 1px solid rgba(102,102,102,1);
	color: rgba(255,255,255,1);
}
.text_area {
	background-color: rgba(51,51,51,1);
	height: 120px;
	width: 100%;
	border: 1px solid rgba(102,102,102,1);
	color: rgba(255,255,255,1);
}
.submit_button {
	background-color: #333333;
	height: 40px;
	width: 150px;
	border: 3px solid rgba(222,189,103,1);
	color: rgba(255,255,255,1);
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-top: 30px;
	float: left;
	margin-bottom: 30px;
	font-size: 18px;
}
.brand_selection_wrapper {
	width: 100%;
	float: left;
}

.brand_selection {
	float: left;
	height: 76px;
	width: 104px;
	margin: 2px;
}
.brand_sel_logo {
	margin: 2px;
	float: left;
	height: 50px;
	width: 100px;
}
.brand_sel_checkbox {
	margin: 2px;
	float: left;
	height: 18px;
	width: 100px;
	text-align: center;
}
a.brand_link {
	color: rgba(250,181,37,1);
	text-decoration: none;
	font-size: 18px;
}

#gallery_content {
	clear: both;
	float: left;
	margin-left: 0;
	width: 98%;
	display: block;
	padding-right: 1%;
	padding-left: 1%;
	margin-top: 20px;
	margin-bottom: 10px;
}
.footer_text a {
	color: rgba(255,255,255,1);
	text-decoration: none;
}
