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

h1, h2, h3, h4 {
	margin:				15px 0px 15px 0px;
	text-align:			left;
}

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

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

html {
	background-image: 		url('/images/layout/all-shad-lt.gif');
}

body {
	font-family:			 "Trebuchet";
}


.left {
	float: 				left;
}
.right {
	float:				right;
}
.bold {
	font-weight: 			bold;
}

#main-cnt {
	background-color:		white;
	width:				775px;
	margin-left:			auto;
	margin-right:			auto;
}

img {
	border: 			0;
}


#hdr-cnt {
	width:				775px;
	height: 			97px;
	background-image:		url('/images/layout/head.png');
	background-repeat:		no-repeat;
	position: 			relative;
}

ul.cart-bar {
	-moz-background-clip:		border;
	-moz-background-inline-policy:	continuous;
	-moz-background-origin:		padding;
	background:			transparent url(/images/layout/cartbar-diag.gif) no-repeat scroll 0 0;
	color:				white;
	font-size:			90%;
	height:				20px;
	list-style-type:		none;
	margin:				0;
	padding:			0 0 0 30px;
	width:				100px;
}

ul.cart-bar a {
	color: white;
	text-decoration: none;
}

div.cart-bar {
	-moz-background-clip:		border;
	-moz-background-inline-policy:	continuous;
	-moz-background-origin:		padding;
	background:			transparent url(/images/layout/cartbar-bg.gif) repeat-x scroll 0 0;
	height:				20px;
	position:			absolute;
	right:				0;
}

#nav {
	width: 				139px;
	height:				100%;
	padding: 			10px 0px;
	float:				left;
}

#content-cnt {
	float:				left;
	border-left:			1px solid black;
	padding:			10px 10px 10px 10px;
	min-height:			210px;
	width:				614px;
	text-align: 			justify;
}

#nav ul {
	list-style-type: 		none;
	display:			inline;
	
}

#nav ul li a {
	display: 			block;
	background-color: 		black;
	text-decoration: 		none;
	color: 				white;
	margin-bottom: 			5px;
	padding-left: 			10px;
	line-height: 			1.5em;
	font-size:			1em;
}

#nav ul li a:hover {
	background-color: 		#85041a;
}

#footer-cnt {
	background-color: 		black;
	color: 				white;
	padding: 			10px;
	text-align:			center;
}

#footer-cnt a {
	color: 				white;
	font-size:			80%;
	
}
.footer-link-text{
	margin-left:			auto;
	margin-right:			auto;
	border:				thin solid yellow;
}

.clear {
	clear:				both;
}

#footer-cnt p {
	padding: 			2px 0px 2px 0px;
}


body#home #nav a.home {background-color: #85041a;}
body#hurr-info #nav a.hurr-info {background-color: #85041a;}
body#why-screens #nav a.why-screens {background-color: #85041a;}
body#do-it-yourself #nav a.do-it-yourself {background-color: #85041a;}
body#links #nav a.links {background-color: #85041a;}
body#about-us #nav a.about-us {background-color: #85041a;}
body#contact-us #nav a.contact-us {background-color: #85041a;}
