* {
	padding: 0;
	margin: 0;
}

html {
	font: normal normal normal 12px/20px Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 0;
	padding: 0;
}

a:link img, a:visited img {
	border: none;
}

#wrapper, #header, #content, #footer {
	width: 100%;
	margin: 0;
	float: none;
}

/******************************************************************************************* HIDDEN ELEMENTS */

#header ul, #prevBtn, #nextBtn, #mailinglist, #gallery #thumbs, #contactform, .video {
	display: none;
}

/**************************************************************************************************** SLIDER */

#slider {
	width: 660px;
	height: 140px;
	margin: 20px auto 20px 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: 140px;
	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: 16px;
	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;
}

/**************************************************************************************************** FEATURES */

#content #features {
	margin: 0;
	padding: 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;
	color: #666666;
	margin-bottom: 20px;
}

#content #features div.first, #content #features div.third {
	margin-right: 20px;
	clear: left; /* all browsers including Mac IE - required to fix display issue in Safari */
	*clear: none; /* IE 7 and below - star property hack (commonly mistaken for the star HTML hack) */
}

#content #features .image {
	overflow: hidden;
}

#content #features .image img {
	border: 1px solid #dddddd;
}

#content #features .text {
	width: 150px;
	float: left;
	margin-left: 20px;
}

/**************************************************************************************************** CONTENT */

#content {
	margin-top: 20px;
}

#content h2 {
	font: normal normal bold 24px/36px 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-top: -10px;
	padding: 0;
}

/**************************************************************************************************** GALLERY */

#content #gallery {
  float: right;
	margin: 15px 0 15px 40px;
}

#content #gallery img.main {
	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: 30px;
	margin-bottom: 20px;
	padding-top: 20px;
	color: #aaaaaa;
	overflow: auto;
}