html {
	font: normal normal normal 12px/20px Arial, Helvetica, sans-serif;
	color: #666666;
}

a {
	color: #058C46;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
}

body {
	background: url('../images/internal-bg.jpg') left top repeat-x;
}

body#index {
	background: url('../images/home-bg.jpg') left top repeat-x;
}

#wrapper {
	width: 780px;
	margin: 0 auto;
	padding-top: 10px;
}

/**************************************************************************************************** HEADER */

#header h1 a {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	width: 95px;
	height: 100px;
	background: url('../images/logo.jpg') center top no-repeat;
}

#header .logo {
	overflow: hidden;
	display: block;
	width: 95px;
	height: 100px;
}

#header ul {
	float: right;
	text-align: right;
	margin-top:-60px;
}

#header ul li {
	display: inline;
}

#header ul li a {
	color: #999999;
	text-decoration: none;
	text-transform: uppercase;
	padding: 5px 5px;
	margin: 10px 5px;
	_padding: 7px 5px; /*IE 6 hack */
	*padding: 7px 5px; /*IE 7 hack */
	font-weight: normal;
	background: url('../images/menu-bg.jpg') 200px 22px no-repeat;
}

#header ul li a:hover, #header ul li a.current {
	color: #000000;
}

#header ul li a.current {
	background: url('../images/menu-bg.jpg') 0 22px no-repeat;
}

/**************************************************************************************************** SLIDER */

#slider {
	width: 660px;
	height: 160px;
	margin: 40px auto 0 auto;
	overflow: hidden;
	font: normal normal normal 12px/20px Arial, Helvetica, sans-serif;
}

#content #slider ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#content #slider ul li {
	margin: 0;
	padding: 0;
	display: block;
	width: 660px;
	height: 160px;
	overflow: hidden;
	list-style: none;
	margin-left: 0;
}

#content #slider ul li .image {
	float: left;
	width: 260px;
}

#content #slider ul li .image img {
	border: 1px solid #dddddd;
}

#content #slider ul li .text {
	width: 360px;
	margin-left: 20px;
	margin-top: 12px;
	float: right;
	display: block;
}

#content #slider ul li .text p.new {
	text-transform: uppercase;
	font-weight: bold;
}

#content #slider ul li .text h2 {
	font: normal normal bold 24px/30px Arial, Helvetica, sans-serif;
	color: #058C46;
}

span#prevBtn {
	display: block;
	width: 20px;
	height: 20px;
}

span#prevBtn a {
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -9990px;
	overflow: hidden;
	background: url('../images/left-arrow.jpg') center center no-repeat;
	position: relative;
	top: -80px;
	left: -4px;
}

span#nextBtn {
	display: block;
	width: 20px;
	height: 20px;
}

span#nextBtn a {
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -9990px;
	overflow: hidden;
	background: url('../images/right-arrow.jpg') center center no-repeat;
	position: relative;
	top: -100px;
	left: 764px;
}

/**************************************************************************************************** FEATURES */

#content #features * {
	margin-bottom: 0;
}

#content #features h2 {
	color: #444444;
	font: normal normal bold 24px/40px Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
}

#content #features h3 {
	color: #666666;
	font: normal normal bold 14px/20px Arial, Helvetica, sans-serif;
}

#content #features div {
	float: left;
	margin-bottom: 20px;
	color: #666666;
}

#content #features div.first, #content #features div.third {
	margin-right: 20px;
}

#content #features .image {
	width: 140px;
	float: left;
	overflow: hidden;
}

#content #features .image img {
	border: 1px solid #dddddd;
}

#content #features .text {
	width: 220px;
	float: left;
	margin-left: 20px;
}

/**************************************************************************************************** CONTENT */

#content {
	margin-top: 20px;
}

#content h2 {
	font: normal normal bold 24px/70px Arial, Helvetica, sans-serif;
	color: #444444;
}

#content h3 {
	font: normal normal bold 20px/30px Arial, Helvetica, sans-serif;
	color: #666666;
}

#content h4 {
	font: normal normal bold 18px/24px Arial, Helvetica, sans-serif;
	color: #666666;
}

#content h5 {
	font: normal normal bold 16px/22px Arial, Helvetica, sans-serif;
	color: #666666;
}

#content h6 {
	font: normal normal bold 14px/20px Arial, Helvetica, sans-serif;
	color: #666666;
}

#content ul, #content ol {
	margin: 0 0 20px 0;
	padding: 0;
	list-style-type: none;
}

#content ul li {
	list-style-image: url(../images/bullet.jpg);
	margin: 0 0 0 40px;
	padding-left: 5px;
	line-height: 1.5em;
	background-repeat: no-repeat;
}

#content ol li {
	list-style-type: decimal;
	margin-left: 40px;
}

table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 20px;
}

caption {
	text-align: left;
	font: normal normal bold 18px/40px Arial, Helvetica, sans-serif;
	color: #333333;
}

thead th {
	border-right: 2px solid #ffffff;
	font: normal normal bold 16px/20px Arial, Helvetica, sans-serif;
	color: #333333;
	padding: 5px 2px;
	background-color: #dddddd;
}

tfoot {
	font: normal normal normal 12px/20px Arial, Helvetica, sans-serif;
	color: #999999;
	text-align: right;
}

tbody tr {
	background-color: #ffffff;
	border-bottom: 1px solid #dddddd;
}

tbody td {
	padding: 5px;
	text-align: left;
}

tbody th {
	text-align: left;
	padding: 5px;
}

img#byotrol-logo {
	float: right;
	margin: 10px 0 0 0;
}

/**************************************************************************************************** VIDEO */

.video {
	margin-top: 10px;
	text-align: center;
}

/**************************************************************************************************** GALLERY */

#content #gallery {
  float: right;
	margin: 15px 0 15px 40px;
}

#content #gallery img.main {
	border: 1px solid #dddddd;
}

#content #gallery #thumbs {
  text-align: right;
	clear: both;
	margin: 0; /* all browsers including Mac IE */
  *margin: 3px 0 0 0; /* IE 7 and below - star property hack (commonly mistaken for the star HTML hack) */
}

#content #gallery #thumbs ul {
	margin: 0;
	padding: 0;
	display: inline;
}

#content #gallery #thumbs ul li {
	margin: 0 0 0 3px;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#content #gallery #thumbs ul li a {
	padding: 0;
}

#content #gallery #thumbs ul li a img {
	border: 1px solid #dddddd;
}

/**************************************************************************************************** FOOTER */

#footer {
	clear: both;
	font: normal normal bold 10px/12px Arial, Helvetica, sans-serif;
	border-top: 1px dotted #dddddd;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 10px;
	color: #aaaaaa;
	overflow: auto;
}

#footer a {
  color: #999999;
}

#footer .logo {
  float: left;
}

#footer #mailinglist {
	float: right;
	text-align: right;
}