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

body {
	margin: 			0;
	margin-top:			20px;
	margin-bottom: 		50px;
}

#container {
	width: 				1050px;
	margin: 			auto;	
}

#sidebar {
	clear: 				both;
	float: 				left;
	width: 				300px;
	height:				265px;
	padding-right: 		50px;
	background: 	    url(../images/BraesideLogo.jpg) no-repeat;
}

#sidebar_content {
	width: 300px;
	padding-right: 50px;
	padding-top: 30px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.4em;	
	color: #777;	
}

#menu {
	width: 		480px;
	float: 		right;	
}

#menu ul {
	list-style-type: none;
	text-align: right;	
}

#menu li {
	margin: 0;
	padding: 6px;	
	display: inline;
}

#menu li a {
	text-decoration: 	none;
	font-family: 		'Quicksand', sans-serif;
	font-weight: 		700;
	font-size: 			20px;
	text-transform: 	uppercase;
	color: #7eb521;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 5px;
}

#menu li a:hover {
	color: #000;
	border-bottom: 1px dotted #e224a4;	
}

#content {
	width: 				680px;
	float: 				right;
	margin-top:			20px;
	font-family: 		Verdana, Geneva, sans-serif;
	font-size: 			14px;
	line-height: 		1.4em;	
	color: 				#777;	
}

#content #form {
	margin-left: 		20px;
	width: 				460px;
	padding: 			15px;
	border: 			2px inset #0066CA;
	background-color: 	#CCFFCC;
	font-family: 		Verdana, Arial, Helvetica, Sans-serif;
	font-size: 			14px;
	color: 				#777777;
}
#footer {
	width: 				680px;
	float: 				right;	
}

h1 {
	font-family: 'Quicksand', sans-serif;
	font-size: 30px;
	font-weight: normal;
	color: #000;
}

h2 {
	font-family: 'Quicksand', sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #7eb521;
}

h3 {
	font-family: 'Quicksand', sans-serif;
	font-size: 24px;
	font-weight: 300;
	color: #000;
	display: block;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 10px;
}

h4 {
	font-family: 	'Quicksand', sans-serif;
	font-size: 		20px;
	font-weight: 	700;
	color: 			#000;
	display: 		block;
	border-bottom: 	1px dotted #ccc;
	padding-bottom: 5px;
}

a {
	color: #e224a4;
	text-decoration: none;	
}

a:hover {
	color: #000;	
}

#footer_menu ul {
	list-style-type: none;
	text-align: right;	
}

#footer_menu li {
	margin: 0;
	padding: 6px;	
	display: inline;
}

#footer_menu li a {
	text-decoration: none;
	font-family: 'Quicksand', sans-serif;
	font-size: 16px !important;
	font-weight: 400;
	text-transform: lowercase;
	color: #7eb521;
}

#footer_menu li a:hover {
	color: #000;	
}

#footer {
	border-top: 		1px dotted #e224a4;
	padding-top: 		10px;
	margin-top: 		10px;
	font-family: 		Verdana, Arial, Helvetica, Sans-serif;
	font-size: 			12px;
	text-align: 		right;
	color: 				#aaa;
}

input#sendcomments {
	margin-left: 		20px;
	height:				30px;
	color: 				#FFFFFF;
	background-color: 	#CC0099;
	font-family: 		Verdana, Arial, Helvetica, Sans-serif;
}

input#frm_name, input#frm_phone, input#frm_email, textarea#frm_comments {
	background-color: 	#FFFFFF;
	border:				1px solid #FFCCCC;
	font-family: 		Verdana, Arial, Helvetica, Sans-serif;
	font-size: 			0.9em;	
	font-weight: 		normal;
	color: 				#000000;
	height:				25px;
	padding: 			5x 5px 5px 5px;
}
textarea#frm_comments {
	height:				100px;
}

#myslides
{
	float:				left;
	margin-top:			300px;
	height:				400px;
	width:				300px;
}
#myslides1
{
	margin-top:			30px;
	margin-left:		100px;
	height:				400px;
	width:				300px;
}