html {
	margin-top: 0px;
	margin-bottom: 0px;
	height: 100%;
	}

body {
	text-align: center;
	height: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
	background-image:  url(../assets/images/house/bg.jpg);
	background-color: #000000;
	}
	
#bodywrap {
	height: 100%;
	margin: 0px auto;
	width: 780px;
	text-align: left;
	background-color: #000000;
	}
	
.hide {
	display: none;
	}
	
img {
	display: block;
	border: 0;
	}
	
a:link {
	text-decoration: underline;
	color: #CC6600;
	background: transparent;
	}

a:visited {
	text-decoration: underline;
	color: #CC6600;
	background: transparent;
	}

a:hover {
	text-decoration: none;
	color: #CC6600;
	}

a:active {
	text-decoration: underline;
	color: #CC6600;
	background: transparent;
	}

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

h1 {
	font-size: 14px;
	margin-bottom: 0.25em;
	color: #CC6600;
	margin-top: 0px;
	}

h2 {
	font-size: 12px;
	margin-bottom: 0.25em;
	margin-top: 0.25em;
	color: #CC3300;
	font-weight: bold;
	}

h3 {
	font-size: 10px;
	margin-bottom: 0.25em;
	margin-top: 0.25em;
	color: #FFFFFF;
	font-weight: bold;
	}
	
h4 {
	font-size: 12px;
	margin-bottom: 0.25em;
	margin-top: 0.25em;
	color: #666666;
	font-weight: normal;
	}

p {
	margin-top: 0;
	line-height: 1.5 em;
	font-size: 12px;
	color: #FFFFFF;
	}
	
blockquote {
	margin-top: 0;
	margin-bottom: 1em;
	line-height: 1.4;
	text-align: left;
	font-size: 11px;
	}
	
ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-size: 11px;
	}

li {
	margin-bottom: 0.8em;
	}

hr {
	color: #CC3300;
	background-color: #CC3300;
	height: 1px;
	border: none;
	}

/* Form */

.form {
	}

.form h2 {
	margin-bottom: -5px;
	}

.form td {
	vertical-align: top;
	padding-bottom: 3px;
	}
	
.form p {
	font-size: 11px;
	margin-bottom: 0px;
	}

.lable	{
	line-height: 1;
	padding-right: 3px;
	font-weight: normal;
	font-size: 11px;
	}
	
/* PAGE COMPONENTS ------------------- */

/* Masthead */

#masthead {
	margin-bottom: 10px;
	}

#masthead img {
	display: inline;
	}
	
/* Left Column */

#leftcolumn {
	float: left;
	width: 120px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 15px;
	}
	
#leftcolumn h1 {
	font-size: 11px;
	}
	
#leftcolumn p {
	line-height: 1.2em;
	font-size: 10px;
	margin-bottom: 0em;
	color: #FFFFFF;
	}
	
/* Right Column */

#rightcolumn {
	float: right;
	width: 190px;
	margin-left: 25px;
	margin-bottom: 15px;
	}
	
#rightcolumn h1 {
	font-size: 12px;
	}
	
#rightcolumn h2 {
	font-size: 11px;
	}
	
#rightcolumn p {
	line-height: 1.3em;
	margin-bottom: 1.2em;
	font-size: 11px;
	}
	
/* Center Column */

#centercolumn {
	margin-left: 150px;
	}
	
/* Bottom Footer */
	
#footer {
	clear: left;
	text-align: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #64120A;
	padding-top: 5px;
	margin-top: 15px;
	}
	
#footer p {
	color: #666666;
	font-size: 10px;
	}
	
/* Bread Crumbs*/
	
#breadcrumbs p {
	font-size: 9px;
	color: #666666;
	font-weight: normal;
	}

/* Menu */

#menu form {
	margin-bottom: 0px;
  	}

#menu h1 {
	font-size: 11px;
	padding-bottom: 7px;
	margin-bottom: 0.1em;
	color: #CC3300;
	line-height: 1.2em;
	}

#menu p {
	font-size: 10px;
	line-height: 1.1em;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CC6600;
	padding-top: 5px;
	padding-bottom: 5px;
	}
  
#menu ul {
	margin-bottom: 0.1em;
	}
  
#menu li {
	font-size: 10px;
	line-height: 1.2em;
	padding-left: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 0.1em;
	color: #CC0000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	}
  
#menu a {
	text-decoration: none;
	font-weight: bold;
	}
  
#menu a:hover {
	text-decoration: underline;
	}
  
#menu a.sub {
	color: #1F304C;
	text-decoration: none;
	font-weight: normal;
	}
  
#menu a.sub:hover {
	color: #1F304C;
	text-decoration: underline;
	font-weight: normal;
	}
	
/* Product */
.product {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CC6600;
	padding-top: 15px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	}
	
.productleft {
	float: left;
	}
	
.productleft img {
	margin-bottom: 5px;
	}
	
.productright {
	margin-left: 225px;
	}
	
/* Ad */
.ad {
	clear: left;
	width: 390px;
	background-color: #FFFFCC;
	border: 1px solid #CC6600;
	padding: 10px 10px 0px;
	margin-bottom: 15px;
	}
	
.ad h1 {
	padding-right: 10px;
	padding-left: 10px;
	color: #990000;
	}

.ad p {
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
	color: #000000;
	}

	
/* Image Styles -------------------- */
	
img.bullet {
	display: inline;
	vertical-align: middle;
	}

img.banner {
	margin-top: 0px;
	margin-bottom: 10px;
	display: block;
	clear: none;
	}
	
.thumbnail {
	float: left;
	margin-right: 10px;
	margin-bottom: 3px;
	width: 200px;
}

.thumbnail img {
	margin-bottom: 3px;
	border: 1px solid #666666;
}

.thumbnailright {
	float: right;
	margin-left: 10px;
	margin-bottom: 3px;
	width: 200px;
}

.left {
	float: left;
	width: 200px;
	padding-bottom: 15px;
}

.right {
	float: right;
}

img.top {
	margin-top: -15px;
	}
	
img.bottom {
	margin-top: 0px;
	padding-top: 0px;
	}

/* Font Styles ------------ */

.graytext {
	color: #666666;
	}
	
.source {
	color: #666666;
	text-align: right;
	font-size: 10px;
	margin-top: -0.1em;
	}
	
.quote {
	font-weight: bold;
	color: #000000;
	margin-bottom: 0px;
	font-size: 11px;
	padding-top: 10px;
	line-height: 1.3em;
	}
	
.smalltext {
	color: #FFFFFF;
	margin-bottom: 0px;
	font-size: 9px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
.red {
	color: #BD0000;
	font-weight: bold;
	}
	
/* Misc ----------------*/

.top {
	padding-top: 15px;
	padding-left: 0px;
	}
	
.bottom {
	padding-bottom: 15px;
	}

.list td {
	padding-bottom: 15px;
	background-position: top;
	}

.galley {
	float: left;
	margin-bottom: 15px;
	margin-right: 15px;
}

.galley img {
	border: 1px solid #999999;
}

.galley h1 {
	text-align: center;
}

.cleargalley {
	clear: right;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CC6600;
	width: 420px;
	padding-top: 10px;
}

.pattern {
	float: left;
	padding-right: 15px;
	padding-bottom: 15px;
	text-align: center;
}

.clearline {
	clear: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FD9735;
	padding-top: 15px;
	}
	
.clear {
	clear: left;
	}
enlarge {
}

