/* Don't forget to set a foreground and background color 
   on the 'html' or 'body' element! */
html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
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: 12px;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}

body {  
	font: 12px Georgia, "Times New-Roman", serif; 
	line-height: 1.6em;
	background-color: #fff; 
	color: #000;
	text-align:center;
	}
h1 {font: 200% Georgia, "Times New-Roman", serif; color:#fff;margin:2px 0 10px 33px;}
h2 {font: 170% Georgia, "Times New-Roman", serif; color:#000;margin:33px 0 10px 33px;}
h3 {font: 120% Georgia, "Times New-Roman", serif; color:#000;margin:16px 0 10px 33px;}
h4 {font: 120% Georgia, "Times New-Roman", serif; color:#000;margin:16px 0 10px 0;}
p {font: 12px "Times New Roman", serif; line-height:16px;color:#333333;margin:0px 63px 10px 33px;}
.highlight{font: 110% Georgia, "Times New-Roman", serif; color:#f36f20;}
.strong{font-weight:bold;}
.contact{clear:all;float:none;}

.suite{color:#000;background-color:#fffbeb;border:1px solid #dbceb1;padding:6px;}
.deluxe{font: 110% Georgia, "Times New-Roman", serif; color:#739c62;}

ul{margin:0 28px 0 42px;font-size:90%;}
ul li{padding:2px 0 2px 0;line-height: 1.3em;}
ul.main {
	 list-style-type: none;
	 padding: 5px 0 5px 36px;
	 margin: 0 26px 0 0;}
ul.main li {
		padding-left: 0px;
		padding-bottom:3px;
		padding-top:3px;}	
.second{margin:0 0 0 82px;font-size:90%;list-style:circle;}

/**LAYOUT**/		
#container {
	margin: 0 auto;
	width: auto;
	background: url(../images/bg.png) repeat-y #fffbeb; 
	padding: 0px;
	text-align:left; }
	
#header { 
	height:80px;
}
#menu {
  display:none;
}

#left{
float:left;
width:300px;
}
#right{
float:right;
width:350px;
}
#clear{
clear:both;
}

#footer{
border-top:1px dashed #000;
padding:18px 0 0 0;
height:78px;
}

#footer ul{
display:none;
}


#tariffs {
	width:400px;
	text-align:left;
	font-size:100%;
	margin:0 0 0 30px;}
th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	border-left: 1px solid #739c62;
	border-right: 1px solid #739c62;
	border-bottom: 1px solid #739c62;
	border-top: 1px solid #739c62;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #fffbeb;
	width:50%;
}
th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 0;
	background: none;
}
td {
	border-right: 1px solid #739c62;
	border-bottom: 1px solid #739c62;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #666;
	
}
