	body {
		margin:0;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:100%;
		background:#000;
		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%;
	}
	a {
		color:#369;
		text-decoration:none;
	}
	h1, h2, h3 {
		margin:.8em 0 .2em 0;
		padding:0;
	}
	p {
		margin:.4em 0 .8em 0;
		padding:0;
	}
	/* Header styles */
	#header {
		clear:both;
		float:left;
		width:100%;
        height:5px;
	}
	#header {
		border-bottom:1px solid #000;
	}
	#header p,
	#header h1,
	#header h2 {
		margin:0;
	color:red;
	position:relative;
        top:-95px;
        left:140px;
        font-family:verdana;
	}
	#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;
	}
	#header ul li a {
		display:block;
		float:left;
		margin:0 0 0 1px;
		padding:3px 10px;
		text-align:center;
		background:#eee;
		color:#000;
		text-decoration:none;
		position:relative;
		left:15px;
		line-height:1.3em;
	}
	#header ul li a:hover {
		background:#369;
		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%;
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;
		overflow:hidden;
	}
	/* 2 Column (left menu) settings */
	.leftmenu {
		background:#fff;		/* right column background colour */
	}
	.leftmenu .colleft {
		right:82%;			/* right column width */
		background:#000;	/* left column background colour */
	}
	.leftmenu .col1 {
		width:78%;			/* right column content width */
		left:102%;			/* 100% plus left column left padding */
	}
	.leftmenu .col2 {
		width:14%;			/* left column content width (column width minus left and right padding) */
		left:6%;			/* (right column left and right padding) plus (left column left padding) */
	}

	.sidemenu {
	  color:red;
	  font-family:verdana;
	  position:relative;
	  top:-13px;
          left:5px;
	}
	 
	.sidehr {
          background-color:red;
          border:0;
          width:100%;          
	}
	.maghr {
          background-color:red;
          border:0;
          width:100%;          
	}
	.sidetext {
	  color:red;
	  font-family:verdana;
		}

	.sidetext a {
	  color:white;
	  font-family:verdana;
		}

        .sideh1 {
  	  color:red;
          font-family:verdana;
        }		
        .reviewby {
          font-family:verdana;
          font-size:12px;
          color:red;
          position:relative;
          top:-5px;
        }
	/* Footer styles */
	#footer {
		clear:both;
		float:left;
		width:100%;
		border-top:1px solid #000;
	}
	#footer p {
		padding:10px;
		margin:0;
		color:#fff;
	}

/* Contact Form styles by Hubert 16.10.09 */

        form#contactForm fieldset {
          border:none;
        }
        form#contactForm label, td.label {
          width:100px;
          margin:3px;
          margin-right: 20px;
          display: block;
          float:left;
        }
        form#contactForm input.text, table#commentsContainer td.text input   {
          width:300px;
          height:20px;
          margin:3px;
        }
        form#contactForm textarea.text, table#commentsContainer td.text textarea {
          width:300px;
          margin:3px;
        }
        form#contactForm input.button {
          margin-top:10px;
        }
        form#contactForm span {
          vertical-align:top;
          color: #FF0000;
        }
        span#hidden {
          display: none;
        }

#comments {
font-family:verdana;
}

#comments h2 {
color:white;
background-color:black;
padding:10px;
font-family:verdana;
font-weight:normal;
font-size:16px;
}

#rounded-corner
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 15px;	
	width: 420px;
	text-align: left;
	border-collapse: collapse;
        margin-left:auto; margin-right:auto;
}
#rounded-corner thead th.rounded-company
{
	background: #000 url('/images/left.png') left -1px no-repeat;
}
#rounded-corner thead th.rounded-q4
{
	background: #000 url('/images/right.png') right -1px no-repeat;
}
#rounded-corner th
{
	padding: 8px;
	font-weight: bold;
	font-size: 13px;
	color: white;
	background: #000;
}
#rounded-corner td
{
	padding: 8px;
	background: #000;
	border-top: 1px solid #fff;
	color: red;
}
#rounded-corner td.text
{
	border-top: 1px solid #000;
	background: #000;
	color: white;
        font-size:11px;
}


#rounded-corner tfoot td.rounded-foot-left
{
	background: #000 url('/images/botleft.png') left bottom no-repeat;
}
#rounded-corner tfoot td.rounded-foot-right
{
	background: #000 url('/images/botright.png') right bottom no-repeat;
}
/*
#rounded-corner tbody tr:hover td
{
	background: #fff;
}
*/

#in-place {
  position: fixed;
  left: 10px;
  z-index: 1;
  width: 14%;
}

/* layout code for contact form */

input.button	{position:relative; left:310px;
                 padding:3px 6px;
                 border:2px solid #fff; 
                 margin:20px 0px 0px 0px; font-family:Verdana, Arial, Helvetica, sans-serif;
                 background:#CCC; -moz-border-radius:5px; }
input.button:hover    { background:red none repeat scroll 0% 0%; color:white; }

label#name_label      { position:relative; top:0; left:0; }
input#name            { position:relative; top:0; left:110px; }
label#name_error      { position:relative; top:0px; left:120px; }

label#email_label     { position:relative; top:10px; left:0px; }
input#email           { position:relative; top:10px; left:112px; }
label#email_error     { position:relative; top:10px; left:120px; }

.shootresults {
border:1px solid black;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
border-collapse:collapse;
}

.shootresults tr:hover {
font-weight:bold;
background:#99FFCC;
}

.shootresults th {
 background:black;
 color:white;
 font-weight:bold;
}

