/* CSS Document */

body {
	margin: 0px 0px 15px 0px;
	background-color: #CCCCCC;
}

body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #777777;
}


p{
	margin: 8px 0px 14px 8px;
}


table.productspec{
	border-top: 1px solid #777777;
}

th.productspec{
	font-weight: normal;
	border-bottom: 1px solid #777777;
	text-align: left;
	vertical-align: top;
}

td.productspec{
	background-color: #DBEDFF;
	vertical-align: top;
}

td.productspecspace{
	height: 1px;
}




a{
	color: #61849C;
	text-decoration: underline;
}



img.main {
	width: 497px;
	height: 129px;
	border: 5px solid #CCCCCC;
}
img.title {
	margin-top:12px;
	margin-bottom:8px;
}
img.button {
	border: 0px;
}
img.location {
	width: 489px;
	height: 260px;
	border: 1px solid #000000;
	margin: 0px 0px 0px 0px;
}
img.gallerythumb {
	width: 81px;
	height: 48px;
	border: 1px solid #777777;
}




h1{
	font-size: 30px;
	color: #777777;
	font-weight:100;
}

h2{
	font-size: 16px;
	height: 25px;
	color: #41647C;
	/*color: #4B4947;*/
	font-weight: lighter;
	margin: 5px 0px 10px 0px;
	padding-top: 3px;
	border-bottom: 1px solid #777777;
}

h3{
	font-size: 12px;
	color: #61849C;
	margin: 0px 0px 0px 0px;
}



.smallprint{
	font-size: 9px;
}


.bluetext{
	color: #61849C;
}


.thickborder{
	border: 5px solid #CCCCCC;
}




#container{
	width: 750px;
	background-color: #FFFFFF;
	margin: auto;
}
	#left{
		width: 200px;
		padding: 10px 0px 0px 20px;
		text-align: left;
		float: left;
	}
		#logo{
			border: 0px;
		}
		#menu{
			width: 150px;
			text-align: right;
			margin: 12px 0px 0px 0px;			
			text-align: left;
		}		
			#menu a{
				text-decoration: none;
			}
			#menu a:hover{
				text-decoration: underline;
			}
			
	#right{
		width: 506px; /* 519px */
		padding: 100px 10px 0px 12px;
		border-left: 1px solid #4B4947;
		float: right;
	}
		#content{
			margin-left: 6px;
			text-align: left;
		}
			#product_general_info{
				width: 445px;
			}

#footer{
	width: 750px;
	height: 25px;
	border-top: 1px solid #4B4947;
	background-color: #FFFFFF;
	margin: auto;
	text-align: left;
}
	#footer_inner{
		width: 720px;
		height: 22px;
		margin: 3px 15px 0px 15px;		
		text-align: left;
	}




.menuitem, .menuitem_selected{
	font-size: 11px;
	width: 125px;
	height: 18px;
	padding: 6px 0px 0px 25px;
	text-align: left;
	font-weight: bold;
	display: block;
}

.menuitem{
color:#4B4947;
background-image: url(../images/menuitem.gif);
}

.menuitem_selected{
color:#2D5C7B;
background-image: url(../images/menuitem_selected.gif);
}



.submenuitem1, .submenuitem1_selected{
	font-size: 9px;
	width: 125px;
	height: 18px;
	text-align:left;	
	padding: 6px 0px 0px 25px;
	display: block;
}

.submenuitem1{
color:#777777;
background-image: url(../images/submenuitem.gif);
}

.submenuitem1_selected{
color:#0D3C5B;
background-image: url(../images/submenuitem_selected.gif);
text-decoration:underline;
}




.submenuitem2, .submenuitem2_selected{
	font-size: 9px;
	width: 110px;
	height: 16px;
	text-align:left;
	padding: 6px 0px 0px 40px;
	display: block;
}

.submenuitem2{
color:#777777;
}

.submenuitem2_selected{
color:#0D3C5B;
text-decoration:underline;
}




.menuitem_inner{
	margin: 6px 0px 0px 30px;
	display: block;
}

