/* Start of CMSMS style sheet 'default' */
body
{
	margin: 0px;
	padding: 15px 0 0 0;
	
	text-align: center;
	font-family: arial;
	font-size: 10pt;
	
	background-color: #2e0000;
	background-image:url(ui-images/bg-body.gif);
	background-repeat: repeat-x;
	background-position: top left;
}

img {
border:none;
}

table
{
	border:1px solid #CCCCCC;
	background-color:#EAEEEE;
}

table.error_message {
	border:1px solid #CC0000;
	background-color:white;
}

th, td
{
	font-family: arial;
	font-size: 12px;
	padding-left:8px;
	padding-right:8px;
	padding-top:4px;
	padding-bottom:4px;  
}

table.error_message td
{
	color:#CC0000;
}

#wrapper
{
	width: 813px;
	display: block;
	text-align: left;
	margin: auto;
}

/*
Header Section
*/
div.header
{
	width: 813px;
	height: 120px;
	display: block;
	float: left;
}

div.header div.left
{
	width: 6px;
	height: 120px;
	display: block;
	float: left;
	background-image:url('ui-images/bg-header-left.gif');
	background-repeat: no-repeat;
	background-position: top left;
	background-color:#FFFFFF;
}
	
div.header div.middle
{
	width: 801px;
	height: 120px;
	display: block;
	float: left;
	background-image:url('ui-images/bg-header.gif');
	background-repeat: repeat-x;
	background-position: top left;
	background-color:#FFFFFF;
}
	
div.header div.right
{
	width: 6px;
	height: 120px;
	display: block;
	float: left;
	background-image:url('ui-images/bg-header-right.gif');
	background-repeat: no-repeat;
	background-position: top left;
	background-color:#FFFFFF;
}

div.header div.logo
{
	width: 283px;
	height: 69px;
	margin: 24px 0 0 0px;
	display: block;
	float: left;
	background-image:url('ui-images/logo.png');
}
	
div.header div.order-online
{
	width: 260px;
	height: 69px;
	padding-left: 0px;
	margin: 40px 0 0 30px;
	display: block;
	float: left;
	background-image:url('ui-images/order_online.gif');
	background-repeat: no-repeat;
	background-position: top left;	
}

div.header div.head-banner
{
	width: 165px;
	height: 70px;
	padding-left: 0px;
	margin: 15px 0 0 60px;
	display: block;
	float:left;
	z-index:30;

}

div.head-banner div.home-nav
{
	margin-bottom:8px;
	text-align:right;
}

div.head-banner div.home-nav a
{
	color:#929292;
	font-size:10pt;
}

div.header div.logo a
{
	width: 358px;
	height: 50px;
	display: block;
	float: left;
}

div.promo
{
	display:block;
	float:left;
	width: 813px;
	height: 154px;
	background-color:#000000;
	background-image:url(ui-images/promo.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

/*
Header Section
*/



/*
Content Section
*/

div.content
{
	width: 813px;
	padding: 0 0 0 0;
	display: block;
	float: left;
	background-color:#EAEEEE;
	height:100%;
	min-height:550px;
	max-height:5000px;
}

* html div.content{padding-bottom: 0px;}

div.content div.right
	{
	background-color:#FFFFFF;
	width: 550px;
	margin: 0px 0px 0 0px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:5px;
	display: block;
	float: left;
	height:100%;
	min-height:650px;
}

div.content div.right-content
{
	padding-left:20px;
	padding-right:20px;
}

/*leads list*/
div.content div.right ul {
	margin-left: 35px;
	padding-left: 0;

}

div.content div.right ul li {
	list-style-image: url(ui-images/dot.png);
}

li {
list-style:none outside; 
}

/*form*/
.error_message ul {
	margin:5px;
	padding:5px;
	border:1px solid #CF2D00;
}

.error_message li
{
	list-style-type: none;
	font-weight:bold;
	color: #CF2D00;
}

div.content div.right form div.invalid
{
	color: #CF2D00;
}

div.content div.right form {margin-top:0}
div.content div.right form, td, th, li { font-size: 100%}
div.content div.right form div {margin-bottom:0}
div.content div.right fieldset div {
		margin-bottom:0.5em;
		margin-left:1em;
	}
div.content div.right fieldset div div {
		margin-top:0.5em;
		margin-left:1em
	}
div.content div.right fieldset {
		margin-top:1em;
		margin-bottom:1em;
		border:none;
		border-top:1px solid #EE1F25;
		padding:0.5em

	}

div.content div.right fieldset label {
	width: 190px;
	float: left;
	text-align: left;
	margin-right: 0.5em;
	display: block;
}

div.content div.right legend {
	color:#FFFFFF;
	background:#F60;
	font-style:italic;
	font-size:1.2em;
	margin-bottom:0.5em;
	padding:0.2em;
	width:auto;
}

div.content div.right textarea {
		margin: 0.5em 0;
		width:250px;
		height: 6em;
		border:1px solid #A0A0A0;
		background-color:#FFFFFF;
	}

div.content div.right input[type=text],div.content div.right select {
		margin: 0.5em 0;
		width:250px;
		border:1px solid #A0A0A0;
		background-color:#FFFFFF;
	}

	/* Apply this class to text/select input fields with shorter labels
		to help alignment */
	.short-label label {float:left; width:10em}
	.short-label fieldset div input,
	.short-label fieldset div select {width:16em}

	/* Pretty up your Captcha image output */
	.captcha {
		margin:0.5em 0;
		width:200px;
		text-align:center
	}
	.captcha img {border:1px solid #F60; margin-bottom:0.5em}
	.captcha input {width:196px; margin-top:0.5em}

	/* Just a bit more room for the Submit button */
	.submit {margin-top:0.5em}



/* right form formatting
div.content div.right form
{
	margin:5px;
}

.error_message ul {
	margin:5px;
	padding:5px;
	border:1px solid #CF2D00;
}

.error_message li
{
	list-style-type: none;
	font-weight:bold;
	color: #CF2D00;
}

div.content div.right form .fb_invalid
{
	
}

div.content div.right form .required
{
	display:block;
	clear:both;
}

div.content div.right input
{
	width:118px;
	border:1px solid #A0A0A0;
	background-color:#FFFFFF;
	margin-bottom:5px;
}

div.content div.right div.submit
{
	margin-top:10px;
	margin-left:35%;
}

div.content div.right form fieldset {
  padding: 1em;
  font:80%/1 sans-serif;
  border-top:1px solid #CCCCCC;
}

div.content div.right form label {
  float:left;
  display:block;
  width:20%;
  margin-right:0.5em;
  padding-top:0.2em;
  text-align:left;
  font-weight:bold;
 }
 
 end right left form formatting*/

* html div.content div.right{margin-right: 15px;} 
	
div.content div.box
{
	width: 170px;
	margin: 0px 0px 0 0px;
	display: block;
	float: left;
}
		
div.content div.box.push{margin-right: 30px;}
			
div.content div.box div.content
{
	width: 150px;
	height: 140px;
	padding: 10px;
	margin-top: 1px;
	display: block;
	float: left;
	background-color: #eaeeee;

}


div.content div.box div.end
{
	width: 170px;
	height: 6px;
	display: block;
	float: left;
	background-image:url('ui-images/box-footer.gif');
	background-repeat: no-repeat;
	background-position: top left;
}
	


div.content div.left
{
	width: 242px;
	margin: 0px 0px;
	padding-top:10px;
	display: block;
	float: left;
	background-color:#EAEEEE;
	height:100%;
	min-height:550px;
}

div.content div.left div.leftmenu
{
	margin-left:15px;
	margin-right:15px;
}

/* left form formatting*/
div.content div.left form
{
	margin-right:auto;
}

div.content div.left input.text
{
	width:118px;
	border:1px solid #A0A0A0;
	background-color:#FFFFFF;
	margin-bottom:5px;
}

div.content div.left input.submit {
	margin-left:70px;
	margin-top:10px;
}

div.content div.left form fieldset {
  padding: 1em;
  font:80%/1 sans-serif;
}

div.content div.left form label {
  float:left;
  width:29%;
  margin-right:0.5em;
  padding-top:0.2em;
  text-align:right;
  font-weight:bold;
 }
 
 /*  end left form formatting*/

div.content div.left img.left-title {
	margin-bottom:10px;
	margin-left:10px;
}

div.content div.left img.left-title {
	margin-bottom:10px;
	margin-left:10px;
}

div.content div.left img.left-banner {
	margin-left:5px;
}

div.content div.left hr.blue {
	height:2px;
	border:none;
	border-top: 1px solid #A3B3D7;
	background-color:#FFFFFF;
	color:#FFFFFF;
}

div.content div.left p.testimonials {
	margin-top:8px;
	margin-left:10px;
}

div.content div.left div.author {
	margin-top:10px;
	color:#6f9400;
	font-style:italic;
	text-align:right;
}

div.content div.left p.leads {
	margin-top:0;
	margin-left:10px;
}

div.content div.left p.leads a {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}
/*
End Content Section
*/


/*Navigation*/
div.navigation
{
	width: 813px;
	height: 40px;
	display: block;
	float: left;
	background-image:url('ui-images/bg-nav.gif');
	background-repeat: repeat-x;
	background-position: top left;
}

* html div.navigation{margin-bottom: -25px;}

div.navigation a
{
	width: 161px;
	height: 32px;
	margin: 0px 1px 0 0 ;
	display: block;
	float: left;
	line-height: 32px;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	background-image:url('ui-images/bg-nav-link.gif');
	background-repeat: no-repeat;
	background-position: top left;

}
	
div.navigation a:hover{color: #fcc900;}
		
div.navigation a.fix{margin-left: 2px;}

* html div.navigation a.fix{margin-left: 0px;}

/*End Navigation*/


h1
{
	padding: 10px 0px 0px 0px;
	margin: 0px;
	font-size: 16pt;
	font-weight: bold;
	color:#333333;
	margin-bottom: 15px;
}

h2
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 11pt;
	font-weight: bold;
	color:#ee1f25;
}

h3
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 13pt;
	font-weight: bold;
	color:#333333;
}

div.boxes {
	margin-top: 20px;
}
div.box h2 a
{
	display: block;
	height: 26px;
	line-height: 24px;
	margin: 0px;
	
	font-size: 12px;
	font-weight: normal;

	border-bottom: 1px solid #ac1800;
	
	color: black;
	text-decoration: none;
}

	div.box a.bl
	{
		display: block;
		float: left;
		
		color: #006ecc;
		margin-left: 15px;
		padding-left: 15px;
		
		background-image:url('ui-images/arrow-b.gif');
		background-repeat: no-repeat;
		background-position: center left;
	}
	
	div.box p
	{
		padding: 6px 0 6px 0;
	}
	
	* html div.box p a.bl{margin-left: 10px;}
	div.right ul.events {
		margin: 0;
		padding: 0;
	}
	div.right ul.events li
	{
		width: 150px;
		margin-bottom: 3px;
		display: block;
		float: left;
		
		padding-left: 15px;
		margin-left: 0;
		
		background-image:url('ui-images/arrow-w.gif');
		background-repeat: no-repeat;
		background-position: 0 4px;
	}	
	
	div.right a{color: #006ecc;}
	
	div.right div.push{margin-top: 10px;}
	div.right div.push div.links{padding-top: 10px;}
	div.right div.push div.links a{display: block; color:#000000; font-weight: bold; text-decoration: none; margin: 10px 0 10px 0;}
	div.right div.push div.links a span{color:#e52000;}

div.clear-fix
{
	clear: both;
}




/* Footer */
div.footer
{
	width: 813px;
	height: 87px;
	margin-bottom: 15px;
	display: block;
	float: left;
	color: #ffffff;
	font-size: 10px;
	background-image:url('ui-images/bg-footer.gif');
	background-repeat: repeat-x;
	background-position: top left;
}

div.footer div.start
{
	width: 6px;
	height: 87px;
	display: block;
	float: left;
	background-image:url('ui-images/bg-footer-left.gif');
	background-repeat: no-repeat;
	background-position: top left;
}
	
div.footer div.links
{
	width: 801px;
	height: 87px;
	float: left;
	line-height:85px;
}
	
div.footer div.links div.yellow{
	float:left;
	color: #f8ef00;
	font-family:Arial, helvetic;
	font-size:8pt;
	width:290px;
}

div.footer div.links div.footer-menu {
	float:left;
	margin-left:40px;
	width:245px;

}

div.footer div.poweredby {
	width: 85px;
	height: 87px;
	float:left;
	margin-left:100px;
}


div.footer div.ending
{
	width: 6px;
	height: 87px;
	display: block;
	float: left;
	background-image:url('ui-images/bg-footer-right.gif');
	background-repeat: no-repeat;
	background-position: top left;
}

div.footer a:link, div.footer a:visited
{
	color: #ffffff;
	text-decoration: underline;
	text-align: center;
	font-size:11px;
}

div.footer a:hover
{
	text-decoration: none;
}

/* End Footer */


.rounded
{
	width:100%;
	background-color: #EAEEEE;
	font-size-adjust: none;
	font-stretch: normal;
	margin-top:10px;
	margin-bottom:10px;
}

.rounded .padded
{
	padding-left:20px;
}

div.phone {
	position:relative;
	left:-15px;
	width:205px;
	height:115px;
}
/* End of 'default' */

