/* Default CSS */

body {
	color: #000;
	background: #fff;
	margin: 0;
	padding: 0;
}

p, td, li, ul, ol, h1, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

p, td, li, ul, ol {
	font-size: 11px;
	line-height: 1.5em;
}

img {
	border: none;
}

.hide {
	display: none;
}

a:link {
	text-decoration: none;
	color: #0000FF;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: underline;
	color: #0033FF;
}
a:active {
	text-decoration: none;
	color: #0033FF;
}
.spacer {
	clear: both;
}

/* site specific */

#page {
	margin: 10px auto 0 auto;
	width: 735px;
}
#header {
	background: #8A1228 url(../images/header.gif) no-repeat;
	height: 148px;
	width: 735px;
}
#navbar {
	width: 735px;
}
#content {
	width: 693px;
	border-right: 1px solid #8A1228;
	border-left: 1px solid #8A1228;	
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 16px;
}
h2 {
	font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, sans-serif;
	font-size: 21px;
	line-height: 1em;
	color: #666;
	margin: 0;
}
h3 {
	font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, sans-serif;
	font-size: 18px;
	line-height: 1em;
	color: #000;
	margin-bottom: 0.5em;
}
h4 {
	font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	line-height: 0;
	margin-top: 1em;
	margin-bottom: 0;
}
#copy {
	float: left;
	width: 326px;
	padding-right: 20px;
}
p {
	text-align: justify;
	margin-top: 0.8em;
}
#side {
	float: right;
	width: 346px;
	text-align: right;
	border-left: 1px solid #ccc;
}
#footer {
	background: #000 url(../images/footer.gif) no-repeat;
	height: 33px;
	width: 735px;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	position: relative;
}
#credits {
	width: 100%;
	position: absolute;
	bottom: 1px;
	text-align: center;
	color: #FFF;
}
#credits a:link {
	text-decoration: none;
	color: #FFF;
}
#credits a:active {
	text-decoration: none;
	color: #FFF;
}
#credits a:visted {
	text-decoration: none;
	color: #FFF;
}
#credits a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #FFFFFF;
	color: #FFF;
}
ul {
	margin-top: 0;
	margin-left: 1em;
	padding-left: 1em;
}

/* Forms generic */
#commentsForm {
	width: 100%;
	background: #eee;
	padding-bottom: 6px;
	border: 1px dotted #999999;
}
#formPanel form {
	margin:0;
}
div.row {
	clear: both;
	padding-top: 10px;
}
div.row label {
	float: left;
	width: 35%;
	text-align: right;
}
div.row span.formw {
	float: right;
	width: 60%;
	text-align: left;
}
.textField {
	width: 80%;
}
.shortField {
	width: 60%;
}
.shopsside {
	text-align: left!important; 
	padding-left: 10px!important; 
	width: 336px!important;
}