/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	background: #fff url(../images/bg.jpg) repeat-x;
	font: 12px/170% 'Trebuchet MS', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	color: #6B6B6B; 
	text-align: center;	
}

/* links */
a, a:visited {	
	color: #cd8f35;
	background: inherit;
	text-decoration: none;
}
a:hover {
	color: #73471B;
	background: inherit;
	text-decoration: underline;
}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	font-weight: Bold; 	
	padding: 10px;		
	color: #444;	
}
h1 {
	font-size: 2.9em;		
}
h2 {
	font-size: 1.5em;
	color: #b20818;
	padding-bottom: 0;
	margin-bottom: 0;
}
h3 {
	font-size: 1.2em;
	font-weight: bold;	
	padding: 16px 10px 4px 10px;	
}
img.border {border: 1px solid #ccc;}

/* Paragraph */
p { padding: 3px 10px 12px 10px;	}
p strong {color: #333;}

/* Lists */
ul, ol {
	margin: 10px 20px;
	padding: 0 20px;	
}
ul { list-style: none; }

dl { padding: 10px; margin: 0; }

dt {
  font-weight: bold;
  color: #79A62E;
}
dd {
  padding-left: 25px; 
}

/* images */
img {
	padding: 8px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

code {
  	margin: 5px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'Courier New', monospace;
  	/* white-space: pre; */
  	border: 1px solid #EEE8E1; 
	background: #FAF7F5;
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #895F30;
}
blockquote {
	margin: 15px 10px;
 	padding: 15px 27px 15px 60px;  	
	font-weight: normal;
	font-size: 15px;
	line-height: 1.7em;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, serif;		
	color: #911b1b;	
	border: 1px solid #ada091; 
	background: #fdf7ee url(../images/quote.gif) no-repeat 0px 0px;
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 15px 10px;		
}
th {
	height: 38px;
	padding-left: 12px;
	padding-right: 12px;
	color: #fff;
	text-align: left;
	background: #ADD163;	
	border-width: 1px;
  	border-style: solid;
  	border-color: #C4DE8F #93C138 #93C138 #C4DE8F;	
}
tr {
	height: 34px;
	background: #fff;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border: 1px solid #E7F0CC;	
}	
/* end - table */

/* form elements */
form {
	margin: 20px 10px; 
	padding: 15px 25px 25px 20px; 
	border: 1px solid #EEE8E1; 
	background: #fdf7ee url(../images/form-bg.gif) no-repeat 0px 0px;
}

form table td {border: none;padding: 10px 5px;}
form table tr{ background: none;}
form p {
	border-bottom: 1px solid #ECE5DD;
	padding: 12px 0 5px 0;	margin: 0;	
	color: #9D6D37;
}
label {
	font-weight: normal;
	color: #845b00;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	
}
input, select, textarea {
	margin: 3px 0;
	padding: 3px;
	color: #6A6969;
	border-width: 1px;
	border-style: solid;
  	border-color: #d4d4d4;
	background: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

input {width: 220px;}
textarea {width: 320px;}
option { padding-right: 0.8em; } 

#name, #email, #message, #website{
	width: 455px;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 25px;
	width: 100px;
	margin: 0;
	padding: 2px 3px; 
	color: #fff;
	background: #B20818;
	
	border-width: 1px;
  	border-style: solid;
  	border-color: #C4DE8F #8DB836 #8DB836 #C4DE8F;
}


/*-------------------------------------------
   LAYOUT
--------------------------------------------*/ 
#wrap {
	position: relative;
	width: 952px;
	margin: 0px auto 30px auto;
	text-align: left;	
}
#content {
	clear: both;	
	float: left;	
	width: 952px;						
	padding: 25px 0 60px 0; 	
}
#header {
	position: relative;
	width: 952px;
	height: 108px;
	/*background: #8AB84B url(header.jpg) no-repeat;*/	
	color: #fff;	
	padding: 0;	
	margin: 0;	
}
#header h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 0px; left: 0px;	
}
#header p#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 15px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	color: #322815;
	letter-spacing: -0.5px;
	
	/* change the values of top and left to adjust the position of the slogan */
	top: 148px; left: 150px;		
}

/* flash */
 #flash {
 	position: absolute;
	margin: 0;
	top: 0;	right: 0px
 }
 #flash p { 	
	margin: 0; padding: 0;	
 }
 #flash a {
 }

/* Navigation */
#nav {
	clear: both;	
	padding: 0;	margin: 0;
	width: 952px;
	height: 28px;
}

#nav {width:100%; height:32px; font-size:0.85em; position:relative; z-index:100;/*border-right:1px solid #000;*/}
/* hack to correct IE5.5 faulty box model */
* html #nav {width: 100%;}
/* remove all the bullets, borders and padding from the default list styling */
#nav ul {padding:0;margin:0;list-style-type:none;}
#nav ul ul {width:149px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#nav li {float:left; /*width:149px;*/position:relative;}
/* style the links for the top level */
#nav a, #nav a:visited {display:block;font-size:110%; font-weight: bold;text-decoration:none; color:#fff; /*width:138px;*/ height:30px; border:1px solid #a87300; border-width:0px 0 1px 0px;  padding: 0 15px; line-height:36px;}
/*#nav ul a:hover {background: transparent url(../images/nav-active-bg.png) repeat-x top; color: #000;}*/

/* a hack so that IE5.5 faulty box model is corrected */
* html #nav a, * html #nav a:visited {/*width:149px; w\idth:138px;*/}

/* style the second level background */
#nav ul ul a.drop, #nav ul ul a.drop:visited {background:#fff url(../images/drop.gif) bottom right no-repeat;}
/* style the second level hover */
#nav ul ul a.drop:hover{background:#f8f2e5 url(../images/drop.gif) bottom right no-repeat;color: #810b18}
#nav ul ul :hover > a.drop {background:#f8f2e5 url(../images/drop.gif) bottom right no-repeat;color: #810b18}
/* style the third level background */
#nav ul ul ul a, #nav ul ul ul a:visited {background:#fff;}
/* style the third level hover */
#nav ul ul ul a:hover {background:#f8f2e5; color: #810b18}


/* hide the sub levels and give them a positon absolute so that they take up no room */
#nav ul ul {visibility:hidden;position:absolute;height:0;top:31px;left:0; width:149px;border-top:1px solid #810b18;}
/* another hack for IE5.5 */
* html #nav ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
#nav ul ul ul{left:149px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
#nav ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
#nav table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
#nav ul ul a, #nav ul ul a:visited {background:#fff; color:#810b18; height:auto; line-height:1em; padding:5px 10px; width:128px;border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html #nav ul ul a, * html #nav ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
#nav a:hover, #nav ul ul a:hover{color:#5b030d; background:#f8f2e5;}
#nav ul ul :hover > a {color:#5b030d; background:#f8f2e5;}
#nav :hover > a {background: transparent url(../images/nav-active-bg.png) repeat-x top; color: #000;}

/* make the second level visible when hover on first level list OR link */
#nav ul li:hover ul,
#nav ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
#nav ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
#nav ul :hover ul :hover ul{ visibility:visible;}

/* Main Column */
#main {
	width: 100%;
	padding: 0; margin: 0 0 0 0px;
	display: inline;	
}
#main h1 {
	font: bold 2.2em Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color:#b20818; 
	padding: 10px 0 5px 0px; 	
	margin-left: 5px;		
	letter-spacing: -2px;	
}
#main h1 a {
	color: #b20818;
	text-decoration: none;		
}
#main ul li {
	list-style-image: url(../images/bullet.gif);
}


#main table.comparison {font-size: 11px; line-height: normal; border-color: grey; border-width: 0 1px; border-style: solid;}
#main table.comparison td {padding: 3px; margin:0; vertical-align: top; border-width: 1px 0;}

#main table.comparison2 {font-size: 11px; line-height: normal; border-color: grey; border-width: 2 3px; }
#main table.comparison2 td {padding: 3px; margin:0; vertical-align: top; border-color: grey; border-width: 2px 2;}


/* footer */
#footer {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 25px 0 12px 0;
	background: #862024 url(../images/footer.jpg) repeat;			
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	font-size: 0.95em;
	color: #fff;	
	text-align: center;	
	letter-spacing: .2px;
}
#footer p {
	padding:10px 0;
}

#footer a { 
	color: #fff; 
	border-bottom: none;
	text-decoration: none;
}
#footer a:hover { 
	color: #fddcad; 
	border-bottom:  1px dotted #fddcad;
	text-decoration: none;
}


	
/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.no-border { border: none; }
.clearer { clear: both; }
.clear {	display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}

strong {color: #000;}
