/* RESET */
html, body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, em, strong, th {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
}
/*ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}*/
/*li {
	margin: 0;
	padding: 0;
}*/
fieldset, img {
	border: none;
}
caption, th {
	text-align: left;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* LAYOUT */
body {
	text-align: center;
	background-color: #58585A;
	margin-top: 90px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #818285;
	line-height: 1.5;
	position: relative;
}
p {
	margin-bottom: 19px;
}
a {
	text-decoration: none;
}
strong {
	color: #383839;
	font-weight: bold;
}
#wrapper {
	text-align: left;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 50px;
}
#header {
	background-image: url(../images/general/header.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	color: #FFF;
}
#logo, #address1, #address2 {
	float: left;
}
#address1, #address2 {
	margin-top: 95px;
}
#logo {
	height: 174px;
	width: 300px;
}
#logo a {
	text-indent: -1000em;
	display: block;
	height: 100%;
	width: 100%;
}
#address1, #address2 {
	font-size: 0.8em;
	line-height: 1.3em;
}
#address1 {
	margin-left: 50px;
	width: 170px;
}
#address2 {
	width: 160px;
	margin-left: 18px;
}
#search {
	float: right;
	margin-right: 20px;
	text-align: right;
	line-height: 1em;
	margin-top: 90px;
}
#search form {
	margin-top: 15px;
}
#search input {
	border: none;
	outline: none;
	font-size: 0.9em;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}
#search .submit {
	color: #FFF;
	background-color: #383839;
	cursor: pointer;
}
#search .submit:hover {
	color: #F5D403;
}
#search a {
	color: #FFF;
}
#search a:hover {
	color: #383839;
}
#search #searchresults {
	width: 130px;
	color: #383839;
	background-color: #F4F4F4;
}
#search #searchresults:focus {
	background-color: #FFF;
}
#subheaderwrapper {
	overflow: hidden;
	background-color: #FFF;
}
#subheader {
	float: left;
}
#subheadersidebar {
	float: right;
}
#content {
	background-color: #FFF;
	padding-top: 19px;
	overflow: hidden;
	padding-bottom: 19px;
}
#col1 {
	width: 150px;
	float: left;
	padding-left: 20px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
#col1 ul {
	margin: 0px;
	padding: 0px;
	width: 145px;
}
#col1 ul li {
	padding-top: 5px;
	padding-bottom: 5px;
	list-style-type: none;
	color: #383839;
	font-weight: bold;
}
.dots {
	background-image: url(../images/general/dots.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#col1 ul li a {
	color: #818285;
	font-weight: normal;
}
#col1 ul li a:hover {
	color: #383839;
}
#col2 {
	margin-right: 278px;
	margin-left: 178px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #C8C7C7;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #C8C7C7;
	padding-right: 19px;
	padding-left: 19px;
}
#col2 a {
	color: #383839;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F4F4F4;
}
#col2 a:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #383839;
}
#contact input, #contact textarea, #order input, #order textarea {
	margin-bottom: 19px;
	outline: none;
	font-size: 0.9em;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	color: #383839;
	background-color: #F4F4F4;
	border: 1px solid #818285;
}
#contact input:focus, #contact textarea:focus, #order input:focus, #order textarea:focus {
	background-color: #FFF;
}
#contact .submit, #contact #reset, #order .submit, #order #reset {
	color: #FFF;
	background-color: #383839;
	border: none;
	cursor: pointer;
}
#contact .submit:hover, #contact #reset:hover, #order .submit:hover, #order #reset:hover {
	color: #F5D403;
}
#contact select, #order select {
	margin-bottom: 19px;
}
#col3 {
	float: right;
	width: 259px;
}
#col3 img {
	margin-bottom: 19px;
	border: none;
}
#footer {
	background-color: #383839;
	background-image: url(../images/general/gomst.gif);
	background-repeat: no-repeat;
	text-align: right;
	vertical-align: middle;
	height: 35px;
	font-size: 0.8em;
	color: #FFF;
	padding-right: 20px;
	padding-top: 20px;
}
.copyright {
	color: #F5D403;
}
.headline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	font-style: italic;
	color: #18457C;
	display: block;
	margin-bottom: 5px;
}
.subhead {
	font-weight: bold;
	display: block;
	color: #383839;
	font-size: 1.2em;
}
.attention {
	font-weight: bold;
	color: #C00;
}

