@charset "utf-8";



.footer {
	color: #aab0b9;
	font-weight: bold;
	font-size: 9px;
}

.style2 {font-size: 36px}


.style4 {color: #666666}


.style5 {
	font-size: 16px;
	font-weight: bold;
}


.style7 {
	color: #999999;
	font-weight: bold;
	font-size: 14px;
}
.style8 {color: #999999}
.style10 {color: #666666; font-weight: bold; }


body {
	background-color: #4D5D77;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Lucida Grande", "Trebuchet MS", "Arial" , "Helvetica";
	font-size: 12px;
	color: #666666;
	
}


.container_1 {
	background-color: #4d5d77;
	background-image: url(images/header_design.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 250px;
	width: 100%;
}
.container_2 {
	background-color: #35445b;
	background-image: url(images/repeat_slice.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	clear: left;
	float: left;
	height: auto;
	width: 100%;
	
}
.container_3 {
	background-color: #4d5d77;
	background-image: url(images/footer_design.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	clear: left;
	float: left;
	height: 250px;
	width: 100%;
}
.container_bottom_dropshadow {
	background-image: url(images/slicebottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	height: 250px;
	width: 100%;
}
.container_top_dropshadow {
	background-image: url(images/slicetop.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 130px;
	width: 100%;
}
.main {
	height: auto;
	width: auto;
	
}

.top_img_arrange
{
	margin-top: 120px; 
	display :block; 
	margin-bottom: 50px;
}


.top_txt_arrange_1
{
	margin-top: 0px; 
	margin-left: 200px;
	margin-right: 0px;
	margin-bottom: 0px;
	display :block;
	
}


.top_txt_arrange_2
{
	margin-top: 120px; 
	display :block; 
	margin-bottom: 50px;
}


#color_description_div
{
	margin-top: 0px;
}


.collectionNav{
font-variant:small-caps;
line-height:150%;
}

a.collectionNav { color: #999999; font-size: 12px; text-decoration: none; }
a.collectionNav:link { color: #999999; font-size: 12px; text-decoration: none; }
a.collectionNav:hover { color: #4d5d77; font-size: 12px; text-decoration: none;}
a.collectionNav:visited { color: #999999; font-size: 12px; text-decoration: none; }
a.collectionNav:active { color: #999999; font-size: 12px; text-decoration: none; }


a:link { color: #492513; font-size: 12px; text-decoration: underline; }
a:hover { color: #4d5d77; font-size: 12px; text-decoration: underline; }
a:visited { color: #4d5d77; font-size: 12px; text-decoration: underline; }
a:active { color: #4d5d77; font-size: 12px; text-decoration: underline; }

a.footer:link { color: #aab0b9; font-size: 9px; text-decoration: none; }
a.footer:hover { color: #ffffff; font-size: 9px; text-decoration: underline;}
a.footer:visited { color: #aab0b9; font-size: 9px; text-decoration: none; }
a.footer:active { color: #aab0b9; font-size: 9px; text-decoration: none; }


/*------------------------------------------------------------------------------
Forms*/
#contactForm{
padding-bottom:20px;
}
#contactForm .floated{
float:left;clear:none;margin-right:10px;width:200px;
}
#contactForm p{
width:200px;
display:block;
clear:both;
}
#contactForm input{
display:block;
width:200px;
}
#contactForm label{
width:200px;
}
.btn_submit{
border:0;
background:url(images/button_mailingListSubmit.gif) no-repeat;
width:68px;
height:19px;
text-indent:-9999px;
cursor:pointer;
display:block;
}


