/*	
	Copyright (c) 2010 Grant Jameison.
	Doc: default
	Revision: 1.0
	
--------------------------------------------------------------------------------------------
	Global 
--------------------------------------------------------------------------------------------*/

html, body {
	margin:0;
	padding:0;
	height:100%;
	width:100%;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.75em;
	background:#000 url(../images/homeBg.gif) no-repeat center top;
	color:#FFFFFF;
}

/* Generic Links */

a:link, a:visited, a:active {
	color:#FFFFFF;
	text-decoration:underline;
	outline:none;
}
a:hover{
	color:#ff0000;
}

a.baseBtn:link, a.baseBtn:visited, a.baseBtn:active {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	font-size:1.17em;
	background:url(../images/baseBtn.png) no-repeat;
	width:262px;
	height:25px;
	padding:10px 0 0 10px;
	display:block;
	behavior: url(./includes/iepngfix.htc);
}
a.baseBtn:hover {
	color:#ff0000;
}


a.halfBtn:link, a.halfBtn:visited, a.halfBtn:active {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	font-size:1.17em;
	background:url(../images/halfBtn.png) no-repeat;
	width:120px;
	height:25px;
	padding:10px 0 0 10px;
	float:left;
	display:inline-block;
	behavior: url(./includes/iepngfix.htc);
}
a.halfBtn:hover {
	color:#ff0000;
}

.gap {
	margin:0 10px 0 0;
}
.right {
	float: right;	
}
.left {
	float: left;	
}

/*--------------------------------------------------------------------------------------------
	Structural 
  --------------------------------------------------------------------------------------------*/

#wrapper {
	width:1000px;
	margin:auto;
}

#header {
	width:1000px;
	height:120px;
	position:relative;
	z-index:100;
}

#logo {
	width:220px;
	height:68px;
	padding:32px 0 0 0;
	float:left;
}

#mainNav {
	width:760px;
	height:20px;
	padding:85px 0 0 0;
	float:left;
}

#mainContent {
	width:1000px;
	min-height:420px;
	height:auto !important;
	height:420px;
}
#base {
	width:1000px;
	height:100px;
	background:url(../images/greyBase.png) no-repeat;
	padding:20px 0 0 0; 
}

.basePanel {
	width:272px;
	height:80px;
	float:left;
	padding:0 30px;
	border:dotted #FF0000;
	border-width:0 0 0 1px;
}

.homePanel {
	width:440px;
	float:left;
	padding:20px 60px 0px 0px;
}


#mainHome {
	width:1000px;
	height:400px;
}

/* Footer */

#footer {
	width:1000px;
	height:20px;
	margin:20px 0 0 0;
	text-align:right;
}

/*--------------------------------------------------------------------------------------------
	Navigation 
  --------------------------------------------------------------------------------------------*/  
/* Main nav */

#mainNav ul {
	margin:0;
	padding:0;
	list-style:none;
	z-index:10000;
}

#mainNav li {
	padding:0 30px 0 0;
	float:left;
	height:20px;
}
#mainNav li a:link, #mainNav li a:active, #mainNav li a:visited {
	font-size:1.25em;
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
}

#mainNav li a:hover, #mainNav li a.selected{
	color:#FF0000;
	text-decoration:none;
}

#mainNav .sub {
	position: absolute;	
	top: 100px; left: 0;
	width:1000px;
	height:220px;
	background:url(../images/subNav.png) no-repeat 0 20px;
	display: none;
}
#mainNav focus {
	text-decoration:none;
	outline:		0;
}
#mainNav li .sub a:link, #mainNav li .sub a:active, #mainNav li .sub a:visited {
	font-weight:normal;
	font-size:1.17em;
	margin:0 0 10px 0;
}

.sub .panel {
	width:272px;
	height:150px;
	float:left;
	padding:10px 30px 0 30px;
	border:dotted #FF0000;
	border-width:0 0 0 1px;
	margin:40px 0 0 0;
	display:inline;
}

.first, .sub .first {
	border:none;
}

.leftPanel {
	width:460px;
	float:left;
	padding:20px 20px 0 20px;
	min-height:390px;
	height:auto !important;
	height:390px;
	position:relative;
}
.leftPanel.stone {
	min-height:100px;
	height:auto !important;
	height:100px;
}

.rightPanel {
	width:480px;
	float:left;
	padding:20px 0 0 20px;
}

.article {
	padding:0 0 10px 0;
	border:#ff2400 dotted;
	border-width:1px 0 0 0;
}
.articleTxt {
	width:460px;
	float:left;
	padding:20px 20px 0 20px;
}
.articleImg {
	width:460px;
	float:left;
	padding:20px 0 0 20px;
}

.bigDrip {
	background:url(../images/bigDrip.jpg) no-repeat 0 50%;
	min-height:480px;
	height:auto !important;
	height:480px;
}

#form1 {
	margin:0 0 20px 0;
}

.fullPanel {
	width:980px;
	float:left;
	padding:20px 0 0 20px;
}

.leftPanel .conThumbs{
	position:absolute;
	bottom:20px;
}
.leftPanel img{
	margin:0 10px 0 0;
}
.doubleCol {
	width:600px;
	float:left;
	padding:20px 20px 0 20px;
	min-height:390px;
	height:auto !important;
	height:390px;
	position:relative;
}

.singleCol {
	width:300px;
	float:left;
	padding:20px 0 0 20px;
}


#tabs ul {
	width:980px;
	height:48px;
	margin:0;
	padding:10px 0 0 20px;
	position: relative;
	list-style:none;
}
#tabs ul li{ 
	list-style: none; 
	float: left; 
	position: relative; 
	border-bottom: 0 !important; 
	white-space: nowrap;	
	padding:0 3px 0 0;
	margin:0;
}

#tabs ul li a:link, #tabs ul li a:visited, #tabs ul li a:active {
	height:48px;
	min-width:50px;
	width:auto !important;
	width:50px;
	display:block;
	z-index:1;
	padding:0 0 0 20px;
	text-decoration: none;
}

#tabs ul li a span{
	padding:18px 20px 0 0px;
	display:block;
	height:30px;
	font-size:1.33em;
}

#tabs ul li focus {
	text-decoration:none;
	outline:		0;
}
#tabs ul {
	background:url(../images/blkTabBg.jpg) no-repeat;
}
#tabs ul li a:link, #tabs ul li a:visited, #tabs ul li a:active {
	background:url(../images/blkTabLeft.gif) no-repeat left bottom;
	color:#000;
}

#tabs ul li a span{
	background:url(../images/blkTabRight.gif) no-repeat right bottom;
}
#tabs ul li a:hover {
	background:url(../images/blkTabLeft.gif) no-repeat left top;
	color:#ff0000;
}
#tabs ul li.ui-tabs-selected a:link, #tabs ul li.ui-tabs-selected a:visited, #tabs ul li.ui-tabs-selected a:active {
	background:url(../images/blkTabLeft.gif) no-repeat left top;
	color:#fff;
}

#tabs ul li a:hover span, #tabs ul li.ui-tabs-selected a span{
	background:url(../images/blkTabRight.gif) no-repeat right top;
}



 ul.gallery {
	width:480px;
	margin:0;
	padding:0;
	position: relative;
	list-style:none;
	background:none;
}
ul.gallery li{ 
	list-style:none;
	padding:0 10px 10px 0;
	margin:0;
	float:left;
}

ul.gallery li a:link, ul.gallery li a:visited, ul.gallery li a:active {
	height:146px;
	width:146px;
	display:block;
	z-index:1;
	padding:0;
	background:none;
}
ul.gallery li a img{ 
	border:none;
}

.leftPanel ul {
	background:none;
	list-style:circle;
	width:auto;
	height:auto;
	padding:0 0 0 20px;
}
.leftPanel ul li{
	list-style:disc ;
	color:#666666;
}


#textHide, #textHide2 {
	display:none;
}

/*--------------------------------------------------------------------------------------------
	Typography
  --------------------------------------------------------------------------------------------*/
/* Headings */
h1 {
	font-size:2em;
	margin:0 0 10px 0;
	padding:0;
	font-weight:normal;
	color:#ff0000;
}
h1.grey {
	color:#666666;
	margin:0;
}
h2  {
}

.homePanel h2 {
	font-weight:normal;
	color:#ff0000;
	font-size:1.33em;
}

h3 {	
	font-size:1.67em;
	margin:0 0 10px 0;
	padding:0;
	font-weight:normal;
}

h4 {
	color:#FFF;
	margin:0;
	padding:5px 0;
}

table {
	color:#666;
}
/* Type */
p {
	margin:0 0 16px 0;
	padding:0;
}

.sub p {
	font-size:1.17em;
}

hr {
	height:1px;
	border:dotted #FF0000;
	border-width:1px 0 0 0;
	color:#000000;
	margin:0 0 20px 0;
	padding:0;
}
/*--------------------------------------------------------------------------------------------
	Forms - form, input, label etc
  --------------------------------------------------------------------------------------------*/
.Accordion {
	overflow: hidden;	
	border:none;
	outline:none;
}
.AccordionPanel {
	margin: 0px;
	padding: 0px;
}
.AccordionPanelTab {
	margin: 0px;
	cursor: pointer;
	color:#FFFFFF;
	-moz-user-select: none;
	-khtml-user-select: none;
}
.AccordionPanelContent {
	overflow: auto;
}
.AccordionPanelOpen .AccordionPanelTab {
	color: #ff2400;
}
.AccordionPanelTabHover {
	color: #ff2400;
}
.AccordionPanelOpen .AccordionPanelTabHover {
	color: #ff2400;
}
.AccordionFocused .AccordionPanelTab {
	border:none;
	outline:none;
}
.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
	border:none;
	outline:none;
}

.AccordionPanel{
	padding:0 0 10px 0;
	border:#ff2400 dotted;
	border-width:1px 0 0 0;
}

.news_img {
	width:100px;
	float:left;
	margin:0 0 20px 0;
}

.news_txt {
	width:350px;
	float:left;
}
.pp_details {
	color:#333333;
}
