/* @override http://www.newimage.net.au/css_08/newimage.css */

/* @group reset */

img {
	border-style: none;
}

table {border-collapse: collapse;
	width: 100%;
}



/* @end */

body {
	background-image: url(../images_08/backgrounds/body.gif);
	background-color: #7b7e7f;
	margin: 0;
	font-size: .9em;
}

/* @group id */

/* @group store */

#switchform {
	float: right;
	margin-top: -35px;
}

#switchform input {
	font-size: x-small;
}

#switchform select {
	font-size: x-small;
}

#searchagainform {
	font-size: small;
	background-color: #ebebeb;
	padding: 5px;
	margin-top: -9px;
}



/* @end */

#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 20px;
}

/* @group head */

#head {
	width: 100%;
	height: 300px;
	background: url(../images_08/backgrounds/head.png) no-repeat;
	float: left;
}

#contact {
	color: white;
	font: .75em Verdana, Tahoma, Trebuchet, sans-serif;
	position: absolute;
	top: 130px;
	left: 305px;
	text-shadow: black 0 2px 5px;
}

#labels {
	font-weight: bold;
	float: left;
	margin-right: 10px;
}

#info {
	float: left;
}



/* @end */

/* @group content */

/* @group main nav */

#mainnav {
	float: left;
	padding-top: 25px;
	margin-top: -15px;
	margin-right: 30px;
}

ul.nav {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}

ul.nav a {
	display: block;
	text-decoration: none;
	padding-left: 15px;
	width: 210px;
	white-space: nowrap;
	font-size: .8em;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: 1px dotted #d1d4d5;
	border-left: 10px solid #6d8bd1;
}

ul.nav a:hover {
	background-color: #f0f2f4;
	border-left: 10px solid #ee2722;
}

#mainnav img {
	margin-left: 40px;
}



/* @end */

#content {
	background: url(../images_08/backgrounds/content.png) repeat-y;
	width: 100%;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	float: left;
}

#contentwrapper {
	width: 900px;
	color: #595c5e;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	margin-top: 15px;
}

#quoteform {
	width: 842px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	bottom: -19px;
	color: silver;
	padding: 10px 30px 20px;
	font-size: .8em;
	background-color: #3b3e40;
}

#home #contentwrapper {
	width: 800px;
	padding-bottom: 25px;
}

#mainlinks {
	width: 801px;
	float: left;
	background-color: #595c5e;
	color: white;
	margin-top: -14px;
	position: relative;
	left: -50px;
	padding: 10px 50px 25px;
}

#home #leftcol {
	float: left;
	margin-left: 25px;
	width: 400px;
}

#rightcol {
	float: right;
	margin-right: 25px;
}

#leftcol {
	float: left;
	width: 600px;
}

#home #leftcol {
	clear: both;
	width: 100%;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
}

#examples {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}



/* @end */

#footer {
	width: 100%;
	height: 50px;
	background: url(../images_08/backgrounds/footer.png) no-repeat;
	float: left;
}

#footertext {
	color: silver;
	font: .7em Verdana, Tahoma, Trebuchet, sans-serif;
	margin-left: 55px;
	width: 850px;
	clear: both;
	position: relative;
	top: -10px;
}

#footertext a {
	color: silver;
	text-decoration: none;
}

#footertext a:hover {
	color: white;
}

.prodListing {
	min-height: 320px;
	position: relative;
	float: left;
	width: 280px;
	margin-right: 15px;
	border: 1px solid silver;
	margin-top: 16px;
	background-color: #f7f7f7;
	padding-right: 0;
}

.prodListing img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}

.prodListing form {
	position: absolute;
	padding: 10px;
	background-color: #efefef;
	width: 260px;
	bottom: 0;
	border-top: 2px groove white;
}

.prodListing input {
	margin-top: 5px;
	margin-bottom: 5px;
}

.prodListing select {
	font-size: 10px;
	margin-bottom: 5px;
}



/* @end */

/* @group class */

.linkshead {
	display: block;
	font-weight: bold;
	font-size: 1.5em;
	margin-top: 10px;
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: 1px dotted silver;
	text-align: left;
}

.smallinput {
	font-size: 10px;
}

.clearboth {
	clear: both;
}

.linklist {
	margin-right: 2em;
	margin-left: 2em;
}

/* @group store */

.details {
	font-size: .7em;
	line-height: 1.2em;
}

.prodimg {
	vertical-align: baseline;
	padding-right: 20px;
	padding-left: 20px;
	border: 1px dotted silver;
	padding-top: 5px;
}

.addtocart {
	padding-bottom: 4px;
}



/* @end */

.h3caption {
	display: block;
	margin-top: 3px;
	margin-bottom: 10px;
	font-size: .9em;
	font-style: italic;
}

.exampleimg {
	margin-right: 1px;
	float: left;
	margin-bottom: 1px;
	opacity: 0.85;
}

.exampleimg:hover {
	opacity: 1;
}

.floatright {
	float: right;
}

.floatleft {
	float: left;
}

.indexp {
	margin-top: 0;
	color: #7b7e7f;
}

.redtext {
	color: #ee2722;
}

.quote {
	width: 405px;
	background-color: #444749;
}

.quote textarea {
	width: 195px;
}

.quote td {
	white-space: nowrap;
	padding: 3px;
	border-bottom: 1px solid #3a3d3f;
	width: 50%;
}

.quote th {
	text-align: left;
	border-bottom: 1px solid #5a5a5a;
	padding: 5px 3px;
	font-size: 1.2em;
	background-color: #3b3e40;
}

.label {
}

.submit {
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #444749;
	text-align: center;
	width: 405px;
	float: right;
	clear: right;
	border: 1px solid #5a5a5a;
	border-left-style: none;
	border-right-style: none;
}

.smalltext {
	font-size: .75em;
	font-style: italic;
}

.divider {
	color: #6d8bd1;
	font-weight: bold;
}

.LV_validation_message {
	display: block;
	color: #ee2722;
	font-size: .95em;
	font-weight: bold;
}

.LV_valid {
	display: block;
	color: lime;
	font-size: .95em;
	font-weight: bold;
}

.withImage {
	float: left;
	margin-right: 25px;
}

.imgWithCaption {
	float: left;
}

.imgWithCaption p {
	font-size: .8em;
	font-style: italic;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	padding-bottom: 5px;
}



/* @end */

/* @group headings */

h1 {
	font-size: 1.7em;
	padding-bottom: 5px;
	border-bottom: 1px dotted #7b7e7f;
}

h2 {
	text-transform: uppercase;
	margin-bottom: 0;
	font-size: 1.2em;
}

.linklist h2 {
	margin-bottom: 0;
	margin-top: 5px;
}

h3 {
	padding-bottom: 0;
	margin-bottom: 0;
	font-size: 1.3em;
}

h5 {
	border-bottom: 1px solid silver;
	padding-bottom: .3em;
	margin-bottom: .6em;
	font-size: .95em;
}



/* @end */

/* @group links */

#contentwrapper a {
	text-decoration: none;
	color: #595c5e;
}

#contentwrapper a:hover {
	color: #ee2722;
}

#mainlinks a {
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.2em;
	display: block;
	line-height: 1.5em;
}

#mainlinks a:hover {
	color: orange;
}

#head a {
	text-decoration: none;
	color: white;
}

#head a:hover {
	color: #ee2722;
}



/* @end */