/* STYLE SHEET */
/* ***************************************************************************** */
/* FRAMEWORK */
html {
}
body {
	background-color:#000000; /** Background Color **/
	background-image:url(images/styles/css_11_styles.jpg); /** Background Image **/
	background-repeat:repeat-x; /** Background Repeat **/
	background-position:top; /** Background Position **/
	margin-top:20px;
	margin-bottom:50px;
}
form {
	margin:0px;
	padding:0px;
}
#container_1 {
	position:relative;
	width:820px;
	margin:auto;
	background-color:#FFFFFF;
	border:1px solid #999999;
	background-image:url(images/styles/css_22_styles.jpg); /** Content Background **/
	background-repeat:repeat-x; /** Content Background Repeat **/
	background-position:bottom; /** Content Background Position **/
}
#container_2,#container_3 {
	position:relative;
}
#container_4 {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:10px;
	width:800px;
	height:159px;
}
/* ***************************************************************************** */
/* BANNER */
#banner {
	position:absolute;
	top:0px;
	right:0px;
	height:115px;
	background-color:#005395;
}
#text {
	position:absolute;
	top:125px;
	left:0px;
	width:800px;
	height:44px;
}
/* ***************************************************************************** */
/* MENU */
#menu {
	position:relative;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	height:40px;
	z-index:10;
	background-image:url(../images/menu-background-off.jpg);
	background-repeat:repeat-x;
	background-position:top;
}
#menu_inside {
	height:40px;
	width:760px;
	margin:auto;
}
/* ***************************************************************************** */
/* COLUMNS */
#left_column {
}
#middle_column {
	position:relative;
	width:800px;
	height:360px;
	margin-left:10px;
	margin-right:10px;
}
#section_1 {
	background-image:url(../images/background-orange.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#fbb06c;
	width:395px;
	height:170px;
	position:absolute;
	top:0px;
	left:0px;
}
#section_2 {
	background-image:url(../images/background-grey.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#798056;
	width:395px;
	height:170px;
	position:absolute;
	top:0px;
	right:0px;
}
#section_3 {
	width:192px;
	height:198px;
	position:absolute;
	top:180px;
	left:0px;
}
#section_4 {
	width:193px;
	height:198px;
	position:absolute;
	top:180px;
	left:202px;
}
#section_5 {
	width:192px;
	height:198px;
	position:absolute;
	top:180px;
	left:405px;
}
#section_6 {
	width:193px;
	height:198px;
	position:absolute;
	top:180px;
	left:607px;
}
#section_3 div,
#section_4 div,
#section_5 div,
#section_6 div {
	padding:5px;
}
#clear_column {
	clear:both;
}
.textbox {
	border:0px;
	padding:2px;
	font-size:10px;
	color:#333333;
	background-color:#FFFFFF;
	width:100px;
}
#email_signup {
	background-color:#FFFFFF;
	border:0px none #ffffff;
	color:#000000;
}
/* ***************************************************************************** */
/* FOOTER */
#footer {
	position:relative;
	padding:10px;
	margin-top:10px;
}
/* ***************************************************************************** */
/* LOGO */
#logo {
	position:absolute;
	top:0px;
	left:0px;
	width:200px;
	height:115px;
}
/* ***************************************************************************** */
/* HOME */
.home {
	color:#FFFFFF;
}
.home_image {
	border:2px white solid;
}
.home a:link,
.home a:visited,
.home a:active,
.home a:hover {
	color:#ffffff;
}
.home_small {
	color:#FFFFFF;
	font-size:10px;
}
.home_small a:link,
.home_small a:visited,
.home_small a:active,
.home_small a:hover {
	font-size:11px;
	color:#ffffff;
}
/* ***************************************************************************** */
/* SNIPPETS */
.snippet_horizontal {
	float:left;
	width:142px;
	margin-right:2px;
	margin-left:2px;
}
.snippet_vertical {
	margin-bottom:5px;
}
.snippet table {
	width:100%;
}