@import url("content.css");
/* Imported Styles
----------------------------------------------- 
 Common Part
----------------------------------------------- */
* {
	margin:0;
	padding:0;
}

body {
	color:#525252;
	background-color:#2975AE;
	font-family:Tahoma, Arial, Verdana;
	font-size:11px;

}

.clear {
	clear:both;
	font-size:0%;
	line-height:0%;
	height:0px;
}

h1 span, h2 span {
	display:none;
}

#all {
	width:100%px;
}




/* =Misc(links)
----------------------------------------------- */
a {
	color:#3D83C7;
	text-decoration:none;
}

a:hover {
	color:#3D83C7;
	text-decoration:underline;
}

img {
	border:none;
}

/* =Header
----------------------------------------------- */
#h_back {
	width:100%;
	/*height:277px;*/
    height:228px;
	background-image:url('../images/h_bg.gif');
	background-repeat:repeat-x;
}

#header_top {
	width:772px;
	height:49px;
	background-image:url('../images/header_top.gif');
	background-repeat:no-repeat;
	margin:0px auto;
}
#header_top1 {
	margin-left:20px;
}

.logo_top {
	padding-top:26px;
	width:560px;
	float:left;
}
.logo_top1 {
	padding-top:26px;
	width:511px;
	float:left;
}
.header_array{
	padding-top:30px;
	width:8px;
	float:left;
}

div.header_link1{
	padding-top:26px;
	width:100px;
	float:left;
}
div.header_link2{
	padding-top:26px;
	width:65px;
	float:left;
}
div.header_link3{
	padding-top:26px;
	width:41px;
	float:left;
}
a.header_link {
	color:#7C7C7C;
	font-size:11px;
	font-family:Tahoma;
	text-decoration:none;
}
a.header_link:hover {
	color:#7C7C7C;
	font-size:11px;
	font-family:Tahoma;
	text-decoration:underline;
}

#header_middle {
	width:772px;
	height:179px;
	background-image:url('../images/header_middle.jpg');
	margin:0px auto;
}

#header_bottom {
	width:772px;
	height:48px;
	background-image:url('../images/header_bottom.jpg');
	margin:0px auto;
}

#menu {
	list-style:none;
	padding:6px 0 0 28px;
	height:29px;
}
#menu li{
	float:left;
}
#menu li a{
	display:block;
	height:29px;
}
#menu li a span{
	display:none;
}

.m1 a {
	background:url(../images/m1.jpg) no-repeat;
	width:85px;
}
.m2 a {
	background:url(../images/m2.jpg) no-repeat;
	width:154px;
}
.m3 a {
	background:url(../images/m3.jpg) no-repeat;
	width:147px;
}
.m4 a {
	background:url(../images/m4.jpg) no-repeat;
	width:108px;
}
.m5 a {
	background:url(../images/m5.jpg) no-repeat;
	width:108px;
}
.m6 a {
	background:url(../images/m6.jpg) no-repeat;
	width:113px;
}




/* =Content
----------------------------------------------- */
#c_back1 {
	width:100%;
	background-color:#1F629F;
}

#c_back2 {
	width:100%;
	background-image:url('../images/c_bg.jpg');
	background-repeat:repeat-x;
	background-position:top;
}

#content {
	width:772px;
	background-color:#fff;
	background-image:url('../images/c_bg1.gif');
	background-repeat:repeat-y;
	margin:0px auto;
	padding-bottom:7px;
}


.left {
	float:left;
}
.right {
	float:right;
}
.center {
	text-align:center;
}
.display_none {
	display:none;
}
.orange {
	color:#D6A400;
}
.blue {
	color:#134D8E;
}
.green {
	color:#4B9700;
}
.bold {
	font-weight:bold;
}



/* =Footer
----------------------------------------------- */
#f_back {
	width:100%;
	height:195px;
	background-image:url('../images/f_bg.gif');
	background-repeat:repeat-x;
}

#footer {
	width:772px;
	height:195px;
	background-color:#fff;
	margin:0px auto;
	background-image:url('../images/footer.gif');
}
#footer_a {
	padding-top:52px;
	width:552px;
	float:left;
}
#footer_b {
	padding-top:10px;
	width:209px;
	float:left;
	text-align:center;
	line-height:17px;
}
.f_links {
	margin-left:26px;
	margin-bottom:3px;
}
.footer_array01{
	float:left;
	width:7px;
	padding-top:4px;
}
.footer_array02{
	float:left;
	width:7px;
	padding-top:4px;
}
.footer_array{
	float:left;
	width:7px;
	padding-top:4px;
}
.footer_array2{
	float:left;
	width:14px;
	padding-top:7px;
}
.footer_link {
	float:left;
	width:99px;
	
}
.footer_link1 {
	float:left;
	width:84px;
	
}
.footer_link2 {
	float:left;
	
}
.f_links a, .f_links1 a{
	color:#B4B4B4;
	text-decoration:none;
	font-size:11px;
}
.f_links a:hover, .f_links1 a:hover{
	color:#B4B4B4;
	text-decoration:underline;
	font-size:11px;
}
#amazon {
	padding:32px 0 0 0;
	color:#fff;
	text-align:center;
}
#copy {
	padding:13px 0 0 0;
	color:#fff;
	text-align:center;
	font-size:11px;
}

#copy a{
	color:#fff;
	text-align:center;
	font-size:11px;
	text-decoration:underline;
}

/* =home
----------------------------------------------- */

.reset {
	width:80px;
	height:25px;
	border:0px;
	background-image:url(../images/clear_button.gif);
}
.submit {
	width:68px;
	height:25px;
	border:0px;
	background-image:url(../images/send_button.gif);
}

