
* { 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;
}

.fb-widget {
  float:right;
  margin-left: 15px;
  background-color: #FFFFFF;
}
.clear { clear: both; background: none; }

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

.fancyForm {
  font: 10px Verdana, Arial, sans-serif;
}

.fancyForm input,textarea {
  margin-bottom: 3px;
  outline:none;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  border-radius:3px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border:1px solid rgba(0,0,0, 0.5);
}

.fancyForm input:focus {
  box-shadow: 0 0 5px rgba(255,255,0, 1);
  -webkit-box-shadow: 0 0 5px rgba(255,255,0, 1); 
  -moz-box-shadow: 0 0 5px rgba(255,255,0, 1);
  border:1px solid rgba(0,0,0, 0.5); 
}

.fancyForm textarea:focus {
  box-shadow: 0 0 5px rgba(255,255,0, 1);
  -webkit-box-shadow: 0 0 5px rgba(255,255,0, 1); 
  -moz-box-shadow: 0 0 5px rgba(255,255,0, 1);
  border:1px solid rgba(0,0,0, 0.5); 
}


