/*------------------------------
/*------------------------------
	Name: Waracle CMS Template
	Author: Oskar Kirkwood
	Website: http://www.waracle.com/
	Copyright: Waracle Ltd 2008
-------------------------------*/

*{
	margin:0;
	padding:0;
	font-family: lucida sans, verdana, arial;
}

html, body {
	height: 100%;
	font-family:Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size:10px;
	color:#000;
}

#container{
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: #fff url(images/background-pattern.png) repeat-x;
}

/* -- Header -- */

#header{
	margin-bottom:3px;
	height:74px;
	float:right;
}

#header img{
	float:left;
}

#logo{
	float:left;
	margin-top:5px;
	}

/* -- topnav -- */

#topnav-outer{
	width:403px;
	text-align:left;
	float:left;
	margin-left:14px;
}

#topnav-inner{
	width:518px;
	margin-left:1px;
	float:left;
	height: 42px;
	background:url(images/topnav-background.png);
	padding-top:1px;
}

.bottom-row{
	margin-top:7px;
	margin-bottom:4px;
	float:left;
	height:26px;
}



/* -- Body --*/

#body-outer{
	width:100%;
	/*background:#666;*/
	text-align:center;
}

#body-inner{
 	width:1135px;
	margin:0 auto;
	text-align:left;
	background:url(images/body-inner.png) no-repeat;
}

#illustration-body{
	position:relative;
	float:left;
	width:478px;
  	height:540px;
  	/* end min-height hack */
}

#illustration-banner{
	float:left;
	width:385px;
	height:15px;
	background:url(images/top-left-banner.png) no-repeat;
	padding-top: 2px;
	padding-left:10px;
	color:#B1B2A3;
	margin-left:95px;
	font-size:9px;	
}

#illustration-banner a{
	color: #B1B2A3;
}

#illustration-banner a:hover{
	color:#c9b01d;
}

#illustration{
	width:478px;
	height: 549px;
	float:left;
}

#body-left{
	float:left;
	width:533px;
	background:url(images/body-background.png) repeat-y;
	height: auto;
}

#gallery-image{
	float:left;
}

#body-right{
	float:left;
	width:118px;
	/* min-height hack */
	min-height:360px;
  	height:auto !important;
  	height:360px;
  	/* end min-height hack */
	text-align:center;
	background:url(images/newest-pictures-background.png) repeat-y;

}

#gallery-link{
	clear:both;
	float:left;
	height:21px;
	margin-top:20px;
}

.image-date{
	font-size:10px;
	background:#b6bb94;
	width:81px;
	height:15px;
	padding-top:2px;
	padding-left:10px;
	margin:0 auto;
	margin-top:-3px;
	background:url(images/recent-background.png);
	color:#666633;
}

.image-date a{
	color:#666633;
}

.image-date a:hover{
	color:#666633;
}

#images-title{
	height:44px;
	padding-top:4px;
	margin:0 auto;
	padding-top:7px;
}

#myContent{
	z-index:0;
	position:relative;
	margin-left:16px;
	float:right;
}

#myContent img{
	margin-left:3px;
	float:right;
}

.newest-pictures{
	margin: 0 auto;
	margin-bottom:4px;
	height:90px;
	width:103px;
	text-align:center;
}

.thumb{
	margin-top:10px;
	width:91px;
	height:67px;
}

#rss{
	height:17px;
	margin-left:15px;
	padding-left:5px;
	width:513px;
	float:left;
	color:#fff;
	background:url(images/rss_banner.png);
}

#rss img{
	margin-top:2px;
	margin-right:4px;
	float:left;
}

#rss a{
	float:left;
	margin:0px;
	margin-top:2px;
	color:#b1b2a3;
}

#rss a:hover{
	color:#c9b01d;
	text-decoration:underline;
}

#rss-pictures{
	height:15px;
	padding-bottom:2px;
	width:118px;
	float:left;
	color:#fff;
	background:url(images/rss_banner.png);
}

#rss-pictures img{
	margin-top:2px;
	margin-right:4px;
	float:left;
}

#rss-pictures a{
	float:left;
	margin:0px;
	margin-top:2px;
	color:#b1b2a3;
}

#rss-pictures a:hover{
	color:#c9b01d;
	text-decoration:underline;
}

#paint-effect{
	width:124px;
	height:440px;
	background:url(images/paint-effects.png) no-repeat;
	float:left;
}

#content-footer{
	clear:left;
	margin-left:12px;
	height:19px;
	padding:2px;
	float:left;
}

/* ------------------------------
	
Content Styles - Share with wysiwyg
	
------------------------------ */

#body-content{ /* This will change to body in the wysiwyg stylesheet */
	width:495px;
	padding:10px;
	padding-left:13px;
	padding-right:15px;
	margin-left:10px;
	bottom:0px;
	font-family:Lucida Sans, Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	float:left;
	background:url(images/gallery-background.png) repeat-y;
	/* min-height hack */
	min-height:640px;
  	height:auto !important;
  	height:640px;
  	/* end min-height hack */
}

p{
	margin-bottom:10px;
	text-align:justify;
	}

h1, h2, h3{
	margin-bottom:10px;
	font-size:2em;
	font-weight:bold;
}

h4{
	margin-bottom:10px;
	font-size:1.5em;
	font-weight:bold;
}

h5{
	margin-bottom:10px;
	font-size:1.2em;
	font-weight:bold;
}



img{border:0;}

/* These list styles need to be prefixed with #body-content */
#body-content ul{padding-left:30px; margin-bottom:10px;}
#body-content ol{padding-left:30px; margin-bottom:10px;}
#body-content li{padding:3px;}

table{
	margin-bottom:10px;
	border-collapse: collapse;
	width:400px;
	background:#c9e4fe;
	}

table th{
	border:1px solid #000; 
	padding:5px;
	font-family:Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	background: #1E4F84;
	color:#fff;
}

table td{
	border:1px solid #000; 
	padding:5px;
	width:25%;
	font-family:Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size:12px;
	}

form{
	float:left;
	}
	
label{display:block; margin-bottom:5px;}

input{
	width:200px;
	background:#9DD8F8;
	border:1px solid #1E4F84;
	padding:2px;
	font-family:Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size:12px;
	color:#1E4F84;
	margin-bottom:5px;
	}

input.button{
	margin-top:5px;
	width:150px;
	background:#eee;
	color:#222;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #333;
	border-bottom:1px solid #333;
	cursor:pointer;
	}

input.button:hover{background:#D9EFF9;}

select {width:91px; margin:4px;}

textarea{
	display:block;
	overflow:auto;
	width:350px;
	height:150px;
	background:#9DD8F8;
	border:1px solid #1E4F84;
	padding:2px;
	font-family:Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size:12px;
	color:#1E4F84;
	}

a:link, a:visited{
	text-decoration:none;
	}

a:hover {
	text-decoration:underline;
	}

/* -- Footer -- */

#footer-outer{
 	clear:both;
	width: 100%;
	background: #D7D8C1 url(images/footer-background.png);
	bottom: 0 !important;
	height: 19px;
	text-align:center;
	color:#B1B2A3;
	padding-top:2px;
}

#footer-inner{
 	width:1006px;
	margin:0 auto;
	text-align:left;
	background:url(images/footer.png);
	line-height:10px;
	height:19px;
	/*background:#fff;*/
}

#footer-inner a{
	color:#B1B2A3;
}

#footer-left{
	float:left;
	margin-top:4px;
	margin-bottom:-6px;
	margin-left:43px;
}

#footer-right{
	float:right;
	margin-top:4px;
	margin-bottom:-6px;
	margin-right:80px;
}

/* --- clearfix --- */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

/* --- topnav --- */

#broadcast{
	height:22px;
	width: 99px;
	float:left;
	background: url(images/broadcast-active.png) no-repeat;
}

#broadcast-link{
	height:22px;
	width: 99px;
	float:left;
	background: url(images/broadcast.png) no-repeat;
}

#broadcast-link:hover{
	background: url(images/broadcast-hover.png) no-repeat;
}

#work{
	height:22px;
	width: 98px;
	float:left;
	background: url(images/work-active.png) no-repeat;
}

#work-link{
	height:22px;
	width: 98px;
	float:left;
	background: url(images/work.png) no-repeat;
}

#work-link:hover{
	background: url(images/work-hover.png) no-repeat;
}

#about{
	height:22px;
	width: 100px;
	float:left;
	background: url(images/about-active.png) no-repeat;
}

#about-link{
	height:22px;
	width: 100px;
	float:left;
	background: url(images/about.png) no-repeat;
}

#about-link:hover{
	background: url(images/about-hover.png) no-repeat;
}

#products{
	height:22px;
	width: 99px;
	float:left;
	background: url(images/products-active.png) no-repeat;
}

#products-link{
	height:22px;
	width: 99px;
	float:left;
	background: url(images/products.png) no-repeat;
}

#products-link:hover{
	background: url(images/products-hover.png) no-repeat;
}

#next{
	height:19px;
	width:100px;
	float:left;
	background:url(images/next-inactive.png) no-repeat;
	
}

#next-active{
	height:19px;
	width:100px;
	float:left;
	background:url(images/next-active.png) no-repeat;
	
}

a #next-active:hover{
	background:url(images/next-hover.png) no-repeat;
}

#previous-active{
	clear:left;
	height:19px;
	width:100px;
	clear:left;
	float:left;
	background:url(images/prev-active.png);
}

a #previous-active:hover{
	background:url(images/prev-hover.png) no-repeat;
}

#previous{
	clear:left;
	height:19px;
	width:100px;
	clear:left;
	float:left;
	background:url(images/prev-inactive.png);
}

.topnav {
	height:22px;
	border-left:0;
	border-top:0;
	float:left;
	text-align:center;
}

a .topnav {
	color:#fff;
}

a .topnav:hover{
	color:#fff;
}

/* -- sidenav -- */

ul#sidenav{
	list-style-type:none;
	margin-bottom:10px;
}

ul#sidenav li{
	width:180px;
	padding:0px;
	margin:0px;
}

ul#sidenav li a{
	display:block;
	text-decoration: none;
	padding:3px 10px;
	color:#fff;
}

ul#sidenav li a:link, ul#topnav li a:visited{background:#999;}

ul#sidenav li a:hover{background:#666;}

/* -- dropdown menu -- */

.menu {width:443px; height:30px; font-size:0.85em; float:left; z-index:100;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:443px; w\idth:443px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:127px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:107px;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:11px;text-decoration:none; color:#fff; width:97px; height:30px; background:url(images/blank.png); padding-left:10px; line-height:29px;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:87px; w\idth:87px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#d4d8bd url(http://www.cssplay.co.uk/graphics/drop.gif) bottom right no-repeat;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#c9ba65 url(http://www.cssplay.co.uk/graphics/drop.gif) bottom right no-repeat;}
.menu ul ul :hover > a.drop {background:#c9ba65 url(http://www.cssplay.co.uk/graphics/drop.gif) bottom right no-repeat;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#e2dfa8;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#b2ab9b;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:30px;left:0; width:149px;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.menu ul ul ul{left:149px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#d4d8bd; color:#000; height:auto; line-height:1em; padding:5px 10px; width:128px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#fff; background:#949e7c; cursor:pointer;}
.menu :hover > a, .menu ul ul :hover > a {color:#fff;background:#949e7c;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}


/* -- reusable classes -- */

.hor-line{border-top:1px solid #000; margin-bottom:10px;}

.align-left{text-align:left;}

.align-right{text-align:right;}

.float-left{float:left;}

.float-right{float:right;}

.padder{padding:10px;} /* This wont break the box model */
