
body {
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, Verdana, sans-serif;
	font-size: 13px;
	background: #A7A37E url(../images/background.gif) repeat-x top left;
	text-align: center;
	padding: 0;
	margin: 0;
	margin-top: 53px;
}

a:link, a:visited
{
    color:       #3480AD;
    text-decoration: none;
    background:  transparent
}

a:hover
{
    text-decoration: underline;
    background:  transparent
}

a:active
{
    color:       #1B3871;
    text-decoration: none;
    background:  transparent
}

#container {
	text-align: left;
	margin: auto;
	width: 732px;
}

#banner {
	
}

.img-shadow {
  float:left;
  background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
  /* background: url(../images/shadow.gif) no-repeat bottom right; */
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
}

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
}

#page-container {
	/* border-left: 3px solid white;
	border-right: 3px solid white; 
	background: #EFECCA;
	*/
	background: #EFECCA url(../images/page-background.gif) repeat-y top left;
	padding-left: 13px;
	padding-right: 13px;
	width: 732px;
}

#page-header {
	background: #003333;
	border-bottom: 1px solid white;
	width: 732px;
}

	#page-header img {
		margin: 4px 0 0 20px;
	}

#inside {
	background: #EFECCA;
	padding-top: 20px;
	padding-bottom: 20px;
}

	#inside p {
		padding: 3px 10px 15px 10px;
		line-height: 1.5em;
		font-size: 14px;
		margin: 0;
	}
	
	#inside h2 {
		clear: both;
		padding-left: 20px;
		color: 003333;
		font-size: 17px;
		border-bottom: 1px solid #A7A37E;
	}
	
#subheader {
	background: #003333;
	width: 732px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	clear: both;
}

	#subheader img {
		margin: 4px 0 0 20px;
	}

#nav {
	background: #003333 url(../images/navbg.gif) repeat-x top left;
	width: 732px;
	float: left;
	/* border-top: 3px solid white; */
}

#nav ul {
	padding: 0;
	margin: 0;
}

#nav ul li {
	display: inline;
	float: left;
}

#subsection {
	background: #046380; /* url(../images/subsection-bg.jpg) repeat-x top left; */
	color: white;
	width: 732px;
	font-size: 14px;
}

#subsection h1 {
	font-size: 15px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	font-variant: small-caps;
}

#subsection ul li {
	/* list-style-image: url(../images/arrow.png); */
	padding-bottom: 2px;
}

#subsection a:link, #subsection a:visited {
	color: #efefef;
} 

#block1, #block2, #block3 {
	display: block;
	float: left;
	padding: 10px;
	position: relative;
	font-size: 13px;
}

#block1 ul, #block2 ul, #block3 ul {
	width: 180px;
	position: relative;
}

#block2 {
	border-left: 1px solid #efefef;
	border-right: 1px solid #efefef;
	background: #317F97;
}

#footer {
	/*& border-top: 1px solid white; */
}

ul.thumbnails {
  	margin:25px;
  	padding:0;
  	list-style:none;
  	line-height:1.4em;
}
  
.thumbnails li {
  	display:block;
	float:left;
  	margin:0 10px 10px 0;
  	padding:0;
	width: auto;
	height: 100px;
}

#price-table {
	border: 1px solid #A7A37E;
	margin: 20px;
	float: left;
	font-size: 13px;
}

#price-table th {
	background: #046380;
	border-bottom: 1px solid white;
	color: white;
	padding: 8px;
	font-variant: small-caps;
}

#price-table tr td {
	padding: 5px;
	border-bottom: 1px solid #A7A37E;
	background: white;
}

#price-table tr.alt td {
	background: #F8F7E4;
}

#price-table tr.now td {
	background: #258104;
	color: white;
	font-weight: bold;
}

#price-table tr td.price {
	text-align: right;
}

#price-table tr td.month {
	font-weight: bold;
}

#price-table tr.price-footer td {
	font-size: 12px;
}

#price-table tr.price-footer td ul {
	list-style-type: circle;
	padding-top: 5px;
}

.contact-form .form-label {
	color: #efefef;
	white-space: nowrap;
	font-size: 13px;
	text-align: right;
	padding-right: 9px;
}

.contact-form .form-input {
	padding: 3px;
	background: #317F97;
}

fieldset {
	border: 0;
}

form, fieldset {
	padding: 0;
	margin: 0;
}
