﻿body
{
	background-color:#0A0A0A;
	background-image:url('../Images/background.jpg');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center top;
	margin:0 0;
	font-family:"Century Gothic";
	font-size:13px;
	color:white;
}
.mainLayout
{
	width:1216px;
}
.veryTop
{
	width:1216px;
	height:13px;
	background-image:url('../Images/Set_Design_r1_c1_s1.png');
	background-repeat:no-repeat;
}
.topButtons
{
	width:1216px;
	height:32px;	
}
.buttonSpacer
{
	width:1216px;
	height:9px;
}
.logo
{
	height:254px;
	width:301px;
}
.flashBit
{
	width:915px;
	height:254px;
	background-image:url('../Images/Set_Design_r4_c10_s1.png');
	background-repeat:no-repeat;
}
.borderless
{
	border:none;
}
.footer
{
	height:59px;
	width:1216px;
}
.copyrightArea
{
	background-image:url('../Images/Set_Design_r7_c11_s1.png');
	background-repeat:no-repeat;
	width:862px;
	height:59px;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	color:white;
}
.contentTop
{
	width:1216px;
	height:30px;
	background-image:url('../Images/contentTop.png');
	background-repeat:no-repeat;
}
.contentMiddle
{
	width:1216px;
	min-height:100px;
	background-image:url('../Images/contentMiddle.png');
	background-repeat:repeat-y;
	text-align:left;
	padding-left:25px;
	padding-right:25px;
	font-size:14px;
}
.contentBottom
{
	width:1216px;
	height:30px;
	background-image:url('../Images/contentBottom.png');
	background-repeat:no-repeat;
}
a:link
{
	text-decoration:none;
	font-weight:bold;
	font-size:13px;
	color:white;
}
a:visited
{
	text-decoration:none;
	font-weight:bold;
	font-size:13px;
	color:white;
}
a:hover
{
	text-decoration:underline;
	font-weight:bold;
	font-size:13px;
	color:white;	
}
.contactForm
{
	width:600px;
	height:305px;
	background-image:url('../Images/contactForm.png');
	background-repeat:no-repeat;
	padding-left:30px;
	padding-top:70px;
	text-align:left;
}
.roundabout-holder 
{
	  list-style: none;
	  padding: 0;
	  margin: 0;
	  /*height: 5em;
	  width: 5em;*/
	  height:350px;
	  width:310px;
   }
.roundabout-holder img
{
	  height:350px !important;
	  width:310px !important;
   }
.roundabout-moveable-item 
{
	  /*height: 4em;
	  width: 4em;*/
	  height:315px;
	  width:284px;
	  cursor: pointer;
	  background-color: #999999;
	  border: 1px solid #000000;
   }
.roundabout-moveable-item img
{
	  height:315px !important;
	  width:284px !important;      
   }
.roundabout-in-focus 
{
	  cursor: auto;
}
.wrapper1
{
	background-image:url('../Images/villaRosa.png');
	text-align:center;
	vertical-align:bottom;
	height:100%;
	width:100%;
}
h6
{
	margin-bottom:0px;
	font-size:14px;
}
.pageHeading
{
	font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; 
	font-size:x-large;
}
.subPageHeading
{
	font-size:18px;
	text-align:center;
	letter-spacing:1px;
}
p
{
    text-align:justify;
    }
.submitButton
{
 font-family: 'Oswald', sans-serif;	
 float: left;
 height: 31px;
 line-height: 30px;
 font-size: 12px;
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 border-radius:3px;
 color: #fff;
 padding: 0 20px 0 20px;
 text-align: center;
 text-shadow: 0px 1px 0px #000000;
 background: url('../Images/button_dark.png') repeat-x center top; 
 text-decoration: none; 
}