/* Stylesheet */
/* @override http://www.onlywebsites.com/style.css */

body {
	margin: 0px;
	padding: 0px;
	background-image:url(../images/back2.jpg);
	background-repeat: repeat-x;
	background-color:#075579;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333;
}

#wrapper {
	margin: 0 auto;
	padding: 0px;
	width: 910px;
}

#header {
	margin: 0px;
	padding: 10px 0px;
	height: 107px;
	background-image:url(images/header.jpg);
	background-repeat: no-repeat;
	color:#ccc;
	font-size: 11px;
	text-align: right;
}

#header a{
	color:#ccc;
	text-decoration: none;
}

#header a:hover {
	color:#fff;
}

#nav {
	margin: 0px;
	padding: 0px;
	padding-top: 20px;
	height: 46px;
	background-image:url(images/nav_bg.jpg);
	background-repeat: no-repeat;
	color:#fff;
	font-weight: bold;
	font-size: 13px;
}

#seo {
	margin: 0px;
	padding: 10px;
	padding-top: 17px;
	background-image:url(images/seo.jpg);
	background-repeat: no-repeat;
	text-align: right;
	height: 60px;
}

#main {
	margin: 0px;
	padding: 0px;
	background-color:#fff;
}

#content {
	margin: 0px;
	margin-left: 20px;
	margin-top: 5px;
	padding: 0px;
	padding-top: 10px;
	width:635px;
	float: left;
	background-color:#fff;
	font-size: 12px;
	line-height: 1.8em;
}

#content_text {
	padding: 15px;
}

#inside_content {
	margin: 0px;
	padding: 10px 10px 10px 10px;
}

#sidebar {
	float: right;
	color:#000;
}

#sidebar a{
	color:#000;
	text-decoration: underline;
}

#sidebar a:hover {
	color:#336699;
}

#footer {
	clear: both;
	margin: 0px;
	margin-top: 25px;
	padding: 10px;
	background-color:#000;
	color:#fff;
}

#footer a{
	color:#fff;
	text-decoration: none;
}

#footer a:hover {
	color:#999999;
}

#footer_content {
	position: relative;
	margin: 0 auto;
	width: 910px;
	text-align: left;
}

#cover {
	background: #000 none repeat scroll 0 0;
	opacity: 0.8;
	padding: 0px;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

#floater, #floater2 {
	background: #fff none repeat scroll 0 0;
	border: 10px solid #369;
	width: 500px;
	text-align: center;
	margin-left: -250px;
	opacity: 1;
	position: absolute;
	top: 100px;
	left: 50%;
	z-index: 200;
}
#floater {
	background: url(../images/form-bg.jpg) no-repeat;
}

.style1 {
	color:#999999;
}

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#996633;
	font-weight: normal;
}
#header h1 {
	text-align: center;
	font-size: 40px;
	margin-bottom: 0px;
}
#header p {
	text-align: center;
	color: #fff;
}

h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#075579;
	font-weight: normal;
}
h2.category:hover {
	cursor: pointer;
}

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

a:hover {
	color:#999999
}

/* @group FORMS */

form {
}

label {
	float: left;
	width: 120px;
	text-align: right;
	display: block;
	font-weight: bold;
	font-style: italic;
	font-size: 13px;
	padding-top: 2px;
	margin: 3px;
}

#collection input[type="text"] {
	width: 185px;
	border: 1px solid silver;
	padding: 2px 3px;
	margin-top: 3px;
}

#collection button[type="submit"] {
	width: 157px;
	height: 33px;
	margin-left: 153px;
	margin-top: 10px;
	background: url(../images/view_examples.png) no-repeat;
	text-indent: -9000px;
	border: none !important;
	cursor: pointer;
}

#collection fieldset {
	padding: 10px;
	background-color: #efefef;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 3px 3px 7px #676767;
	-moz-box-shadow: 3px 3px 7px #676767;
	border: 2px solid white;
}

label.radio {
	float: none;
}

#collection {
	width: 350px;
	margin-left: auto;
	margin-right: auto;
}

div.row {
	clear: both;
}

.hidden {
	display: none;
}

.question {
	float: left;
	text-align: right;
	width: 336px;
}

/* @end */

/* @group  PROTOTYPES */

#showing {
	height: 215px;
}
#featured {
	display: block;
}

h2.category {
	float: left;
	width: 208px;
	height: 37px;
	text-align: center;
	padding: 7px 0px;
	margin: 0px 6px;
	display: inline;
	background-image: url(../images/category_button.jpg);
	background-repeat: no-repeat;
	border: 1px solid #fff;
}

div.prototypes {
	visibility: hidden;
	height: 0px;
}
div.prototypes img {
	border: none;
}



/* @group INSTANT QUOTE FORM */

form.instantquote, #estim {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	background-color: #faf8eb;
}

.hidden {
	display: none;
}

form.instantquote h3 {
	text-align: center;
	text-transform: uppercase;
	background-color: #042a3d;
	color: white;
	font-size: 15px;
	line-height: 25px;
}

form.instantquote p b, #estim p b {
	font-weight: bold;
	text-align: right;
	width: 220px;
	display: block;
	float: left;
	margin-right: 5px;
	padding-top: 10px;
	text-transform: uppercase;
}

form.instantquote input, form.instantquote select, #estim input, #estim select {
	width: 220px;
	border: 1px solid silver;
	padding: 5px 3px;
	color: #042a3d;
	font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

form.instantquote select, #estim select {
	margin-top: 5px;
}

form.instantquote input.phone {
	width: 45px;
	margin-right: 5px;
}

form.instantquote input.short {
	width: 90px;
}

form.instantquote h4 {
	text-align: center;
	font: italic 15px Georgia, "Times New Roman", Times, serif;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-top-width: 1px;
	padding-top: 3px;
	padding-bottom: 3px;
}

form.instantquote #formradio input, #estim #formradio input {
	/*width: 15px;*/
	margin-top: 10px;
}

form.instantquote textarea {
	border: 1px solid silver;
	padding: 5px 3px;
	color: #042a3d;
	font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	width: 350px;
	margin-left: 125px;
}

form.instantquote p.captcha {
	text-align: center;
}

form.instantquote p.captcha img {
	margin-bottom: 10px;
}

form.instantquote input.submit, #estim form.moreinfo input.submit {
	width: 80px;
	background-color: #075579;
	text-transform: uppercase;
	font-size: 14px;
	color: white;
	font-weight: bold;
}

form.instantquote input.submit:hover {
	background-color: #368e44;
	cursor: pointer;
}

#estim #show_total {
	width: 600px;
	height: 40px;
	display: block;
	line-height: 38px;
	color: #042a3d;
	font-size: 26px;
	background: url(http://www.onlywebsites.com/images/cost-estimate.jpg) no-repeat 75px;
	text-indent: 225px;
	font-variant: small-caps;
	border-top: 1px dotted silver;
	margin-top: 10px;
}

#estim #show_discount {
	width: 600px;
	height: 40px;
	display: block;
	line-height: 38px;
	color: #042a3d;
	font-size: 26px;
	background: url(http://www.onlywebsites.com/images/cost-discount.jpg) no-repeat 75px;
	text-indent: 225px;
	font-variant: small-caps;
	border-bottom: 1px dotted silver;
}

form.moreinfo p {
	text-align: center;
	font: italic 16px Georgia, "Times New Roman", Times, serif;
}



/* @end */
