    /* General styles */
    body {
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	/* min-width:600px;    Minimum width of layout - remove line if not required */
							/* The min-width property does not work in old versions of Internet Explorer */
		font-size:90%;
	background-color: #000000;
	border-bottom-color: #000000;
	margin-left: auto;
	margin-right: auto;
    }
	a {
    	color:#369;
		text-decoration:none;
	}
	a:hover {
		color:#999999;
		text-decoration:none;
	}
    h1, h2, h3 {
	padding:0;
	margin-top: 0.3em;
	margin-right: 0px;
	margin-bottom: 0.9em;
	margin-left: 0.5em;
    }
    p {
	margin:.2em 0 .8em 0;
	padding:0;
	color: #FFFFFF;
    }
	img {
		margin:10px 0 5px;
	}
	/* Header styles */
	#control {
	clear:both;
	float:none;
	height: 165px;
	
    }
    #header {
	clear:both;
	float:left;
	width:100%;
	border-bottom:1px solid #1f1f1f;
	background-image: url(../images/header_grad.jpg);
	background-repeat: repeat-x;
	background-position: bottom left;
    }
		
	#header h1{
	display: block;
	height: 128px;
	width: 283px;
	background-image: url(../images/O6_Lgog.gif);
	background-repeat: no-repeat;
	background-position: top left;
	}
	.nav{
	clear:both;
	float:left;
	width:100%;
	border-bottom:1px solid #1f1f1f;
	height: 45px;
	padding-bottom: 5px;
	
	}
	#header p,
	#header h2 {
	    padding:.4em 15px 0 15px;
        margin:0;
	}
	#header ul {
	    clear:left;
	    float:left;
	    width:100%;
	    list-style:none;
	    margin:10px 0 0 0;
	    padding:0;
	}
	#header ul li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
	background-image: url(../images/nav_sep.gif);
	background-repeat: no-repeat;
	background-position: right center;
	}
	#header ul li a {
	display:block;
	float:left;
	margin:0 0 0 1px;
	padding:3px 10px;
	text-align:center;
	color:#FFCC00;
	text-decoration:none;
	position:relative;
	left:500px;
	line-height:1.3em;
	bottom: 25px;
	font-family: "Times New Roman", Times, serif;
	}
	#header ul li a:hover {
	color:#fff;
	
	}
	#header ul li a.active,
	#header ul li a.active:hover {
	    color:#fff;
	    background:#000;
	    font-weight:bold;
	}
	#header ul li a span {
	    display:block;
	}
	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#eee;
		border-top:4px solid #000;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}
	/* column container */
	.colmask {
	position:relative;		/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;	/* This chops off any overhanging divs */
	
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;				/* width of page */
		position:relative;
		
	}
	.col1,
	.col2,
	.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
								only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
	background-color: #000000;
	color: #FFCC00;
	}
	/* 3 Column settings */
	.threecol {
				/* right column background colour */
	}
	.threecol .colmid {
		right:25%;				/* width of the right column */
				/* center column background colour */
	}
	.threecol .colleft {
		right:48%;				/* width of the middle column */
				/* left column background colour */
	}
	.threecol .col1 {
		width:46%;				/* width of center column content (column width minus padding on either side) */
		left:102%;				/* 100% plus left padding of center column */
	}
	.threecol .col2 {
		width:21%;				/* Width of left column content (column width minus padding on either side) */
		left:31%;				/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.threecol .col3 {
		width:21%;				/* Width of right column content (column width minus padding on either side) */
		left:85%;				/* Please make note of the brackets here:
								(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}
	.coltop
{
	height: 18px;
	width: 100%;
	background-image: url(../images/feature_grad.jpg);
	background-repeat: no-repeat;
}
	/* Footer styles */
	#footer {
	clear:both;
	float:left;
	width:100%;
	color:#666666;
	font-size: 12px;
	
    }
    #footer p {
        padding:10px;
        margin:0;
    }
	#sidebar
{
	width: 60%;
	padding: 0 0 10px;
	float: right;
	background-color: #000000;
}
#sidebar .col
{
padding: 15px 11px 15px 11px;
}
.sbtop
{
height: 18px;
width: 100%;
background: url(/images/global/sbtop.gif) no-repeat left top;
}
.sbmiddle
{
	width: 100%;
	background: url(/images/global/sbmiddle.gif) repeat-y;
	padding-top: 5px;
}

.sbbottom
{
height: 18px;
width: 100%;
background: url(/images/global/sbbottom.gif) no-repeat left top;
}

.sbcontainer
{
padding: 8px 26px;
width: 325px;
}

.sbcontainer p
{
font: 1em Arial, Helvetica, sans-serif;
margin: 7px 0;
padding:0;
color: #FFFFFF;
}


.sbcontainer p a:link, .sbcontainer p a:active
{
border-bottom: 1px dotted #CC6633;
text-decoration: none;
font-style: italic;
color: #663300;
}


.sbcontainer p a:visited
{
text-decoration: none;
font-style: italic;
color: #999;
}

.sbcontainer p a:hover
{
border-bottom: 1px dotted #ccc;
text-decoration: none;
font-style: italic;
color: #ccc;
}

.sbhead
{
	color: #FFCC00;
	margin: 0px;
	border-bottom: 1px solid #D9D9D9;
	padding-bottom: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
}

.sidelist  a:link
{
text-decoration: none;
font-style: italic;
color: #CC6633;
}

.sidelist a:visited
{
text-decoration: none;
font-style: italic;
color: #999;
}

.sidelist a:hover
{
border-bottom: 1px dotted #CC6633;
text-decoration: none;
font-style: italic;
color: #CC6633;
}

.sidelist a:active
{
text-decoration: none;
font-style: italic;
color: #CC6633;
}

.sidelist
{
list-style: none;
margin: 0px;
padding: 3px 0px 0px;
}

.sidelist li
{
border-bottom: 1px dotted #e8e8e8;
padding-top: 6px;

padding-bottom: 9px;
}

    /*  */

.kwickswrap {
	margin-left: 320px;
}
.kwicks {
list-style : none;
position : relative;
margin : 0;
padding : 0;
width : 949px;
height : 50px;
z-index : 2;
}
.kwicks li {
display : block;
float : left;
overflow : hidden;
padding : 0;
/*cursor : pointer;*/
width : 132px;
height : 50px;
z-index : 2;

}
.kwicks li a {
height : 50px;
text-indent : -9999px;
/*outline : none;*/
display : block;
background-image : url(http://www.originalsixmarketing.com/images/mainmenu18.png);
background-repeat : no-repeat;
z-index : 2;

}
#kwick1 a {
background-position : 0 0;
}
#kwick1 a:hover, #kwick1 #aktiv {
background-position : 0 -50px !important ;
}
#kwick2 a {
background-position : -190px 0;
}
#kwick2 a:hover, #kwick2 #aktiv {
background-position : -190px -50px !important ;
}
#kwick3 a {
background-position : -380px 0;
}
#kwick3 a:hover, #kwick3 #aktiv {
background-position : -380px -50px !important ;
}
#kwick4 a {
background-position : -570px 0;
}
#kwick4 a:hover, #kwick4 #aktiv {
background-position : -570px -50px !important ;
}
#kwick5 a {
background-position : -760px 0;
}
#kwick5 a:hover, #kwick5 #aktiv {
background-position : -760px -50px !important ;
}
#kwick6 a {
background-position : -950px 0;
}
#kwick6 a:hover, #kwick6 #aktiv {
background-position : -950px -50px !important ;
}
