@charset "UTF-8";
/* CSS Document */

* {
padding:0px;
margin:0px;
}

html, body {
  background-image:url(images/bg.jpg);
  font-weight: normal;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
  color: #666666;
  text-decoration: none;
  text-align: center;
  height:100%;
  }
  
p {
  padding-top:5px;
  padding-bottom:10px;
  text-align:left;
}

a img {
  border-width:0;
  }
  
a:link {
  color: #333333;
  text-decoration: none;
}

a:visited {
  color: #333333;
  text-decoration: none;
}	

a:hover {
  color: #f58020;
  text-decoration: none;
}

ul {
	margin: 0;
	padding-left: 0;
    padding-bottom: 15px;
    list-style: none;
	}

li {
	padding-left: 15px;
}

select {
	border: 1px solid #97E989;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #333333;
	background-color: #FFFFFF;

}

.emphasize {
  color: #333333;
  text-decoration: none;
}

.clear { 
    clear:both; 
    } 

/* Main Wrappers
----------------------------------------------- */

#wrapper {
	background-image:url(images/main_bg.png);
    text-align: left;
    width:816px;
    margin:0 auto;
	padding: 0px;
	border:0;
	min-height: 100%;
  }
  
#header {
	margin: 42px 50px 0 50px;
  }

#main {
	float: left;
	background-color:#faf4dc;
	margin: 0px 50px 0 50px;
	width:716px;
    text-align: left;
}

#windsornav {
	float: left;
	width: 116px;
	margin-left:32px;
	margin-right:32px;
    text-align: left;
}

#windsormain {
	float: left;
	width:504px;
	margin-right:32px;
	margin-top:15px;
    text-align: left;
	background-image:url(imgs/bg.jpg);
}

/* Navigation
----------------------------------------------- */

#navigation {
	font-weight: normal;
	color: #E5D118;
	text-decoration: none;
	text-transform: uppercase;
	margin-top:15px;
	line-height: 14px;
	text-align:right;
}	

#navigation a:link {
	color: #E5D118;
	text-decoration: none;
}		

#navigation a:hover {
  color: #f58020;
  text-decoration: none;
}

#navigation a:visited {
	color: #E5D118;
	text-decoration: none;
}	

#navigation .nav {
    margin-right:76px;
}	


/* Footer
----------------------------------------------- */

#footer {
  margin: 0px 50px 0px 50px;
  clear: both;
  text-decoration: none;
}	

#footer .foot a:link {
  color: #CCCCCC;
  text-decoration: none;
}		

#footer .foot a:hover {
  color: #F58020;
  text-decoration: none;
}

#footer .foot a:visited {
  color: #CCCCCC;
	text-decoration: none;
}	

#footer .foot {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
  color: #CCCCCC;
  margin-right:20px;
}	

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

.header {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: #E5D118;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 14px;
}	

.header a:link {
	color: #E5D118;
	text-decoration: none;
}		

.header a:hover {
  color: #f58020;
  text-decoration: none;
}

.header a:visited {
	color: #E5D118;
	text-decoration: none;
}	

/* Pricing
----------------------------------------------- */
.pricing {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
  color: #666666;
  text-decoration: none;
}

table.pricing {
	border-spacing: 0px;
	border-collapse: collapse;
	background-color: #fcf9ec;
	border: 1px solid #666;
}

table.pricing th {
	border: 1px solid #666;
}

table.pricing td {
	border: 1px solid #666;
}


<!--[if lte IE 6]> 
    <style type="text/css"> 
      #pageWrapper { 
        height:100%; 
      } 
    </style> 
<![endif]-->
