/*

 Simply Digital.
 All design work and coding (c) Branches Design Ltd
 Study, but please don't copy. Thank you.



Let normalise things...

*/

body, html, p, q, h1, h2, h3, h4, h5, ul, ol, li {
	padding: 0px;
	margin: 0px;
}

li {
	list-style: none;
}

/* Let's get on with things... */

body {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	background: url('top_grad.png') repeat-x scroll 0 top;
	height: 100%;
}

html {
	background: url('bottom_grad.png') repeat-x scroll 0 bottom;
}

#container {
	width: 760px;
	margin: auto;
}

#branding {
	width: 100%;
	height: 200px;
}

#help {
	text-align: center;
	padding-top: 3px;
	font-size: 0.80em;
}

#logo {
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
	width: 251px;
	height: 61px;
	background: url('logo_top.png') no-repeat scroll;
}

/* Buttons */

#nav_buttons {
	padding-top: 10px;
	height: 60px;
}

#nav_buttons ul {

}

#nav_buttons li {
	float: left;
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
}

#sky_digital {
	height: 60px;
	width: 116px;
	text-indent: -10000px;
	overflow: hidden;
	background: url('button_sky_digital.gif') top left no-repeat;
	display: block;
}

#sky_digital:hover {
	background-position: 0 -60px;
}

#sky_plus {
	height: 60px;
	width: 116px;
	text-indent: -10000px;
	overflow: hidden;
	background: url('button_sky_plus.gif') top left no-repeat;
	display: block;
}

#sky_plus:hover {
	background-position: 0 -60px;
}

#freesat {
	height: 60px;
	width: 116px;
	text-indent: -10000px;
	overflow: hidden;
	background: url('button_freesat.gif') top left no-repeat;
	display: block;
}

#freesat:hover {
	background-position: 0 -60px;
}

#accessories {
	height: 60px;
	width: 116px;
	text-indent: -10000px;
	overflow: hidden;
	background: url('button_accessories.gif') top left no-repeat;
	display: block;
}

#accessories:hover {
	background-position: 0 -60px;
}

#amplifiers {
	height: 60px;
	width: 116px;
	text-indent: -10000px;
	overflow: hidden;
	background: url('button_amplifiers.gif') top left no-repeat;
	display: block;
}

#amplifiers:hover {
	background-position: 0 -60px;
}

#leads {
	height: 60px;
	width: 116px;
	text-indent: -10000px;
	overflow: hidden;
	background: url('button_leads.gif') top left no-repeat;
	display: block;
}

#leads:hover {
	background-position: 0 -60px;
}

#menu {
	float: left;
}

#menu ul {
	padding: 5px;
}

#menu li {
	display: inline;
}

#menu a {
	font-weight: bold;
	text-decoration: none;
	color: white;
	padding: 5px 8px 5px 8px;
}

#menu a:hover {
	color: white;
	background-color: #333;
}

#cart {
	color: white;
	padding-top: 5px;
	text-align: right;
	width: 250px;
	float: right;
}

#act_nav {
	height: 30px;
	text-align: center;
	padding: 8px 0;
}


/* Start of main stuff */

#wrapper {
	clear: both;
	width: 760px;
}

/* Main content */

#main_content {
	width: 512px;
	float: right;
	line-height: 1.4em;
	padding-left: 10px;
}

#main_content h1 {
	font-size: 1.3em;
	margin-bottom: 1.0em;
	color: #333;
}

#main_content h2 {
	font-size: 1.2em;
	margin-bottom: 1.0em;
}

#main_content .bold {
	font-weight: bold;
	color: #000000;
}

#main_content p {
	margin-bottom: 1.4em;
	color: #434343;
}

#main_content a {
	color: #009a44;
}

#main_content a:hover {
	color: white;
	background-color: #009a44;
}

#main_content ul {
	margin-bottom: 1.5em;
}

#main_content li {
	margin-left: 15px;
	list-style: disc;
	color: #434343;
}

.img_left {
	float: left;
	padding: 3px;
	margin: 5px;
	border: 1px solid green;	
}

.img_right {
	float: right;
	padding: 3px;
	margin: 5px;
	border: 1px solid green;	
}

/* Nav */

#main_nav {
	width: 200px;
	float: left;
	padding-right: 10px;
}

#main_nav li {
	list-style: none;
	display: block;
	border-bottom: 1px solid silver;
}

#main_nav a {
	padding: 8px 0px 8px 8px;
	display: block;
	text-decoration: none;
	color: #4C2716;
	background-color: inherit;
}

#main_nav a:hover {
	background-color: #FF6600;
	color: white;
}

/* Site info */

#site_info {
	clear: both;
	padding-top: 30px;
	text-align: center;
	font-size: 0.75em;
	padding-bottom: 10px;
}

#site_info p {
	color: #e4e4e4;
}

#site_info a {
	color: #fff;
}

#site_info a:hover {
	color: #fff;
	background-color: #d86726;
}

#site_info ul {
	padding: 10px 0px 10px 0px;
}

#site_info li {
	display: inline;
}

#site_info li a {
	padding: 5px;
	line-height: 1.7em;
	text-decoration: none;
}

/* Extra classes for presentational stuff */

.hide {
	display: none;
}

