/*
 _____                            _                _                   _      
 |  __ \                          | |              | |                 | |     
 | |__) |_ __ ___  _ __   ___ _ __| |_ _   _       | |_   _ _ __   __ _| | ___ 
 |  ___/| '__/ _ \| '_ \ / _ \ '__| __| | | |  _   | | | | | '_ \ / _` | |/ _ \
 | |    | | | (_) | |_) |  __/ |  | |_| |_| | | |__| | |_| | | | | (_| | |  __/
 |_|    |_|  \___/| .__/ \___|_|   \__|\__, |  \____/ \__,_|_| |_|\__, |_|\___|
                  | |                   __/ |                      __/ |       
                  |_|                  |___/                      |___/
Colour Swatch
----------------

----------------
Using CSS3 PIE (http://css3pie.com/) for Internet Explorer? behavior: url(/js/PIE.htc);
*/

/* CSS Reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption{border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;margin:0;padding:0}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}article, aside, figure, footer, header, hgroup, menu, nav, section { display: block; }
/* CSS Reset */

html {
	-webkit-font-smoothing: antialiased;

}

.astrix {
color: #C41230;	
}

body {
	font: .8em Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #444;
	padding: 0px;
	margin: 0px;

}

#googlemap {
		padding: 0px;
	margin: 0px;
}



/* =============== */
/* ! Text Styles   */
/* =============== */


h2 {
	padding: 0;
	margin: 0px;
		text-decoration: none;
	font-family: 'Oleo Script Swash Caps', cursive;
	font-weight: lighter;
	font-size: 30px;	
	color:#33acb7;
}

h1{
	font-size: 24px;
	color:#5c082a;
	font-family: 'Open Sans', sans-serif;
	font-weight: lighter;
	line-height: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}



h3{
	font-size: 14px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
font-weight: lighter;
	margin: 10px 0px 10px 0px;
	background-color: #b3d330;
	padding: 5px;
}

p {
		color: #444;
	padding: 0px;
	margin: 10px 0px 10px 0px;
		font-size: 14px;
}



.clearfix {
	clear: both;
	float: none;	
}

.right {
	float: right;
	margin-right: 10px;
}


.left {
		float: left;	
}

a {
color: #fff;
}

a:hover {
	color: #00A4E4;
}


form{
	margin-top: 0px;

}


/* =============== */
/* ! Text Styles   */
/* =============== */



#container {
	width: 100%;

}





label {
	text-align: left;
	margin-right: 0px;
	margin-top: 0px;
	display: block;
	margin-left: 0px;
	padding: 0px;
	margin-bottom: 10px;
	color: #444;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
}

input {
	width: 200px;
	font-size: 14px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #999;
	height: 30px;
	padding: 0.1% 2% 0.1% 2%;
	margin: 0px;
	vertical-align: middle;
	color: #555555;
}
select {
	width: 200px;
	margin: 0px;
	padding: 4px 6px;
	font-size: 12px;
	line-height: 20px;
	color: #555555;
	vertical-align: middle;
	border: 1px solid #999;
}

.callback-sel {
		width: 475px;
	
}

textarea {
	width: 200px;
	font-size: 14px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #999;
	height: 30px;
	padding: 0.1% 2% 0.1% 2%;
	margin: 0px;
	vertical-align: middle;
	color: #555555;
	font-family: Arial, Helvetica, sans-serif;
}

.submit {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: none;
	background-image: url(../images/button-bg.gif);
	background-repeat: repeat-x;
	text-decoration: none;
	font-family: 'Oleo Script Swash Caps', cursive;
	font-weight: lighter;
	font-size: 20px;
	color: #FFF;
	cursor: hand;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0.1% 2% 0.1% 2%;
	height: 30px;
	text-align: center;
	position: relative;
	width: 205px;
}


input:hover{
	background-position: center -30px;

			cursor: hand;

}
