﻿body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	background-position: top;
	padding: 0px;
	margin: 0px;
	background-image: url('../images/prabkgd.gif');
	background-repeat: repeat-x;
	background-color:#000000;

}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #808080;
	text-align: left;
}

h2 {
	font-size: 16px;
	font-weight: normal;
	color: #940203;
	font-style: italic;
}

h3 {
	font-size: 14px;
	font-weight: normal;
}

p, ol, li {
	font-size: 14px;
	color: #333333;
	line-height:2;

}

.xtrig {
	color: #333333;
}
a:link  {
	text-decoration:underline;
	color: #333333;

}

#wrapper {
	position: relative;
	width: 820px;
	margin: 0px auto 0px auto;
}

#header {
	background-image: url('../images/prabkgd.jpg');
	height:90px;
}
#logo {
	width: 243px;
	height: 31px; 
	border-width: 0px;
	padding-top: 13px;
}
#tagline {
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
	background-color: #665C50;
	font-weight:bold;
	height:100px;
}

#tagline a{
	color:#FFFFFF;
}
#gridbkgd {
	height: 62px;
	margin: 0 auto;
 	width: 820px;

}
#mainbody {
	background: url('../images/bighead.png') no-repeat;
	background-position: bottom right;
	width: 800px;
	background-color: #FFFFFF;
	min-height:351px;
		margin: 0 auto;
}
/* lavalamp menu*/

#contactbox{
	margin:0;
	padding-top:20px;
	padding-left:20px;
}

	
#lavaLampBasicImage {
	width: 800px;
	margin-top: 19px;
	overflow: hidden;
	position:absolute;
}
#lavaLampBasicImage li {
float: left;
list-style: none;
}
#lavaLampBasicImage li.backLava {
background: url("../images/lava3.gif") no-repeat right -24px;
width: 12px; height: 24px;
z-index: 8;
position: absolute;
}
#lavaLampBasicImage li.backLava .leftLava {
background: url("../images/lava3.gif") no-repeat top left;
height: 24px;
margin-right: 12px; /* 7px is the width of the rounded shape */
}
#lavaLampBasicImage li a {
font: bold 14px arial;
text-decoration: none;
color: #fff;
outline: none;
text-align: center;
top: 5px;
text-transform: uppercase;
letter-spacing: 0;
z-index: 10;
display: block;
float: left;
height: 24px;
position: relative;
overflow: hidden;
	margin: auto 0 auto 0;
	padding-left: 12px;
	padding-right: 12px;
}
#lavaLampBasicImage li a:hover, #lavaLampBasicImage li a:active {
color: #FFFFFF;
border: none;
}

/*
	jQuery Coda-Slider v2.0 - http://www.ndoherty.biz/coda-slider
	Copyright (c) 2009 Niall Doherty
	This plugin available for use in all personal or commercial projects under both MIT and GPL licenses.
*/
	#coda-nav-left-1 { margin: 0 1px 0 135px }
	#coda-nav-left-1, #coda-nav-1, #coda-nav-right-1 { float: left }
/*
	#coda-nav-1 ul { margin-left: 0px;position:absolute;margin-top:-79px;line-height:14px;

 }*/
	#coda-nav-left-1 a, #coda-nav-right-1 a { padding: 4px; width: 20px }
	#coda-slider-1 { clear: both }


/* Most common stuff you'll need to change */

	.coda-slider-wrapper { padding: 0px }
	.coda-slider {  }
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { height: 200px; overflow: auto !important; padding-right: 20px }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 600px } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 600px }
	.coda-slider-wrapper.arrows .coda-slider { margin: 0 10px }
	
	/* Arrow styling */
	.coda-nav-left a, .coda-nav-right a {color: #0000; padding: 5px; width: 25px }
	
	/* Tab nav */
	.coda-nav ul li a.current {
}
	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding: 20px }
	
	/* Preloader */
	.coda-slider p.loading { padding: 20px; text-align: center }

/* Don't change anything below here unless you know what you're doing */

	/* Tabbed nav */
/*	.coda-nav ul { clear: both; display: block; margin: auto; overflow: hidden }
	.coda-nav ul li { display: inline } 
	.coda-nav ul li a { color: #fff; display: block; float: left; margin-right: 1px; padding: 3px 20px; text-decoration: none }*/
	
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; overflow: auto }
	.coda-slider { float: left; overflow: hidden; position: relative }
	.coda-slider .panel { display: block; float: left }
	.coda-slider .panel-container { position: relative }
	.coda-nav-left, .coda-nav-right { float: left }
	.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none }
	


/* CONTACT TAB */	

#contactFormContainer {
	position:absolute;
	left:226px;
	z-index:12;
	}
	
/* Hides the whole contact form until needed */	
#contactForm {
	height: 289px;
	width: 558px;
	background: #665C50 url(../images/birdy.jpg) no-repeat 254px
28px;
	border: 1px solid #929191;
	padding: 7px 12px;
	color: #fff;
	display: none;
}   

/* Loading bar that will appear while the ajax magic is happening */
.bar{
	display:none; 
	background:url(../images/ajax-loader2.gif) no-repeat center; 
	margin-top:100px; 
	height:40px; width:230px;
	}
	
/* Hides the confirmation message until needed */	
#messageSent {display:none;}

/* This hides the form validation alert messages until needed */
#contactForm span { 
	display:none; 
	font-size:9px; 
	line-height:10px; 
	padding-left:6px; 
	color:#f5c478;
	}
	
/* Some styling for the contact button */
#contactFormContainer .contact {
	height: 45px;
	width: 211px;
	background: url(../images/contactme.png) bottom;
	position:absolute; 
	left: 368px;
	bottom: -42px;
	cursor:pointer;
	}
			
/* Hides the darkening layer for the Modal effect. The z-index is necessary for layering purposes, and be sure to keep the positioning/height/width the same */	
#backgroundPopup{
	display:none; 
	position:fixed; 
	_position:absolute; 
	height:100%; width:100%; 
	top:0; left:0;
	background:#000; 
	z-index:11;
	}  
	
/* Form styling from here on out. There is nothing in here that you HAVE to use to get this to work */	
#contactForm textarea, #contactForm input {
	width:180px; 
	background:#ffffff; 
	color:#333333; 
	border:1px solid #8a8a8a; 
	height:15px; 
	line-height:14px; 
	font-size:11px; 
	padding:2px 2px 0px;
	}
#contactForm input {background-position:0px -20px;}
#contactForm textarea {height:99px;}
#contactForm .submit {
	border:1px solid #aba8a8; 
	background:#e5e5e5; 
	text-transform:uppercase; 
	color:#4d4d4d; 
	font-weight:bold; 
	padding:7px 16px 7px 14px; 
	height:37px; width:111px; 
	cursor:pointer; 
	float:left; 
	margin-top:189px;
	}
#contactForm .submit:active {background:#cacaca; }
#contactForm label {padding-left:4px; font-weight:bold;}
#contactForm p {color:#FFFFFF;line-height:1;font-size:14px;}
#contactForm .input_boxes {float:left; width:204px;}

#dummycontent {padding-top:100px; height:900px; position:relative;}
.bottomlink {position:absolute; bottom:0;}

