* {
border:0px;
	margin:0px;
	padding:0px;
padding-left:0px;
padding-right:0px;
padding-top:0px;
padding-bottom:0px;
font-family:arial;
}
@font-face {
 font-family: Avenir;
 src: url("../imgs/avenir.ttf");
}

a {
	outline:none;

}
A:link {
	text-decoration:none;

}
A:active {
	text-decoration:none;
}
A:visited {
	text-decoration:none;

}

.wrapper {
	width:100%;
margin:0px;
	padding:0px;
	text-align:center;
	position:relative;
}
.container {
	text-align:left;
	width:950px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
overflow:hidden;
}

.clearer {
	font-size:0px;
	height:0px;
	width:100%;
	display:block;
	clear:both;
}
.header{
margin-top:20px;
}

.homebut{
float:left;
width:66px;
height:36px;
background:transparent url(../imgs/home.png) no-repeat;
margin-top:16px;
margin-left:173px;
cursor:pointer;
}
.homebut:hover{
background:transparent url(../imgs/home0.png) no-repeat;
}

.whatbut{
float:left;
width:121px;
height:36px;
background:transparent url(../imgs/whatwedo.png) no-repeat;
margin-top:16px;
cursor:pointer;
}
.whatbut:hover{
background:transparent url(../imgs/whatwedo0.png) no-repeat;
}

.rangebut{
float:left;
width:109px;
height:36px;
background:transparent url(../imgs/range.png) no-repeat;
margin-top:16px;
cursor:pointer;
}
.rangebut:hover{
background:transparent url(../imgs/range0.png) no-repeat;
}

.contactbut{
float:left;
width:109px;
height:36px;
background:transparent url(../imgs/contact.png) no-repeat;
margin-top:16px;
cursor:pointer;
}
.contactbut:hover{
background:transparent url(../imgs/contact0.png) no-repeat;
}

.butsep{
float:left;
width:63px;
height:36px;
}

.mainbanner{
width:945px;
height:192px;
background:transparent url(../imgs/main.jpg) no-repeat;
margin-top:20px;
}

.homecontent{
float:left;
margin-top:10px;
font-family:avenir,arial;
font-size:14px;
width:400px;
line-height:1.5em;
text-align:justify;}

.homecollection{
float:left;
margin-left:25px;
margin-top:25px;
width:513px;
height:231px;
background:transparent url(../imgs/collection.jpg) no-repeat;
}

.footer{
width:924px;
height:14px;
background:transparent url(../imgs/footer.png) no-repeat;
margin-top:40px;
padding-bottom:10px;
}


.awesome, .awesome:visited {
	background: #222 url(/images/alert-overlay.png) repeat-x; 
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}
	.awesome:hover							{ background-color: #111; color: #fff; }
	.awesome:active							{ color:black; }
	.small.awesome, .small.awesome:visited 			{ font-size: 11px; padding: ; }
	.awesome, .awesome:visited,
	.medium.awesome, .medium.awesome:visited 		{ font-size: 13px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
	.large.awesome, .large.awesome:visited 			{ font-size: 14px; padding: 8px 14px 9px; }
	
	.green.awesome, .green.awesome:visited		{ background-color: #91bd09; }
	.green.awesome:hover						{ background-color: #749a02; }
	.blue.awesome, .blue.awesome:visited		{ background-color: #2daebf; }
	.blue.awesome:hover							{ background-color: #007d9a; }
	.red.awesome, .red.awesome:visited			{ background-color: #e33100; }
	.red.awesome:hover							{ background-color: #872300; }
	.magenta.awesome, .magenta.awesome:visited		{ background-color: #a9014b; }
	.magenta.awesome:hover							{ background-color: #630030; }
	.orange.awesome, .orange.awesome:visited		{ background-color: #ff5c00; }
	.orange.awesome:hover							{ background-color: #d45500; }
	.yellow.awesome, .yellow.awesome:visited		{ background-color: #ffb515; }
	.yellow.awesome:hover							{ background-color: #fc9200; }



.signupform {
padding-left:20px;
font-family:Arial,"Lucida Grande", "Lucida Sans Unicode", Verdana,  Helvetica, sans-serif;
font-size:15px;width:645px;
}
.spacersignup{clear:both; height:1px;}

.signupform h1 {
font-size:16px;
font-weight:bold;
margin-bottom:5px;
}
.signupform h1 img{
border:0px;
vertical-align:middle;
padding-right:4px;
}
.signupform p{
font-size:13px;
color:#666666;
margin-bottom:20px;
border-bottom:solid 1px #b7ddf2;
padding-bottom:10px;
}
.signupform label{
display:block;
font-weight:bold;
text-align:right;
width:110px;
float:left;
color:black;
}
.subicon{
float:left;
}
.subcontainer{
float:left;
margin-left:6px;
width:600px;
}
.signupform .small{
color:#666666;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:110px;
margin-top:-5px;
}
.stylizedinput{
z-index:40;
float:left;
margin:2px 0 12px 10px;
padding:3px;
border:1px solid gray;
width:250px;
height:19px;
background: #ffffff url("/imgs/textfbg.gif") repeat-x 0px 1px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
font-size:14px;
font-family:arial;
}
.stylizedinput:focus{
border:1px solid black;
-moz-box-shadow:0px 0px 3px gray;

}


.roundselect{
-moz-border-radius:3px;
-webkit-border-radius:3px;
padding:3px;
font-family:arial;
border:1px solid gray;
margin:2px 0 20px 10px;
min-width:55px;
}

