/*-----------------------------------------------------------------------------
Comrange

version:   1.0
-------------------------------------------------------------------------------





General
-----------------------------------------------------------------------------*/

/* Remove padding and margin */
* {
	margin: 0;
	padding: 0;
}

/* Remove border around linked images */
img {
	border: 0;
}

.clear {
	clear: both;
}

.hide {
	display: none;
}

ul, li {
	list-style: none;
}

body {
	font: 62.5%/1.5 Arial, sans-serif;
	background: #fff;
	text-align: center;
}

p {
	font-size: 1.2em;
	margin-bottom: 1.1em;
}

a {
	color: #0493f4;
}

#wrapper {
	width: 750px;
	margin: 0 auto;
	text-align: left;
}

#header {
	width: 750px;
	height: 65px;
	margin: 20px 0 0 0;
}

h1 {
	width: 264px;
	height: 65px;
	background: url("../images/logo.gif") no-repeat;
	text-indent: -9999px;
}

h2 {
	font-size: 1.7em;
	color: #ed262a;
}

h3 {
	font-size: 3.6em;
	margin: 20px 0  20px 0;
	color: #2d2d2d;
}

h4 {
	font-size: 1.2em;
	color: #ed262a;
	font-style: italic;
}

h4#news {
	margin-top: 31px;
}

h5 {
	font-size: 1.2em;
	font-style: bold;
}

#sections {
	width: 750px;
	margin-top: 10px;
}

#image-pocket {
	width: 750px;
}

#navbar {
	position: absolute;
	top: 45px;
	margin-left: 328px;
	font-size: 1.1em;
}

#navbar ul li {
	float: left;
	margin-right: 20px;
}

#navbar ul li a {
	color: #7d7d7d;
	text-decoration: none;
}

#navbar ul li a:hover {
	color: #333;
	text-decoration: none;
}

#navbar ul li span {
	color: red;
}

div.home-split {
	width: 222px;
	float: left;
	margin-bottom: 20px;
}

.join-button {
	margin-top: 13px;
	float: right;
	cursor: pointer;
	width: 58px;
	height: 32px;
	background: url("../images/join.gif") no-repeat; 
	border: 0px;
}

.fields {
	font-size: 16px;
	height: 22px;
	width: 158px;
	background-color: #fffec0;
	border: 1px dashed #dbda7d;
}

.datasheetfields {
	font-size: 16px;
	height: 22px;
	width: 257px;
	background-color: #fffec0;
	border: 1px dashed #dbda7d;
	margin-bottom:10px;
}

div#spacer {
	padding-left: 29px;
}

#copy {
	width: 570px;
	float: left;
	margin-top: 10px;
}

#copy div.inner, 
#footer div.inner {
	margin: 0 10px 0 75px;
}

#flash-pocket {
	width: 475px;
	margin-left: 75px;
	float: left;
	z-index: -1;	
	/* height: 275px; */
}

#starburst {
	width: 100px;
	height: 100px;
	position: absolute;
	margin: 182px 0 0 469px;
	z-index: 0;
}

#no-flash {
	background: #fce5e5;
	/* height: 275px; */
}

#no-flash-sections {
	background: #fce5e5;
	margin-left: 75px;
}

#newsletter {
	float: right;
	width: 160px;
}

#newsletter input.form-text {
	width: 152px;
	margin-bottom: 5px;
	padding: 2px;
}

#copy ul#subnav {
	font-size: 1.1em;
}

#copy ul#subnav li {
	float: left;
	margin-right: 20px;
	list-style: none;
	margin-left: 0;
}

#copy ul#subnav li a {
	color: #7d7d7d;
	text-decoration: underline;
}

#copy ul#subnav li a:hover {
	color: #333;
	text-decoration: underline;
}

#copy #text ul {
	margin-bottom: 1.1em;
}

#copy #text ul li {
	font-size: 1.2em;
	margin-left: 30px;
	list-style-image: url("../images/bullet.gif");
}

#buttons {
	width: 180px;
	float: right;
	margin-top: 82px;
	text-align: right;
}

body#home #buttons {
	width: 180px;
	float: right;
	margin-top: 10px;
	text-align: right;
}


#footer {
	margin-top: 20px;
	font-size: 1.1em !important;
	height: 150px;
	color: #7d7d7d;
}

#footer ul li {
	float: left;
	margin-right: 20px;
}

#footer ul li a  {
	color: #7d7d7d;
	text-decoration: underline;
}

#footer ul li a:hover  {
	color: #333;
	text-decoration: underline;
}

#quotesticker{
	width: 475px;
	height: 85px;
	padding: 0 0 0 0;
	background-color: #fff;
}

#quotesticker div{
	background-color: #fff;
}

#quotewrapper {
	width: 485px;
	font-size: 1.2em;
}

#quote {
	font-style: italic;
	color: #666;
	width: 300px;
	float: left;
}

#quoteby {
	color: #0493f4;
	width: 300px;
	margin-bottom: 24px;
}

#quotelogo {
	width: 165px;
	float: right;
}

#customerdesc {
	width: 300px;
	float: right;
	margin-bottom: 24px;
}

#customerlogo {
	width: 165px;
	float: left;
}

#meettheteam {
	margin-bottom: 24px;
}

.formspacing {
	margin-bottom: 10px;
}