h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 0px;
	color:#CCCCCC;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 0px;
	color:#FFFFFF;
}

A {
			text-decoration: none;
		}

		.dropdown {
			background-color: #e5e5e5;
			font-family: arial, helvetica, sans-serif;
			font-size: 8pt;
		}

		.offMonth {
			color: #999999;
			background-color: #e0dddd;
		}
		
		.onMonth {
			color: #999999;
			background-color: #f0f0f0;
		}
		
		.onMonthWeekend {
			color: #999999;
			background-color: #f0f0f0;
		}

		.selected {
			color: #999999;
			background-color: #f0f0f0;
		}
		
		.order {
			color: #999999;
			background-color: #f0f0f0;
			text-decoration: line-through;
		}
		
		.today {
			color: #ffffff;
			background-color: #ee0000;
		}
		
.button{
    width: 60px;
    height: 26px;
}

#calendar{
    min-height: 165px;
}

.text_field{
	background: #fff;
	border: 1px solid #fff;
    text-align: left;
    padding-left: 10px;
    padding-right: 15px;
	font-family: Verdana;
	font-size: 10px;
	color: #000;
	padding-top: 5px;
}

.text_field table td {
	font-size:11px;
	padding-bottom:8px;
}

.no_results {
	width:200px;
	text-align:center;
	padding:10px 30px 10px 30px;
	margin:50px 50px 50px 100px;
	font-size:16px;
	color:#616161;
	font-weight:bold;
	font-family: Verdana;
	border:1px solid #ff0000;
}


/*rounded corners*/
div.rounded
{
	background-color: #f9f9f9;
}
	div.rounded .left_top, div.rounded .right_top, div.rounded .right_bottom, div.rounded .left_bottom
	{
		font-size: 0px;
		line-height: 0px;
	}
	div.rounded .left_top
	{
		background: transparent url('img/rounded_l_t.jpg') no-repeat left top;
		padding-left: 6px;
	}
	div.rounded .right_top
	{
		background: transparent url('img/rounded_r_t.jpg') no-repeat right top;
		height: 6px;
	}
	div.rounded .right_bottom
	{
		background: transparent url('img/rounded_r_b.jpg') no-repeat right bottom;
		padding-right: 6px;
	}
	div.rounded .left_bottom
	{
		background: transparent url('img/rounded_l_b.jpg') no-repeat left bottom;
		height: 6px;
	}
	div.rounded  .rounded_back
	{
		margin: 0px 1px;
		background-color: #ffffff;
	}
	

.input{
	height: 14px;
	font-family: Verdana;
	font-size: 10px;
	color: #666666;
	border: 1px solid #cccccc;
}

.select{
	height: 17px;
	font-family: Verdana;
	font-size: 10px;
	color: #666666;
	border: 1px solid #cccccc;
}
	
.required{
    color: red;
}

.textarea{
	font-family: Verdana;
	font-size: 10px;
	color: #666666;
	border: 1px solid #cccccc;
}
	
body{
	background-color: #eeeeee;
}

#content{
	background-color: #fbfbfb;
}

#page{
	width: 100%;
}

#main_top{
	background: url('img/main_top.jpg') no-repeat bottom;
	height: 14px;
	width: 742px;
}

#images{
    padding: 1px 1px 1px 1px;
    border: 1 px solid;
    border-color: #999999;
    background: #e5e5e5;
    min-width: 302px;
    min-height: 302px;
}

#image_gallery{
    padding-top:30px;
    max-width: 440px;
}

#flash_movie{
	padding-top: 6px;
	height: 190px;
}

#langs{
	padding-right: 20px;
	height: 16px;
	padding-top: 0px;
}

div#langs a {
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	text-decoration: underline;
	color: #c70102;
}

div#langs a:hover {
	color: #000;
}

#main_bottom{
	background: url('img/main_bottom.jpg') no-repeat top;
	height: 12px;
	width: 742px;
}

#main_left{
	background: url('img/main_left.jpg');
	width: 15px;
}

#main_right{
	background: url('img/main_right.jpg');
	width: 14px;
}

#menu_top{
	background: url('img/menu_top.jpg') no-repeat bottom;
	height: 10px;
	width: 225px;
}

#menu_left{
	background: url('img/menu_left.jpg');
}

#menu_right{
	background: url('img/menu_right.jpg');
}

#menu_bottom{
	background: url('img/menu_bottom.jpg') no-repeat top;
	height: 13px;
	width: 225px;
}

#menu{
	background-color: #f1f1f1;
}

#menu_title{
	background: url('img/red_menu_header.jpg') no-repeat;
	text-align: left;
	padding-left: 10px;
	padding-top: 7px;
	height: 28px;
	font-family: Verdana;
	font-size: 10px;
	color: #fbfbfa;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
	
#menu_list {
	width: 180px;
	margin: 0px;
	text-align: left;
	}
	
#menu_list li a.inactive:link, #menu_list li a.inactive:visited {
	color: #27322c;
	display: block;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	background: url(img/menu_bullet.jpg) no-repeat left;
	padding: 2px 0 4px 15px;
	text-decoration: none;
	}
	
#menu_list li a.inactive:hover {
	color: #c1131c;
	text-decoration: none;
}

a.active:link, a.active:visited {
	color: #c1131c;
	display: block;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	background: url(img/menu_bullet.jpg) no-repeat left;
	padding: 2px 0 4px 15px;
	text-decoration: none;
}

a.active:hover {
	color: #27322c;
	text-decoration: none;
}

#menu_list li a.inactive_sub {
	color: #27322c;
	display: block;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 0 0 25px;
	text-decoration: none;
}

#menu_list li a.inactive_sub:hover {
	color: #c1131c;
	text-decoration: none;
}

#menu_list li a.active_sub {
	color: #c1131c;
	display: block;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 0 0 25px;
	text-decoration: none;
}

#menu_list li a.active_sub:hover {
	color: #27322c;
	text-decoration: none;
}

#left_banner {
	padding-top: 10px;
	padding-bottom: 10px;
}

#bottom_banner {
	padding-top: 20px;
	padding-bottom: 20px;
}

#copyright {
	text-align: right;
	padding-right: 13px;
	padding-top: 7px;
	font-family: Verdana;
	font-size: 10px;
	color: #323030;
}

#studiof5 a{
    color: #cccccc;
    text-decoration: none;
    font-size: 10px;
    padding-left: 35px;
    font-family: Verdana;
}

#content_text {
    text-align: left;
    padding-left: 10px;
    padding-right: 15px;
	font-family: Verdana;
	font-size: 10px;
	color: #000;
	padding-top: 5px;
}

#content_text a{
    color: #cc0000;
    text-decoration: underline;
}

#products{
    padding-left: 4px;
}

#pathway{
	padding-top: 20px;
	padding-left: 6px;
}

div#pathway a {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}

div#pathway a:hover {
	text-decoration: underline;
}

#page_navigation{
	padding-top: 7px;
	padding-bottom: 8px;
	padding-right: 95px;
}

a.inactive_navi:link, a.inactive_navi:visited{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #323030;
	text-decoration: underline;
}

a.inactive_navi:hover{
	text-decoration: underline;
	color: #c70102;
}

.active_navi{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #c70102;
	text-decoration: underline;
}

.prod_img{
    padding: 1px 1px 1px 1px;
    border: 1px solid #cfc9c9;
    background: #eeeeee;
}

#red_span{
	font-family: Verdana;
	font-size: 9px;
	font-weight: normal;
	color: #c70102;
}

#black_span{
	font-family: Verdana;
	font-size: 9px;
	font-weight: normal;
	color: #323232;
}

#short_info_links {
    padding-top: 4px;
    padding-left: 4px;
}

#short_info {
    padding-left: 4px;
}

#back {
    padding-top: 3px;
    padding-right: 15px;
    padding-bottom: 5px;
}

div#short_info_links a {
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	text-decoration: underline;
	color: #c70102;
}

div#short_info_links a:hover {
	color: #000;
}

a.attention:link, a.attention: visited {
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	text-decoration: underline;
	color: #c70102;
}

a.attention:hover {
	color: #000;
}

#img_gallery{
    background: #eeeeee;
    height: 225px;
    width: 305px;
}

#additional{
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #323030;
	padding-left: 4px;
	padding-top: 5px;
}

#book_button {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 85px;
}

#availability{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
	padding-top: 8px;
	padding-bottom: 8px
}

#order_sent{
    padding-top: 60px;
    min-height: 150px;
}