/* enhancedmedia - HTML/CSS Template - Plush Orange
       _           _                                        
      | |         | |                                       
 _ __ | |_   _ ___| |__     ___  _ __ __ _ _ __   __ _  ___ 
| '_ \| | | | / __| '_ \   / _ \| '__/ _` | '_ \ / _` |/ _ \
| |_) | | |_| \__ \ | | | | (_) | | | (_| | | | | (_| |  __/
| .__/|_|\__,_|___/_| |_|  \___/|_|  \__,_|_| |_|\__, |\___|
| |                                               __/ |     
|_|                                              |___/        

*/ 
html, body {
	height:100%;
	margin:0;
}
body {
	text-align:center;
	background:#fff url(images/bg.jpg) repeat-x top;
	font-family:Helvetica, Times, serif;
	font-size:11px;
	color:#000;
	min-height:100%;
}
/* Global styles */
a:link, a:active, a:visited{color:#FF9900; text-decoration:none;}
a:hover {text-decoration:underline;}
h1,h2,h3,h4{ font-family:Arial, serif; color:#000; margin:10px 0;}
h1 {font-size:24px;}
h2 {font-size:12px;}
h4{ font-size:12px; margin:0 0 5px 0; color:#666;}
.floatl{float:left; margin:10px 10px 10px 0;}
.floatr{float:right; margin:10px 0 10px 10px;}
.tagline{font-size:16px; font-style:italic; color:#333; margin-top:60px;}
.separator {margin:10px 0 0 0; width:100%; font-size:0px; border-top:1px dashed #CCC;}
.colour{color:#FF9900;}
form, input, textarea{ margin:0; padding:0; font-family:Tahoma, sans-serif;}
.userinput {height:18px; width:140px; color:#999; font-size:10px; line-height:18px;}
/* Global Page styles */
#wrapper {
	margin:0 auto 0 auto;
	width:900px;
	text-align:left;
}
#header {
	margin:0;
	padding:0;
	width:900px;
	height:100px;
	background:url(images/logo.jpg) no-repeat top left;
	float:left;
}
#searchbox {
	width:207px;
	height:22px;
	float:right;
	margin:20px 0 0 0;
}
#pagewrapper {
	width:900px;
	background:url(images/pagebg.jpg) repeat-y;
	margin:0 auto 0 auto;
}
#pagecontent {
	width:900px;
	margin:0 auto 0 auto;
}
#leftcolumn {
	width:590px;
	margin:10px 0 40px 0;
	float:left;
}
#rightcolumn {
	width:220px;
	margin:30px 0 30px 40px;
	padding-left:30px;
	float:left;
	background:url(images/columnbg.jpg) repeat-y left;
}
#footer {
	width:100%;
	height:50px;
	margin:0 auto 0 auto;
	overflow:hidden;
	float:left;
	text-align:right;
	background-color:#333;
	color:#CCC;
	font-size:10px;
}
#footer p {margin-right:20px;}
/* Index page styles */
#splash {
	width:850px;
	height:199px;
	margin:0;
	padding-left:50px;
	background:url(images/splash.jpg) no-repeat top left;
	float:left;
}
#splashscroller {
	width:370px;
	height:199px;
	margin-right:10px;
	float:right;
}	
.boxcontent {
	width:240px;
	margin-bottom:30px;
}
/* Navigation bar menu styling */
#nav {margin-top:33px; padding:0; float:right;}
#nav ul{ 
	padding:0;
	margin:0;
	width:auto;
	list-style: none;
	height:30px;
	position: relative;
	float:right;
}
#nav li{
	list-style:none;
	float:left;
	text-align:center;
	padding:0;
	color:#FFF;
	font:bold 12px Century Gothic, sans-serif;
	line-height:30px;
}
#nav .lavaLamp li a {
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
	margin: auto 10px; 
}
#nav .lavaLamp li.back {
	background: url(images/lava.gif) no-repeat right -30px;
	width: 9px; height: 30px;
	z-index: 8;
	position: absolute;
}
#nav .lavaLamp li.back .left {
	background: url(images/lava.gif) no-repeat top left;
	height: 30px;
	margin-right: 9px; /* 7px is the width of the rounded shape */
}
#nav a:link, #nav a:hover, #nav a:active, #nav a:visited{color:#FFF; text-decoration:none;}
/* Contact page styles */
#loading { display:none;}
#contact label {
	margin:3px 5px 0 0;
	width:4.5em;
	float:left;
	text-align:right;
	display: block;
}
.contactinput {
	border:none;
	font-size:11px;
	line-height:12px;
	padding:3px 0 0 2px;
	color:#333;
	background-color:#e5e5e5;
}

/* jCarousel styles */

/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 75px;
    height: 75px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

