/* General Start*/
*{
	padding:0;
	margin:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#474747;
}
body {
	margin:0;
	padding:0;
	background:#e3ecf3 ;
}
#wrap {
	width:788px;
	margin:0 auto;
	padding:0;
}
#wrapper_inner{
    float:left;
	width:788px;
	margin:0 auto;
	background:url(../images/bg_wrap.gif) top center repeat-y;
}
.clear { 
	clear: both; 
	display: block; 
	visibility: hidden; 
	line-height:0px;
}
/* General End*/
/* Top Start*/
#top_wrap {
	margin:0 auto;
}
#top {
	width:740px;
	float:left;
	margin:0 4px;
	padding:0 20px;
	height:100px;
	background:url(../images/bg_top.gif) top left repeat-x;
}
#h1 {
	width:560px;
	float:left;
	padding-top:13px;
}
#h1 img {
	float:left;
	margin-right:11px;
}
#h1 h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:35px;
	color:#FFFFFF;
	padding-top:15px;
}
#top_number {
	width:170px;
	float:right;
	padding-top:28px;
}
#top_number p{
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-align: right;
}
.green_text {
	color:#85eb00;
}
/* Top End*/
/* LoginBar Start*/
#login_wrap {
	width:740px;
	float:left;
	padding:15px 24px 2px 24px;
}
#loginbar {
	border:#d3d3d3 solid 1px;
	height:25px;
	padding-right:10px;
	padding-left:420px;
	padding-top:4px;
	background:url(../images/bg_loginbar.gif) top left repeat-x;
	text-align:right;
}
.login_input {
	float:left;
	background:#feffff url(../images/bg_input_login.gif) bottom left repeat-x;
	border:#d3d3d3 solid 1px;
	height:15px;
	width:112px;
	margin-left:3px;
	padding:2px 0 2px 10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#8d8676;
}
#pink_bt {
	width:45px;
	float:right;
	padding-top:1px;
}
/* LoginBar End*/
/* SubTitle Start */
#subtitle, #subtitle2, #subtitle3, #subtitle4, #subtitle5, #subtitle_collection {
	background:url(../images/subtitle_bg.gif) top left repeat-x;
	height:62px;
	margin:0 24px;
	padding-top:10px;
}
#subtitle h4 {
	font-size:18px;
	font-family:Lucida Sans, Arial, Helvetica, sans-serif;
	color:#001038;
	height:45px;
	margin-top:17px;
	margin-left:5px;
	/*
	padding-top:17px;
	padding-left:70px;
	margin-left:140px;
	background:url(../images/icon_home.gif) top left no-repeat;*/
}
#subtitle2 h4 {
	font-size:20px;
	font-family:Lucida Sans, Arial, Helvetica, sans-serif;
	color:#001038;
	height:45px;
	text-align:center;
	/*
	margin-left:205px;
	padding-left:70px;
	padding-top:17px;
	background:url(../images/icon_save.gif) top left no-repeat;
	*/
}
#subtitle3 h4 {
	font-size:20px;
	font-family:Lucida Sans, Arial, Helvetica, sans-serif;
	color:#001038;
	height:45px;
	padding-top:17px;
	padding-left:70px;
	margin-left:300px;
	background: url(../images/icon_gna.gif) top left no-repeat;
}
#subtitle4 h4 {
	font-size:20px;
	font-family:Lucida Sans, Arial, Helvetica, sans-serif;
	color:#001038;
	height:45px;
	padding-top:17px;
	padding-left:70px;
	margin-left:290px;
	background: url(../images/icon_about.gif) top left no-repeat;
}
#subtitle5 h4 {
	font-size:20px;
	font-family:Lucida Sans, Arial, Helvetica, sans-serif;
	color:#001038;
	height:45px;
	padding-top:17px;
	padding-left:70px;
	margin-left:290px;
	background: url(../images/icon_contect.gif) top left no-repeat;
}
#subtitle_collection h4 {
	font-size:20px;
	font-family:Lucida Sans, Arial, Helvetica, sans-serif;
	color:#001038;
	height:45px;
	padding-top:17px;
	text-align:center;
}
/* SubTitle End */
/* Content Start */
#content_wrap {
	width:740px;
	padding:0 24px;
}
#content {
	float:left;
	background:url(../images/contents_bg.gif) top left repeat-y;
}
/* Content End */
/* ContentLeft Start */
#content_left {
	float:left;
	width:530px;
}
#content_left p{
	line-height:230%;
}
#searchbox {
	margin:15px 0;
}
#search_bg_top {
	height:5px;
	background:url(../images/searchbox_top.gif) top left no-repeat;
	font-size:0;
}
#searchbox_main {
	border-left:#80aabd 1px solid;
	border-right:#80aabd 1px solid;
	background:#afd4e3;
	height:180px;
}
#searchbox_main_box {
	width:400px;
	float:left;
}
#searchbox_main_box select {
	border:1px solid #999999;
	width:265px;
}
#search_bg_bottom {
	height:5px;
	background:url(../images/searchbox_bottom.gif) top left no-repeat;
	font-size:0;
}
#search_title {
	text-align:center;
	padding:10px 0;
}
.search_text {
	height:40px;
}
.search_text span {
	display:block;
	float:left;
	width:110px;
	text-align:right;
	padding-right:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#001038;
	font-size:14px;
}
.text_input {
	width:250px;
	padding:2px 6px;
	border:1px solid #999999;
}
#bt_wrap {
	padding-top:68px;
	padding-right:40px;
}
#search_bt {
	display:block;
	width:79px;
	height:35px;
	float:right;
	text-align:center;
}
#search_bt a {
	display:block;
	width:79px;
	height:28px;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px ;
	font-weight:bold;
	color:#FFFFFF;
	background:url(../images/search_bg1.gif) bottom left repeat-x;
	border:1px solid #2a849d;
	padding-top:7px;
}
#search_bt a:hover {
	display:block;
	background:#aadf82 url(../images/search_bg.gif) bottom left repeat-x;
	border:#419b00 1px solid;
}
/* ContentLeft End */
/* ContentRight Start */
#content_right {
	width:180px;
	float:right;
	margin-left:30px;
}
#navigatebox {
	width:178px;
	/*height:215px;*/
	border:#aeaeae 1px solid;
	background:#eeeeee url(../images/navigate_bg.gif) bottom left repeat-x;
	margin-bottom:15px;
}
#title_line {
	color:#1c1c1c;
	height:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:10px 0 0 12px;
	font-weight:bold;
}
#navigate {
	list-style:none;
}
.nav_img {
	width:46px;
	float:left;
	height:34px;
}
.nav_img  img {
	padding:5px 10px 4px 10px;
}
#navigate li{
	display:block;
	height:35px;
	border-top:#aeaeae 1px solid;
	background:url(../images/1px_white.gif) top left repeat-x;
}
#navigate li a{
	display:block;
	height:35px;
	width:178px;
	text-decoration:none;
}
#navigate li a:hover {
	background: url(../images/nav_li_bg.gif) top left repeat-x;
}
#navigate p, #browse p {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
	padding-top:10px;
}
#browsebox {
	width:178px;
	/*height:215px;*/
	border:#5a83a1 1px solid;
	background:#a0c3da;
}
#browse_title_line {
	color:#1c1c1c;
	height:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:10px 0 0 12px;
	font-weight:bold;
}
#browse{
	list-style:none;
}
#browse li{
	display:block;
	height:35px;
	border-top:#5a83a1 1px solid;
	background:url(../images/1px_sky.gif) top left repeat-x;
}
#browse li a{
	display:block;
	height:35px;
	width:178px;
	text-decoration:none;
}
#browse li a:hover {
	background:#f6f6f6 url(../images/brows_hover_bg.gif) bottom left repeat-x;
}
/* ContentRight End */
/* Footer Start */
#footerline{
	width:740px;
	margin:0 25px;
	height:1px;
	font-size:0;
	border-top:1px solid #dadadc;
	margin-top:20px;
}
#footer {
	width:740px;
	float:left;
	margin:0 4px;
	padding:0 20px;
	height:70px;
	background: url(../images/footer_bg.gif) bottom left repeat-x;
}
#footer p{
	font-family:Arial, Helvetica, sans-serif;
	color:#808084;
	line-height:170%;
}
#adress {
	width:365px;
	float:left;
	margin-top:12px;
}
#copy {
	text-align:right;
	margin-top:20px;
	width:250px;
	float:right;
}
#footer_last {
	width:740px;
	float:left;
	margin:0 4px;
	padding:0 20px;
	height:10px;
	background:url(../images/footer_line_bg.gif) top left repeat-x;
	font-size:0;
}
/* Footer End */
