@charset "UTF-8";

/*CSS Reset*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: top;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*Korum CSS*/

body {
	font: 62.5% Arial, Helvetica, sans-serif;
	background: #b6baa0 url(../media/images/bg_grad.gif) repeat-x fixed;
}
html, body {
    height: 100%;
}
p {
	font-size: 1.2em;
	padding: 0 20px 10px 0;
	margin: 0;
	line-height: 18px;
}
h1 {
	font-size: 2em;
	text-transform: uppercase;
	color: #273617;
	margin: 20px 0 10px;
	letter-spacing: -1px;
	font-weight: bold;
}
h2 {
	font-size: 1.6em;
	text-transform: uppercase;
	color: #4D6430;
	margin: 10px 0 10px 0;
	font-weight: bold;
	letter-spacing: -1px;
}
h3 {
	font-size: 1.4em;
	font-weight: bold;
	color: #273617;
	margin: 0 0 10px 0;
}
h4 {
	font-size: 1.8em;
	text-transform: uppercase;
	color: #273617;
	margin: 20px 0 10px;
	letter-spacing: -1px;
	font-weight: bold;
}
li {
	font-size: 1.2em;
}
strong {
	font-weight: bold;
}
form {

}
em {
	font-style: italic;	
}
#wrapper {
	width: 900px;
	margin: 0px auto;
	background: #FFF;
	padding-top: 10px;
}
#sidebar {
	padding: 0px 0px 10px;
	width: 180px;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}
#adverts {
	margin-top: 10px;
	float: left;
	}
	#adverts ul li {
		margin-bottom: 10px;	
	}
#content_wrapper {
	width: 670px;
	margin: 10px 10px 10px 0px;
	padding: 0px 10px 20px;
	float: right;
}
#product_wrapper {
	width: 670px;
	margin: 10px 10px 10px 0px;
	padding: 0px 10px 20px;
	float: right;
}
#nav { /* all lists */
	padding: 0px;
	width: 180px;
	margin: 0px;
	background: #FFF;
	float: left;
}
#nav ul { /* all lists */
	list-style: none;
	background: #FFF;
	padding: 0px;
}
#nav li { /* all list items */
	position : relative;
	float : left;
	width: 180px;
	margin-bottom: 1px;
}
#nav li li {
	margin-bottom: 0;
	font-size: 1em;
}
#nav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : 180px;
	margin-top: -1.6em;
	background: url(none);
}

#nav li a {
	display : block;
	color : #FFF;
	font-weight : bold;
	text-decoration : none;
	text-transform: uppercase;
	padding: 3px 0px 3px 10px;
	background: #455b2a url(../media/images/nav_bg.jpg) repeat-x left bottom;
}
#nav li a:hover {
	color : #4D6430;
	background: #eaa00a url(../media/images/nav_bg_hover.jpg) repeat-x left bottom;
}
#nav li li a {
	color: #FFFFFF;
	background: #000000;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#top_nav {
	margin: 0px 10px;
}

#top_nav ul {
	background: #b9bda7 url(../media/images/top-nav-bg.png) repeat-x left top;
	width: 880px;
	height: 30px;
	line-height: 30px;
}
#top_nav li {
	float: left;
	border-right: solid 1px #3A5022;
	height: 30px;
}
#top_nav li a {
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #3A5022;
	padding: 0 10px;
	background: #b9bda7 url(../media/images/top-nav-bg.png) repeat-x left top;
	display: block;
}
#top_nav li a:hover {
	background: #b9bda7 url(../media/images/top-nav-bg-over.png) repeat-x left top;
	color: #FFF;
}

/* FORM STYLE */

#contact_form {
}
#contact_form ol {
	padding: 0px;
	margin: 0px;
}
#contact_form ol li {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	list-style: none;
	line-height: 1%;
	clear: left;
}
#contact_form legend {
	display: none;
}
#contact_form fieldset {
	margin: 5px 0px 0px;
	padding: 20px;
	background: #D9DACC;
	border-top: 1px solid #B6BAA0;
	border-bottom: 1px solid #B6BAA0;
}
#contact_form label {
	display: block;
	width: 240px;
	font: 1.1em Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0px;
	float: left;
}
#contact_form input#name, #contact_form input#email {
	border: 1px solid #B6BA00;
	color: #2A2829;
	height: 28px;
	width: 338px;
	padding: 5px;
	font: 1em Arial, Helvetica, sans-serif;
}
#contact_form textarea#message {
	border: 1px solid #B6BA00;
	color: #2A2829;
	height: 128px;
	width: 338px;
	padding: 5px;
	margin: 0px;
	font: 1em Arial, Helvetica, sans-serif;
}
#contact_form select#userID {
	border: 1px solid #B6BA00;
	color: #2A2829;
	font: 1em Arial, Helvetica, sans-serif;
	width: 60px;
}
#contact_form span.error {
	display: none;
	font: 1em Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #990000;
	float: left;
	clear: left;
}
#feedback {
	display: block;
}
#contact_form #submit{
	margin: 0px;
	float: right;
}

/* END OF CONTACT FORM STYLE */

#content_wrapper a, #error_wrapper a, #product_wrapper a {
	color: #4D6430;
}
#content_wrapper a:hover, #error_wrapper a:hover, #product_wrapper a:hover {
	color: #EAA10B;
}
#content_wrapper a[rel=external]{
	background: url(../media/images/icon_external.gif) no-repeat right center;
	padding-right: 15px;
}
#content_wrapper a:hover[rel=external]{
	background: url(../media/images/icon_external-h.gif) no-repeat right center;
}
#intro_text {
	margin-bottom: 20px;
	position: relative;
}
#intro_text ul {
		padding-left: 20px;
}
#product_wrapper ul {
	list-style: disc;
	line-height: 18px;
}
#content_wrapper table {
	width: 670px;
	table-layout: auto;
	border-collapse: collapse;
	border-spacing: 0;
	vertical-align: top;
}
#footer {
	clear: both;
	text-align: left;
	padding: 10px 0px 0px;
	width: 100%;
	bottom: 0px;
	border-top: 1px dashed #B6BA00;
}
#footer a {
	color: #4D6430;
	text-decoration: underline;
}
#footer a:hover {
	color: #EAA10B;
}
#footer p {
	padding-left: 20px;	
}
#footer span {
	background: url(../media/images/backtotop_arrow.gif) no-repeat left center;
	padding-left: 12px;
	float: right;
}
#maintenance {
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}
#video {
	background: #000;
}
#dealer_table {
	border: 1px solid white;
	border-collapse: collapse;
	margin: 20px 0px 0px;
}
#dealer_table td {
	padding: 5px;
	border: 1px solid #FFF;
	font-size: 1.2em;
}
#dealer_table th {
	padding: 5px;
	border: 1px solid #FFF;
	background: #4d6530;
	font-size: 1.4em;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
}
#dealer_table thead tr .header {
	cursor: pointer;
	background: #263616 url(../media/images/table_head_sortable.gif) no-repeat right center;
}
#dealer_table thead tr .headerSortUp {
	background: #263616 url(../media/images/table_head_asc.gif) no-repeat right center;
}
#dealer_table thead tr .headerSortDown {
	background: #263616 url(../media/images/table_head_desc.gif) no-repeat right center;
}

#information #content_wrapper ul {
	margin: 10px 20px 20px;
}
#information #content_wrapper li {
	list-style: disc;
}
#news {
	margin-bottom: 20px;
}
#news .item {
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #B6BA00;
}
#new_products {
	margin-bottom: 20px;
}

#slider ul, #slider li{ 
	margin:0;
	padding:0;
	list-style:none;
}	
#slider, #slider li{ 
	height:250px;
	width:670px;
	overflow:hidden;
}	

#catches_table {
	margin-top: 20px;
}

#catches_table img{
	border: solid 5px #B6BAA0;
}

#catches_table th, #catches_table td{
	width: 33%;
}
#catches_table th {
	text-align: center;
}
#reel_line_table {
	width: 100%;
}
#itm {
	background: #FFF;
	padding-top: 20px;
	padding-bottom: 20px;
}

/* Registration Information */

#registration_form legend {
	font-size: 1.2em;
	font-weight: bold;
	background: #D9DACC;
	color: #900;
	padding: 0px;
	margin: 0px;
}
#registration_form fieldset {
	margin: 5px 0px 0px;
	padding: 20px;
	background: #D9DACC;
	border-top: 1px solid #B6BAA0;
	border-bottom: 1px solid #B6BAA0;
}
#register_wrapper #submit {
	float: right;
	width: auto!important;
}
#registration_form label {
	display: block;
	width: 250px;
	font-weight: bold;
	padding-bottom: 5px;
}
#registration_form input {
	width: 380px;
}
#register_wrapper {
	padding: 20px 20px 0px;
	margin-bottom: 80px;
}

#register_wrapper label {
	font-size: 1.2em;
	float: left;
	width: auto;
	padding-right: 20px;
}
#optOut {
	float: left;
	width: auto!important;
}
.userComment_field {
	display: none;
}
.required {
	color: #900;
}
#message_alert {
	padding: 10px;
	border: 1px solid #C33;
	margin-bottom: 10px;
	background: url(../media/images/warning_64.jpg) no-repeat right 5px;
	margin-top: 15px;
}

/* BLOG STYLING */

.blog {
	clear: right;
	padding-top: 20px;
	
}
h1.blog_title {
	font-size: 1.6em;
	text-transform: uppercase;
	color: #4D6430;
	margin: 10px 0 10px 0;
	font-weight: bold;
	letter-spacing: -1px;
}
.blog a {
	text-decoration: none!important;
	border-bottom: 1px dotted #4D6430;
	font-style: italic;
}
.blog ul {
	list-style: disc;
	line-height: 18px;
	margin: 0px 0px 20px 20px;
}
.blog li {
	
}
.blog_header {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-top: 1px dashed #B6BA00;
	border-bottom: 1px dashed #B6BA00;
	position: relative;
}
.postMeta {
	letter-spacing: 0.3em;
	text-transform: uppercase;
	font: lighter normal 1em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #3D5325;
	padding-bottom: 0px;
}
.byline {
	letter-spacing: 0.3em;
	text-transform: uppercase;
	font: lighter normal 1em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #3D5325;
	padding-bottom: 0px;
}
.social_media {
	position: absolute;
	top: 10px;
	right: 0;
}
.blogPreviewImage {
	float: right;
	border: 5px solid #B6BAA0;
	margin: 0px 0px 20px 40px;
}
.blogGallery {
	margin: 20px 0 0 0!important;
	list-style: none!important;
}
.blogGallery li {
	float: left;
}
.relatedImages {
	width: 160px;
	display: block;
	height: 80px;
	background: #B6BAA0;
	color: #FFF;
	font-size: 1.6em;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 10px;
}

/* CLASSES */

.even {
	background: #B6BAA0;
}

.odd {
	background: #D9DACC;
}
.highlight {
	background: #EBA10A;
}
.highlight_text {
	background: #4d6530;
	color: #FFF;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
}
.float_right {
	float: right;
	margin-right: 20px;
	margin-left: 20px;
}
.float_left {
	float: left;
}
.news_img {
	float: right;
	border: 5px solid #B6BAA0;
	margin: 10px;
}
.feature_img {
	float: right;
	margin: 0px 20px 10px 10px;
	border-top: 1px solid #3899D0;
	border-bottom: 1px solid #3899D0;
	padding: 10px 0px;
	width: 150px;
}
.feature_img p {
	padding: 10px 0 0 0!important;
}
.product {
	padding: 20px 0px;
	border-top: 1px dashed #B6BA00;
}
.download_image {
	padding-left: 30px;
	height: 30px;
	line-height: 30px;
	background: url(../media/images/download-image-link.jpg) no-repeat left center;
}
.download_image_inside {
	background: url(../media/images/download-image-link.jpg) no-repeat left center;
	padding-left: 30px;
	font-size: 1.2em;
	padding-top: 5px;
	padding-bottom: 5px;
}
.download_image a, .download_image_inside a {
	font-weight: bold;
	text-decoration: none;
	color: #FFF!important;
}
.attention_link {
	/*padding-left: 30px;*/
	font-size: 1.2em;
	padding-top: 5px;
	padding-bottom: 5px;
}
.product_table_repeat {
	width: 670px;
	table-layout: auto;
	border-collapse: collapse;
	border-spacing: 0;
	vertical-align: top;
}
.product_table_h_repeat {
	width: 670px;
	table-layout: auto;
	border-collapse: collapse;
	border-spacing: 0;
	vertical-align: top;
}
.product_table_info {
	width: 100%;	
}
.product_table_info ul{
	list-style: disc;
	padding-left: 20px;
	margin: 0px 20px 10px 0px;
}
.product_table_image {
	width: 100%;	
}
.product_extra {
	width: 200px;
}
.video_link {
	padding: 0 10px 0 30px;
	margin-right: 16px;
	background: url(../media/images/video-image-link.jpg) no-repeat left top;
	height: 20px;
	line-height: 20px;
	float: left;
	box-shadow: 0.2em 0.2em #CCC;
	font-weight: bold;
}
.video_link a {
	text-decoration: none;
	color: #FFF!important;
	font-size: 1.2em;
}
.consultant {
	border-top: 1px dashed #B6BAA0;
	margin-top: 20px;
	padding-top: 10px;
}
.consultant_image {
	float: right;
	border: 5px solid #B6BAA0;
	margin: 10px 20px 20px;
}
.article_title {
	font-size: 1.6em;
	text-transform: uppercase;
	color: white;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
	padding-left: 10px;
	height: 30px;
	line-height: 30px;
	background-color: #3a4f23;
}
.article {
	border-bottom: 1px dashed #B6BAA0;
	padding: 10px 0 20px 0;
	font-size: 1em;
	overflow: auto;
}
.article:last-child {
	border-bottom: none;
}
.article img {
	border: 5px solid #B6BAA0;
	margin: 10px 20px 10px 0;
	float: left;
}
.article_wrapper, .video_wrapper {
	/*margin-left: 20px;*/
}
.minimised {
	background: #3a4f23 url(../media/images/minimised.png) no-repeat right center!important;
	cursor: pointer;
}
.maximised {
	background: #3a4f23 url(../media/images/maximised.png) no-repeat right center!important;
	cursor: pointer;
}
.catalogues_table {
	margin-bottom: 20px;
}
.quote {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-indent: -20px;
    background: url(../media/images/close-quote.gif) no-repeat right bottom;
}
.quote:first-letter {
	background: url(../media/images/open-quote.gif) no-repeat left top;
	padding-left: 20px;
	font: italic 1.4em Georgia, "Times New Roman", Times, serif;
}
.loading {
	background: url(../media/images/loadingAnimation.gif) no-repeat center center;
	height: 50px;
}
.clearer {
	clear: both;
	float: none;
}
.instructions_link {
	padding: 0 10px 0 30px;
	margin-right: 16px;
	background: url(../media/images/instructions-link.jpg) no-repeat left top;
	height: 20px;
	line-height: 20px;
	float: left;
	box-shadow: 0.2em 0.2em #CCC;
	font-weight: bold;
}
.instructions_link a {
	text-decoration: none;
	color: #FFF!important;
	font-size: 1.2em;
}
.instructions {
	background: #FFF;
}
.instructions_content {
	padding-top: 20px;
	padding-bottom: 20px;
}
.instructions_list {
	width: 480px;	
}
.instructions_list li {
	float: left;	
}
.instructions_list li img {
	padding: 20px;	
}
.instructions_list p {
	font-size: 1em;
	height: 5em;
	padding: 0 20px 0 20px;
	width: 160px;	
}
.numberList {
	line-height: 18px;
	list-style: decimal;
	margin-bottom: 1.2em;
	padding: 0 20px;
}

/* Videos page styling */

/* ISSUE CONTENTS STYLING */

.video { 
	/*border-bottom: 1px solid #EEE;
	padding: 10px 0 10px 90px; 
	overflow:hidden;*/
	border-bottom: 1px dashed #B6BAA0;
	padding: 20px 0 20px 120px; 
	font-size: 1em;
	overflow:hidden;
}
.video img { 
	float:left; 
	position:relative; 
	left:-120px; 
	margin-right:-85px;
	border: 5px solid #B6BAA0;
}
.video h2 {
	margin-top: 0;
}
/*#issue_contents h5 {
	color: #1e1e1e;
	font-size: 1em;
	font-weight: bold;
}*/
.video:last-child {
	border: none;	
}
