/* CSS Document */
body {
	font-family: "Times New Roman", Times, serif;
}

td {
	font-family: "Times New Roman", Times, serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

/* body links */

a {
	font-size: 11px;
	color: #000000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #0000CC;
	}
	
/* very top menu */

.topnav {
	font-family: "Times New Roman", Times, serif;
	font-size: 4px;
	font-style: normal;
	text-align: right;
	padding-right: 5px;
	}
	
/* top logo */	

.toplogo {
	padding: 0px;
	height: 75px;
	width: 200px;
	border: 0px none #000000;
	background-repeat: no-repeat;
}
.topright {
	background-color: #CCCCCC;
	padding: 12px 0px 0px;
	height: 55px;
	width: 200px;
	border: 0px none #001B6A;
	border-top: 1px none #000000;
	border-right: 1px none #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px none #000000;
	top: 10px;
	background-position: center;
	background-image: url(../images/topbarright.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size: 9px;
	text-align: right;
}
.topcenter {
	background-color: #CCCCCC;
	border-top: 1px none #000000;
	border-right: 1px none #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px none #000000;
	background-image: url(../images/topbarcenter.jpg);
	background-repeat: no-repeat;
	
}

/* top menu */

.topmenu {
	margin: 0px;
	padding: 2px 2px 5px 20px;
	height: 15px;
	width: 778px;
	border-top: 1px none #000000;
	border-right: 1px none #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px none #000000;
	background-color: #ffffff;
	float: none;
	color: #000000;
	font-size: 12px;
	text-align: left;
}
.email_list_indexpage {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	padding-top: 10px;
}


/* main bady table */

.left_sidebar {
	padding: 5px;
	width: 185px;
	border-top: thin none #000000;
	border-right: thin solid #000000;
	border-bottom: thin none #000000;
	border-left: thin none #000000;
	background-color: #2A485D;
	vertical-align: top;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
}
.right_sidebar {
	background-color: #2A485D;
	padding: 5px;
	width: 185px;
	border-top: thin none #000000;
	border-right: thin none #000000;
	border-bottom: thin none #000000;
	border-left: thin solid #000000;
	margin: 0px;
	background-position: top;
	vertical-align: top;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
}
.center_body {
	padding: 20px 5px;
	width: 366px;
	height: 450px;
}

/* footer */

.footer {
	padding: 5px 0px 2px;
	height: 15px;
	width: 800px;
	font-size: 14px;
	color: #CCCCCC;
	text-decoration: none;
	background-color: #001b6a;
	text-align: center;
	border: 2px none #000000;
}

#fontfont{
	font-size: 12px;
}

/* gear pages body css */

.gear_right_sidebar {
	background-color: #2A485D;
	padding: 0px;
	width: 50px;
	margin: 0px;
	border-top: 2px none #000000;
	border-right: 2px solid #000000;
	border-bottom: 2px none #000000;
	border-left: 2px none #000000;
}
.gear_center_body {
	padding: 20px 15px;
	width: 507px;
	height: 450px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #FFFFFF;
}
#gear_center_body_home {
	padding: 0px 15px 20px;
	width: 507px;
	height: 450px;
	background-color: #FFFFFF;
	border: 0px none #000000;
}
.gear_left_sidebar {
	background-color: #2A485D;
	width:175px;
	margin: 0px;
	border-top: 2px none #000000;
	border-right: 2px none #000000;
	border-bottom: 2px none #000000;
	border-left: 2px solid #000000;
	vertical-align: top;
	padding-top: 20px;
	padding-bottom: 0px;
	padding-left: 3px;
	padding-right: 3px;
}

/* sub menu */

#mainmenu {
	margin: 0px;
	padding: 0px;
	width: 180px;
	background-image: url(../images/menubar.gif);
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}

#mainmenu a {
	width: 180px;
	height: 20px;
	margin: 0px;
	padding: 2px 0px 0px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	text-indent: 10px;
	font-size: 14px;
	border-bottom: 1px solid #FFFFFF;
}

#mainmenu a:hover {
	background-color: #2A485D;
	text-decoration: none;
}

#topmainmenu {
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-image: url(../images/menubar.gif);
}
}

#topmainmenu a {
	width: 100%;
	margin: 0px;
	padding: 2px 0px 0px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	height: 20px;
	text-align: left;
	text-indent: 10px;
	border: 2px solid #FFFFFF;
	font-size: 14px;
}

#topmainmenu a:hover {
	background-color: #2A485D;
	text-decoration: none;
}


/* gear info & gear photo*/

.gearphoto {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	height: 98px;
	width: 100px;
}
.gearinfo {
	font-size: 12px;
	text-align: right;
	height: 0px;
	width: 398px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding: 5px 5px 10px;
	text-align: left;
}

.g_top_left{
	color: #2F5985;
	text-align: left;
	font-size: 14px;
	width: 200px;
}
.g_top_left300{
	color: #2F5985;
	text-align: left;
	font-size: 14px;
	width: auto;
}
.g_top_right{
	color: #000000;
	text-align: right;

}

.g_center{
	padding: 5px;
	width: 380px;
	height: 90px;

}

.g_bottom_left{
	text-align: left;
	width: 300px;
	padding-left: 5px;

}


.g_bottom_right{
	text-align: right;

}

.sleep_bottom_left{
	text-align: left;
	width: 160px;
	padding-left: 5px;

}

.sleep_bottom_right{
	text-align: right;

}

 /* index page*/
.index_image{
	border: thin solid #000000;

}
.index_mainpage {
	top: 3000px;
}
#phpbb_link_test{
	font-size: 14px;
	text-align: center;
}
#travel_check list{
	vertical-align: text-top;
}
.home_page_photo{
	background-position: center top;
	text-align: center;
	vertical-align: top;
}
}
#price page{
	
	color: #FFFFFF;
	text-decoration: underline;