* {
	margin: 0px;
	padding: 0px;
}


body {
	padding: 25px;
	margin: 25px;
	
	font-family: Arial, Helvetica, Verdana;
	font-size: 11px;
 	color: #404041;
}


hr {
	border: 0px;
	height: 1px;
	background-color: #aaaaaa;
}

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


h1,
.h1 {
	font-size: 24px;
	font-weight: bold;
	line-height: 26px;
	text-transform: uppercase;
}
h2,
.h2 {
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	text-transform: uppercase;
}


.t3 {
	font-size: 11px;
	line-height: 15px;
}


a,
a.link {
	color: #DB8A42;
	text-decoration: none;
}
a.grey {
	color: #808184;
}
a.subscribe {
	font-family: Verdana;
	display: block;
	padding: 5px 0px 5px 25px;
	margin: 5px 0px;
	font-size: 13px;
	line-height: 13px;
	font-weight: bold;
	background: #fff url('../images/icon-form.gif') no-repeat top left;
}
a.submit {
	font-family: Verdana;
	display: block;
	padding: 5px 0px 8px 25px;
	margin: 5px 0px;
	font-size: 13px;
	line-height: 15px;
	background: #fff url('../images/icon-send.gif') no-repeat top left;
}
a.download {
	font-family: Verdana;
	display: block;
	padding: 5px 0px 8px 25px;
	margin: 5px 0px;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	background: #fff url('../images/icon-download.gif') no-repeat top left;
}
a.mail {
	display: block;
	padding: 4px 0px 9px 25px;
	margin: 5px 0px;
	font-size: 13px;
	line-height: 15px;
	background: #fff url('../images/icon-envelope.gif') no-repeat top left;
}

a:hover,
a.link:hover {
	color: #DB8A42;
	text-decoration: underline;
}


img.logo {
	float: left;
	margin: 2px 10px 0px 0px;

	border: 0px;
}


/* New Styles */
p.intro {
	margin-bottom: 25px;
	font-family: Verdana, Helvetica, Arial;
	font-size: 15px;
	line-height: 19px;
	color: #DC8A3D;
}
div.description {
	color: #808184;
	font-size: 11px;
	line-height: 13px;
}

/* Themes */
div.themes {
	overflow: auto;
	padding-bottom: 20px;
}
div.themes div.theme {
	float: left;
	width: 200px;
	margin: 15px 10px 0px 0px;
	color: #DB8A42;
}
div.themes div.theme.right {
}
	div.themes p {
		margin: 0px 0px 3px 0px;
	}
	div.themes div.theme div.head {
		font-size: 13px;
		line-height: 17px;
		font-weight: bold;
		text-transform: uppercase;
	}
	div.themes div.theme div.text {
		font-family: Verdana;
		line-height: 14px;
	}

table.blast {
	width: 300px;
	
	border: 1px;
	border-color: #cccccc;
	border-style: solid;
}	

input {
	width: 200px;
	
	border: 1px;
	border-color: #cccccc;
	border-style: solid;
	
	background-color: #ffffff;
	
	font-family: Verdana, Helvetica;
	font-size: 10px;
	line-height: 10px;
	
	padding: 1px;
}

input.submit {
	width: 75px;
	padding: 3px;
	color: #000000;
}



td.footer {
	border: 0px;
	border-top-width: 1px;
	border-color: #cccccc;
	border-style: solid;
	
	padding: 3px 3px 0px 3px;
	
	font-size: 10px;
	line-height: 10px;
}











#container {
	float:left;
	width: 740px;
}


#nav {
	width: 745px;
	height: 115px;
	float: left;
}
	#nav ul {
		list-style-type: none;
	}
		#nav>ul>li {
			list-style: none;
			padding: 0px 35px 0px 0px;
			float: left;
		}

#gallery {
	float: left;
	margin: 0px 0px 20px 0px;
	width: 745px;
	height: 240px;
}


#leftCol {
	float: left;
	width: 188px;
	height: 162px;
}

#showinfo {
}


#content {
	float: left;
	width: 450px;
	
	padding: 0px 0px 20px 20px;

	border: 0px;
	border-left-width: 1px;
	border-style: solid;
	border-color: #412B21;

}


#footer {
	clear: both;
	float: left;
	
	width: 740px;
	margin: 10px;
	padding: 10px 0px 10px 0px;
	
	color: #666666;
	
	border: 0px;
	border-top: 1px;
	border-color: #cccccc;
	border-style: solid;
	
	text-align: center;
}
