/* -------------------------------------------------------------- 
   Reset
-------------------------------------------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }
body { line-height: 18px; background: #fff; margin: 18px 0; }
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td { text-align: left; font-weight:400; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
a img { border: none; }
input,textarea { margin: 0; }

/* Removes Firefox imposed outline */
a { outline: none; }

/* Clearing floats without extra markup  */
.wrapper { display: inline-block; background-color: #fff; }
.wrapper:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
* html .wrapper { height: 1%; }
.wrapper { display: block; }




/* -------------------------------------------------------------- 
   Typography
-------------------------------------------------------------- */

/* This is where you set your desired font size. The line-heights 
   and vertical margins are automatically calculated from this. 
   The percentage is of 16px (0.75 * 16px = 12px). */
/*body { font-size: 75%; background-color:#DFD3B6; }*/
body { font-size: 14px; background-color:#DFD3B6; }


/* Default fonts and colors. */
body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,input,textarea { font-family:Arial, Helvetica, sans-serif; line-height: 23px; color: #444; }


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: bold; }

h1 { font-size: 36px; line-height: 36px; margin-bottom: 20px; color:#0092B2;  }
h2 { font-size: 24px; margin-bottom: 20px; color:#0092B2; }
h3 { font-size: 18px; line-height: 18px; margin-bottom: 12px; color:#A8C545; }
h4 { font-size: 14px; line-height: 14px; margin-bottom: 15px; }
h5 { font-size: 12px; margin-bottom: 18px; }
h6 { font-size: 12px; }


/* Text elements
-------------------------------------------------------------- */

p { margin: 0 0 18px;}

ul, ol { margin: 0 18px 18px 30px; }
ul { list-style: none;}
ol { list-style-type: decimal; }

dl { margin: 0 0 18px 0; }
dl dt { font-weight: bold; }
dl dd { margin-left: 18px; }

abbr, acronym { border-bottom: 1px dotted #000; }
address { margin-top: 18px; font-style: italic; }
del { color: #000; }

a { color: #0092B2; text-decoration: none; }
.a_arrow {
	background: url('../images/arrow_large_right.png') no-repeat center right; padding-right:25px;
}
.a_offer {
	background: url('../images/offer.png') no-repeat center left; padding: 20px 0 20px 45px; line-height: 35px;	
}
.a_check {
	background: url('../images/ok.png') no-repeat center left; padding: 20px 0 20px 45px; line-height: 35px;	
}
a:hover { text-decoration: underline; }

blockquote { margin: 18px; }
strong { font-weight: bold; }
em, dfn { font-style: italic; }
dfn { font-weight: bold; }
pre, code { margin: 18px 0; white-space: pre; }
pre, code, tt { font: 12px monospace; line-height: 18px; } 
tt { display: block; margin: 18px 0; line-height: 18px; }


/* Tables
-------------------------------------------------------------- */

table { margin-bottom: 17px; border: 1px solid #ddd;}
th { border-bottom: 2px solid #ddd; font-weight: bold; background-color: #A8C545; }
#coupontable th { border: none; font-weight: bold; background-color: #A8C545; }
td { border: 1px solid #ddd;}
#coupontable td { border: none; }
th,td { padding: 4px 4px 4px 4px; }
tfoot { font-style: italic; }
caption { background: #ffc; }
.dark { background-color: #f6fce4;}
tr:hover {
	background-color: #A8C545;
}
tbody tr:hover.nohover {
background-color:#fff;
}
tbody tr:hover.nohoverd {
background-color:#f6fce4;
}
#column1-long tr:hover {
	background-color:#fff;	
}
/* Some default classes
-------------------------------------------------------------- */

.small { font-size: 10px; margin-bottom: 22px; line-height: 22px; }
.large { font-size: 16px; line-height: 30px; margin-bottom: 15px; }
.quiet { color: #999; }

.hide { display: none; }
.highlight { background: #A8C545; }

.top { margin-top: 0; padding-top: 0; }
.bottom { margin-bottom: 0; padding-bottom: 0; }

.red {
	color: Red;
}
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}


/* -------------------------------------------------------------- 
   Forms
-------------------------------------------------------------- */

label {  font-weight: bold; color: #444; }

/* Fieldsets */
fieldset { padding: 17px; margin: 0 0 18px 0; border: 1px solid #ddd; }
legend { padding: 0 5px; font-weight: bold; font-size: 14.4; }

/* Textareas */
textarea { margin: 6px 0.6px 0 0; }
textarea { background-color: #f3f3f3; border: 1px solid #eae9e9; padding: 5px 5px 5px 5px; }


/* hForm
-------------------------------------------------------------- */
form.hform p { margin: 0 0 6px; }
form.hform p label { float: left; width: 100px; }

form.hform p input { width: 300px; background-color: #f3f3f3; border: 1px solid #eae9e9; padding: 5px 5px 5px 5px; }
form.hform p select { width: 200px; }

form.hform p input.button { width: 200px; color:#fff; background-color: #0092b2; border: 1px solid #eae9e9; margin-left:293px; margin-top:20px; font-weight: bold;}
form.hform p input.checkbox { width: auto; }
form.hform p input.radio { width: auto; }
form.hform p.checkbox { margin-left: 100px; }
form.hform p.checkbox label { float: none; }
form.hform p.checkbox input { width: auto; }
.submit {  }


/* vForm
-------------------------------------------------------------- */
form.vform p { margin: 0 0 6px; }
form.vform p label { display: block; }

form.vform p.checkbox label { display: inline; }

/* Page
-------------------------------------------------------------- */

#page { margin: 0 auto; width: 950px;}


/* Header
-------------------------------------------------------------- */

#header { margin-top: 18x; letter-spacing: -4px; line-height: 22px; }
/*#header h1 a { color: #0092B2; text-decoration: none;}
#header h1 a span { color: #776045; }*/
#header h1 a { color: #0092B2; text-decoration: none;}
#header h1 a span { color: #776045; }

/*Navigation */
/*#nav .tabs { background: #776045 url('../images/nav-left.png') no-repeat scroll top left; height: 40px; float:left;}
#nav .tabs-right {background: #776045 url('../images/nav-right.png') no-repeat top right; height: 40px;}*/

#nav .tabs { background: #776045 url('../images/nav-left.png') no-repeat scroll top left; height: 40px; float:left;}
#nav .tabs-right {background: #776045 url('../images/nav-right.png') no-repeat top right; height: 40px;}
#nav .tabs li { margin-right: 1px; height: 40px;}
#nav .tabs a { margin: 5px 15px 0 15px; color: #fff; text-transform: uppercase; text-decoration: none; font-weight: bold; font-size:12px;}
#nav .tabs li:hover { background: #0092B2; color:#fff;}

/* Slider url('../images/title-bg.png') repeat-x scroll bottom left*/
#slider {
	background: #fff url('../images/header-bg.png') no-repeat top left;
	padding: 20px 30px 0;
	height:270px;
	
}

#slides {
    height:  217px;  
    width:   589px;  
    padding: 0;  
    margin:  0;
	 float:left;
}

#slides p {
	color: #776045;
	font-size: 18px;
	margin-bottom: 73px;
	margin-left:50px;
	margin-right:20px;
}

#slides .p2 {
	color: #776045;
	font-size: 18px;
	margin-bottom: 49px;
	margin-left:50px;
	margin-right:20px;
}

#slides a {
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	padding: 0;
	margin-left: 200px;
}
#slides h2 {
	color: #776045;
	padding: 0 0 16px 0;
	margin: 0;
	font-size: 26px;
}

.slides2 img {
    width:  266px; 
    height: 200px; 
	 float:right;
	 padding-top:17px;
} 



#snav a { border: 1px solid #000; background: #776045; color: #fff; text-decoration: none; margin: 0 5px; padding: 0 5px; float:left; font-size:12px;}
#snav a.activeSlide { background: #0092B2; }
#snav a:focus { outline: none; }

/*slide button 
.button {
   background: #776045;
	width: 250px;
	height: 25px;
	margin-left: 230px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-align: center;
	padding-top: 2px;
}
*/

.but-tl {
   background: url('../images/but-tl.png') no-repeat top left;
}
.but-tr {
   background: url('../images/but-tr.png') no-repeat top right;
}
.but-bl {
   background: url('../images/but-bl.png') no-repeat bottom left;
}
.but-br {
   background: url('../images/but-br.png') no-repeat bottom right;
}

/* Body
-------------------------------------------------------------- */

#body {padding: 0 20px 20px 20px;}

.icon {
	float:left;
	padding: 0px 15px 0 0;
}


#column1 { float: left; width: 430px; margin-right: 15px;}
#column1-long { float: left; width: 700px; margin-right: 15px;}
#column1-full { float: left; width: 910px; margin-right: 15px;}
.col1back {
	background: #fff url(../images/boxtop.jpg) repeat-x center top;
	border: 1px solid #eee;
	padding: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#column2 { float: left; width: 440px; padding-left:15px;}
#column2-short { float: right; width: 178px; padding: 10px 0 0 15px; background: #fff url(../images/boxtopg.jpg) repeat-x center top; margin: 10px 0 10px 0; 	border: 1px solid #eee;}
#column2-short ul li {
	padding-left:10px;
}
#column2-short a img {
	padding-bottom: 15px;
}
#column1-full .left {
	float:left;
	width: 250px;
}
/* Footer
-------------------------------------------------------------- */
#footer { border-top: 1px solid #eee; background: #fff; text-align: center; color: #ccc; width:950px; font-size:10px;}

#footer a { padding: 0 10px 0 0; text-decoration: none; color: #ccc; line-height:24px;}
#footer p {color: #ccc; margin: 0; padding: 0; line-height: 12px;}
#footer .bleft { background: #776045 url('../images/nav-bleft.png') no-repeat scroll top left; height: 40px; float:left; width:945px;}
#footer .bright { background: #776045 url('../images/nav-bright.png') no-repeat scroll top right; height: 40px;}


/* -------------------------------------------------------------- 
   
   Tabs
   * A basic ruleset for beginning tabs
   
-------------------------------------------------------------- */

ul.tabs { margin: 0; padding: 0; }
ul.tabs li { float: left; list-style: none; margin: 0; padding: 0; }
ul.tabs li a { float: left; display: block;}

/* Clearing floats without extra markup  */
ul.tabs { display: inline-block; }
ul.tabs:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
* html ul.tabs { height: 1%; }
ul.tabs { display: block; }

div.multiple {
			float: left;
			height:20px;
			width:200px;
			font-size: 18px;
		}

.test {
	height:20px;
}		