/* CSS Credits: wayne deboer - http://www.waynedeboer.co.uk */

/*   BODY STYLING  */

body { 
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #242527;
	background: url('../images/bkg/bkg.jpg') repeat-x;
	margin: 0px;
	padding: 0px;
}





/* Container Styling */

.container {
	width: 900px;
	height: auto;
	margin: 0px auto;
	padding: 0px;
}





/* Top Styling */

.topbar {
	width: 870px;
	height: 48px;
	margin: 0px;
	padding: 15px;
}

.logo {
	float: left;
	width: 201px;
	height: auto;
	margin: 11px 0px 0px 0px;
	padding: 0px;
}

.menu {
	float: left;
	width: 669px;
	height: auto;
	font-size: 12px;
	font-weight: bold;
	color: #70787f;
	text-align: right;
	margin: 0px;
	padding: 0px;
}





/*   Top Menu STYLING   */

.menu ul {
	margin: 30px 0px 0px 0px;
	padding: 0px;
}

.menu ul li {
	display: inline;
}

.menu ul li a {
	color: #70787f;
	text-decoration: none;
	margin-right: 24px; 
	padding: 6px 8px 4px 8px; 
}

.menu ul li a:visited {
	color: #70787f;
	text-decoration: none; 
}

.menu ul li a:hover {
	color: #6bb242;
	text-decoration: none;
	cursor: hand;
}

.menu li.active a {
	color: #6bb242;
	text-decoration: none;
}

.menu li.active a:visited {
	color: #6bb242;
	text-decoration: none;
}

.menu li.active a:hover {
	color: #6bb242;
	text-decoration: none;
}

.intro {
	float: left;
	width: 900px;
	height: 260px;
	margin: 0px;
	padding: 0px;
}





/* Main Content Styling */

.content {
	float: left;
	width: 260px;
	height: auto;
	margin: 0px;
	padding: 0px 40px 0px 0px;
}

.contentWhole {
	float: left;
	width: 900px;
	height: auto;
	margin: 0px;
	padding: 0px;
}





/*   Standard UL STYLING   */

ul.standard_list {  
	float: left;
	width: 260px; 
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px; 
}

ul.standard_list li { 
	position: relative; 
	font-size: 12px;
	font-weight: lighter;
	color: #242527;
	border-bottom: 1px dotted #c7c7c7; 
	margin: 15px 0px 0px 0px;
	padding: 0px; 
}

ul.standard_list li img { 
	position: absolute; 
	width: 28px; 
	height: 26px;
	top: -12px;
	right: 0px;
} 





/* Typography Styling */

h1 {
	font-size: 30px;
	font-weight: lighter;
	color: #ffffff;
	margin: 0px;
	padding: 20px;
}

h2 {
	font-size: 18px;
	font-weight: lighter;
	color: #2e2d18;
	margin: 0px;
	padding: 5px 0px 0px 25px;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	color: #a4df35;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

p {
	font-size: 12px;
	font-weight: lighter;
	color: #242527;
	margin: 10px 0px 10px 0px;
	padding: 0px;
}

.title {
	font-size: 24px;
	font-weight: lighter;
}

.title2 {
	font-size: 18px;
	font-weight: lighter;
	color: #6bb242;
}

.introtopp {
	font-size: 18px;
	font-weight: lighter;
	color: #ffffff;
	margin: 45px 0px 0px 0px;
	padding: 0px;
}

.introp {
	font-size: 18px;
	font-weight: lighter;
	color: #ffffff;
	margin: 20px 0px 0px 0px;
	padding: 0px;
}

.price {
	font-size: 18px;
	font-weight: lighter;
	color: #6bb242;
}





/* Link Styling */

a img { 
	text-decoration: none;
	border: 0px;
}

a:link { 
	color: #6bb242;
	text-decoration: none;
} 

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

a:hover { 
	color: #242527;
	text-decoration: underline;
}





/* Clear Div Styling */

div.clear {
	clear:  both; 
	height: 0px;	
	line-height: 0px;
	font-size: 0px;
}




/* Contact Form Styling */

.notification_error
{
	width: 380px;
	_width: 320px;
	height: auto;
	text-align: left;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #ffffff;
	margin: 0px;
	padding: 4px;
}

.notification_ok
{
	width: 380px;
	_width: 320px;
	height: auto;
	text-align: left;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #ffffff;
	margin: 0px;
	padding: 4px;
}

.contact_right {
	float: left;
	width: 380px;	
	_width: 320px;
	height: auto;
	margin: 0px;
	padding: 4px;
}

.info_fieldset 
{
	float: left;
	width: 400px;
	border: none;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #242527;
	margin: 0px;
	padding: 6px 5px 2px 5px;
}

.button
{ 
	width: 92px;
	height: 24px;
	border: none;
	background: url('../images/btn/send_message.jpg');
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #70787f; 
	margin-left: 155px;
}

/* Label */
label  {
	float: left; 
	width: 140px;
	text-align: left;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #ffffff; 
	margin: 5px; 
	padding: 0px;
}

/* Input, Textarea */
input, textarea
{
	float: left;
	margin: 5px;
	color: #333333; 
	padding: 0px; 
}


br { 
	clear: left; 
}


