body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.2;
	background-attachment: scroll;
	background-color: #DCDFFF;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	color: #000000;
	text-align: justify;
}

.header {
	font-size: 1.1em;
}

#prices {
	width: 400px;
	height: 520px;
	float: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding: 10px;
}


#container {
	background-color: #FFFFFF;
	position: relative;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	border: 2px solid #ACADBF;
}

#content {
	position: relative;
	float:left;
	height: 452px;
	width: 740px;
	margin: 30px;
	text-align: justify;
	border:#ACADBF 1px solid;
} 

#contentTall {
	position: relative;
	float:left;
	height: 527px;
	width: 940px;
	padding: 30px;
	text-align: justify;
} 

.logo {
	padding:20px 0px 10px 0px;
	text-align:center;
}

.fullimage {
	padding:10px;
	border:1px #333333;
}

.title {
	text-decoration:underline;
	font-weight:bold;
}



/* -------------- Navbar ----------------  */

#navbar {
height:29px;
margin-left:3px;
margin-right:4px;
margin-top:10px;
vertical-align:middle;
}

#navbar .logo {
float:left;
font-size:24px;
text-align:center;
}

#navitems {
margin: auto;
width:716px;
font-size:1em;
list-style:none;
width:716px;
position:relative;
z-index:5;
}

#navitems ul {
/* list-style-image:none;
list-style-position:outside;
list-style-type:none; */

list-style:none;
margin:0;
padding:0;
background:#ffffff;
background:rgba(255,255,255,0);
}

#navitems ul li ul
{
	position:absolute;
	left:-9999px;
}

#navitems li {
float:left;
margin:0 2px;
text-align:center;
vertical-align:middle;
position:relative;
}

#navitems a{
	display:block;
	color:#67b5e3;
	background:#e729dc;
	text-decoration:none;
}

#navitems li a {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#6b74e8 none repeat scroll 0 0;
border:1px outset #666666;
color:#000000;
display:block;
float:left;
height:1.5em;
line-height:1.5em;
text-align:center;
text-decoration:none;
width:7.5em;
padding-bottom:1px;
}

#navitems a:hover {
background-color:#0413d0; /* dark blue */
color:#ffffff;
font-weight:bold;
}

#navitems a:active {
border-style:inset;
}

#navitems ul li ul {
	padding-top:22px; /* Introducing a padding between the li and the a give the illusion spaced items */
	float:none;
}

#navitems ul li ul li
{
  padding-top: 1px;
}

#navitems ul a{
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
}
#navitems li:hover ul{ /* Display the dropdown on hover */
	left:-2px; /* Bring back on-screen when needed */
	
}
#navitems li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
	background:#0413d0;  /* dark blue */
	color:#FFFFFF;
	font-weight:bold;
}
#navitems li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration:none;
}
#navitems li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	background:#67b5e3;
}

/* -------------- Thumbnails ----------------  */

#thumbnails {
clear:both;
height:452px;
width:130px;
margin:30px 10px 30px 30px;
text-align:center;
vertical-align:middle;
float:left;
border:#ACADBF 1px solid;
}

#thumbnails img {
padding:2px;
vertical-align:middle;
}

#thumbnails a:hover img {
background-color:#CCCCCC;
}


/* -------------- Other ----------------  */

#footer {
clear:both;
color:#000000;
font-size:0.8em;
margin:0;
padding:5px;
text-align:center;
border-top:2px solid #ACADBF;
}

.bigimage {
display:block;
margin:auto;
position:relative;
}

#HomePageImage {
float:left;
padding-left:0;
padding-right:10px;
}

a:link {
color:#000000;
}

a:visited {
color:#000000;
}

a:hover {
color:#FFBB00;
}

#container #navbar .logo img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

