@charset "UTF-8";

body, table, form, h1, h2, h3, label, input, textarea {
	margin: 0px; padding: 0px;
}

p {
	margin: 0px 0px 10px 0px;
}

body, p, a, h1, h2, h3, form, table, td, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; color: #000000;
	line-height: 20px;
	font-weight: normal;
}

h2 {
	font-size: 16px;
	font-weight: bold;
}

body {
	background-image: url(/images/gotchaDesign_stripes.jpg);
	background-position: center;
}

a img {
	border: none;
}

#header {
	background-image: url(/images/gotchaDesign_sky.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	width: 100%; height: 251px;
}

#tagline {
	float: left; display: inline;
	margin: 50px 0px 0px 0px;
}

#logo {
	float: left; display: inline;
	margin: 0px 0px 0px 25px;
	background-image: url(/images/gotchaDesign_04.jpg);
	background-repeat: no-repeat;
	width: 411px; height: 221px;
	text-decoration: none;
}

#nav {
	float: left; display: inline;
	background-image: url(/images/gotchaDesign_20.jpg);
	background-repeat: no-repeat;
	width: 900px; height: 30px;
}

#nav a {
	float: left; display: inline;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	margin: 5px 0px 0px 30px;
	font-size: 13px;
}

#container {
	background-image: url(/images/gotchaDesign_25.jpg);
	background-repeat: repeat-x;
	background-position: top; height: 23px;
}

#content {
	float: left; display: inline;
	background-image: url(/images/gotchaDesign_27.jpg);
	background-repeat: repeat-y;
	width: 880px; padding: 15px 10px 10px 10px;
}

#products {
	float: left; display: inline;
	background-color: #efefef;
	width: 185px; padding: 5px;
	margin: 0px 0px 0px 5px;
}

#products ul {
	color: #535353;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 25px;
	list-style-type: square;
}

#products a {
	color: #023e99;
	text-decoration: none;
}

#copy {
	float: left; display: inline;
	width:650px; margin: auto;
	padding:0px 0px 0px 20px;
	text-align:left;
}

#footer {
	float: left; display: inline;
	margin: 15px 0px 0px 0px;
	background-image: url(/images/gotchaDesign_44.jpg);
	background-repeat: no-repeat;
	width: 100%; height: 58px;
}

.contain {
	width: 900px; margin: auto;
}

.float { float: left; display: inline; }
.clear { clear: both; }

h2.pagetitle {
	margin: 0px 0px 20px 0px;
}

.thumb {
	float: left;
	display: inline;
	width: 106px;
	margin-right: 15px;
}

.thumb img {
	border: 3px solid #CCCCCC;
}

label {
	float: left;
	display: inline;
	width: 100%;
	font-size: 10px;
	color: #999999;
	text-transform: uppercase;
}

input.txt,
select,
textarea {
	float: left;
	display: inline;
	width: 250px;
	margin-bottom: 5px;
	padding: 3px;
	border: 1px solid #CCCCCC;
	line-height: normal;
}

textarea {
	width: 341px;
}

input.btn {
	float: right;
	display: inline;
}