/* Globals */
body                    {font-size:12px; font-family:Arial; color:#555555; background-color:#ABB5C5; background-image: url('../images/home/bel_bkg.jpg'); background-repeat: repeat-x;}
img                     {border:none;}
a                       {font-weight:bold; font-size:12px; color:#555555; text-decoration:none;}
a:hover                 {text-decoration:underline;}

/* Containers */
#main                   			{margin:auto; width:807px; padding-top:95px; overflow:hidden;}
#top					{width:807px; height:132px;}
#menu					{width:810px; height:36px; overflow:hidden;}
#contentindex			{width:807px; height:375px; overflow:hidden;}
#contentsubs			{width:807px; min-height: 375px; max-height: 1000px; overflow:hidden;}
#footer					{width:807px; height:54px; position:relative;}
#copyright				{width:807px; height:25px; text-align:center; color:#585b62; font-weight:bold; font-size:10px;}
	
/* Specifics */
#menu a				{float:left;}
#menu img			{display:block; margin:0;}
#flashcontent 		{height: 100%;}

/* Sub Page Backgrounds */
.contact	{background-image:url('../images/subpages/bel_body_contact.jpg');}
.showroom	{background-image:url('../images/subpages/bel_body_show_room.jpg');}
.reserve	{background-image:url('../images/subpages/bel_body_reservations.jpg');}
.services	{background-image:url('../images/subpages/bel_body_features.jpg');}
.thanks		{background-image:url('../images/subpages/bel_body_thank_you.jpg');}

/* Text */
.heading		{font-weight:bold; font-style: italic; color: #222222;}
.contact_text	{font-weight: bold; padding: 3px 0px 3px 0px;}

/* Features */
.featurerow		{background-color:#cdcdcd; width:100%; height:30px; margin-bottom:20px;}
.featureitem	{width:245px; height:100%; padding-left: 10px; padding-top:8px; float:left; font-weight: bold;}

/* Contact form */
#contentsubs label,textarea {
	display: block;
	width: 200px;
	float: left;
	margin-bottom: 6px;
}

#contentsubs label {
	text-align: right;
	width: 75px;
	padding-right: 20px;
	font-weight:bold;
}

#contentsubs input.contact {
	background-image: url('../images/textbox_shadow.jpg');
	background-repeat: repeat-x;
	background-color: #ffffff;
	height: 15px;
	font-size: 12px;
	display: block;
	width: 200px;
	float: left;
	margin-bottom: 6px;
}

#contentsubs textarea {
	background-image: url('../images/textbox_shadow.jpg');
	background-repeat: repeat-x;
	background-color: #ffffff;
	height: 50px;
	font-size: 12px;
	font-family:arial;
}

#contentsubs input.submit {
	margin-top: 10px;
	width: 85px;
	height: 20px;
	margin-left:215px;
	background-image:url('');
}

#contentsubs br {
	clear: left;
}

/* Reservation form */
#contentsubs select.short {
	width: 60px;
	background-color: #dddddd;
	font-size: 12px;
	height: 19px;
}

#contentsubs input.long {
	background-image: url('../images/textbox_shadow.jpg');
	background-repeat: repeat-x;
	background-color: #ffffff;
	height: 15px;
	font-size: 12px;
	width: 200px;
}

#contentsubs input.short {
	background-image: url('../images/textbox_shadow.jpg');
	background-repeat: repeat-x;
	background-color: #ffffff;
	height: 15px;
	font-size: 12px;
	width: 60px;
}

#contentsubs label.long {
	text-align: right;
	width: 130px;
	padding-right: 20px;
	font-weight:bold;
}

span.checkbox {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url('../images/checkbox.gif') no-repeat;
	display: block;
	clear: left;
	float: left;
}