/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-color: #021d05;	
}
a:hover {
	color: #012a06;
}
a:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #35c118;
}
a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #35c118;
}
#buttonsBottom {
	padding: 0px;
	height: 73px;
	width: 282px;
	position: absolute;
	margin-top: 99px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 166px;
}
#buttonsTop {
	padding: 0px;
	height: 98px;
	width: 282px;
	position: absolute;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 166px;
}

#column {
	float: left;
	width: 905px;
	display: inline;
	position: relative;
	background-color: #012a06;
	background-image: url(images/bg-text.jpg);
	background-repeat: no-repeat;
	padding-right: 40px;
	padding-left: 40px;
	min-height: 400px;
}
#container1 {
	background-image: url(images/bg-wide.jpg);
	background-color: #0b2e06;
	background-repeat: repeat-x;
	background-position: center top;
	padding-top: 0px;
	margin: 0px;
}	
#container2 {
	background-color: #021d05;
	background-image: url(images/bg-footer.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: center top;
	height: 212px;
}

#faux {
	margin-bottom: 0px;
	overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
	width: 100%;
	background-color: #012a06;
}
#footer {
	width: 985px;
	clear: both;
	color: #333;
	background-color: #ABBEBE;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	padding: 0px;
	height: 212px;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	margin-bottom: 10px;
	font-size: 18px;
	color: #6C3;
}
#header {
	color: #333;
	width: 100%;
	height: 172px;
	background-color: #ABBEBE;
	background-image: url(images/bg-toolbar.jpg);
	background-repeat: no-repeat;
	clear: both;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	margin-bottom: 7px;
}
#prices {
	width: 420px;
	float: left;
	background-position: center;
	text-align: center;
	padding: 10px;
}
#television {
	width: 420px;
	float: left;
	background-position: center;
	text-align: center;
	padding: 10px;
}
#wrapper { 
 margin: 0 auto;
 width: 985px;
}
.clear { clear: both; background: none; }

strong {
	font-size: 13px;
	font-weight: bold;
	color: #f0c310;
}
