@charset "utf-8";
/* CSS Document */
/*---------------------------------------------------------
Basic Style Sheet 

Version. 	1.1
author. 	lares
email.		lares@pitchforkdesigns.com
website.	http://www.pitchforkdesigns.com
/* =General
-----------------------------------------------------------------------------*/
/* Remove padding and margin */
* {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

/* Put it back on certain elements */


/* Class for clearing floats */
.clear {
	clear:both;
}
/* Remove border around linked images */

/* main formatting */
body {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color: #666666;
	background-image: url(images/tiger1red.jpg);
	background-repeat: repeat;
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
/* =Wrapper
-----------------------------------------------------------------------------*/
.wrapper {
}
/* =Typography
-----------------------------------------------------------------------------*/

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#FF0000;
	line-height: 2em;
	padding-left: 10px;
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color:#000000;
	line-height: 1em;
	padding-left: 10px;
	padding-bottom:2em;
	font-style:italic;
}
h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#FF0000;
	line-height: 1.8em;
	padding-left: 10px;
}
h4 {font:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#FF0000;
	line-height: 1.6em;
	padding-left: 10px;
}
h5 {font:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#FF0000;
	line-height: 1.2em;
	padding-left: 10px;
}
h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	padding-bottom: 20px;
}
p {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	padding: 10px 10px;
	line-height: 1.em;
	}
ul {
	padding: 0 20px;
	}
li {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	color:#ff0000;
	line-height: 1.7em;
	list-style-position: inside;
	}
/* =Headings
-----------------------------------------------------------------------------*/
.wrapper #header {
	height:153px;
	width:1000px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;}
	.header1 {
	background-color: #494949;
	background-image:url(images/header1.jpg);
	background-position:left top;
	background-repeat:no-repeat;}
	.header2 {
	background-color: #494949;
	background-image:url(images/header2.jpg);
	background-position:left top;
	background-repeat:no-repeat;}
	.header3 {
	background-color: #494949;
	background-image:url(images/header3.jpg);
	background-position:left top;
	background-repeat:no-repeat;}
	.header4 {
	background-color: #494949;
	background-image:url(images/header4.jpg);
	background-position:left top;
	background-repeat:no-repeat;}
	.header5 {
	background-color: #494949;
	background-image:url(images/header5.jpg);
	background-position:left top;
	background-repeat:no-repeat;}
	.header6 {
	background-color: #494949;
	background-image:url(images/header6.jpg);
	background-position:left top;
	background-repeat:no-repeat;}
/* =Links
-----------------------------------------------------------------------------*/

/* =Branding
-----------------------------------------------------------------------------*/
/* =Images
-----------------------------------------------------------------------------*/
ul.gallery {
		list-style: none;
		margin: 0 0 10px 0;
	}
	
		ul.gallery li {
			display: block;
			float: left;
			margin: 5px 5px 5px 5px;
		}
		
			ul.gallery li a {
				padding: 2px;
				display: block;
				line-height: 0;
			}
			
			ul.gallery li a:hover {  }

/* =Menu
-----------------------------------------------------------------------------*/
.wrapper #menu {
	height: 35px;
	font-size:13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF0000;
	width: 800px;
}
.wrapper #menu  ul {
	margin: 0;
	padding: 0;
	text-align:right;
	list-style: none;
	width: 800px;
/*	background: #99cc99 url(images/menubg.jpg) repeat-x left top;*/
	float:left;
}
.wrapper #menu  ul li {
	float: left;
}
.wrapper #menu  ul a {
	display: block;
	width: 75px;
	padding: 0 1.5em;
	line-height: 2.5em;
	text-decoration: none;
	color: #ff0000;
	text-align:center;
}
.wrapper #menu a:link, a:visited {
	color:#ff0000;
	text-decoration: none;
	/*background-image:url(images/Layout_05.jpg);*/
	background-repeat:repeat-x;
	background-position:left top;
	height:35px;
}
.wrapper #menu a:hover, a:active {
	text-decoration: none;
	color: #FFFFFF;
	height: 35px;
	background-image:url(images/Layout2_05.jpg);
	background-position:bottom left;
	background-repeat:repeat-x;
}

/* =Main Nav
-----------------------------------------------------------------------------*/
.wrapper #menu {
	background-color: #494949;
	width:1000px;background-image:url(images/Layout_05.jpg);
	background-repeat:repeat-x;
	background-position:left top;
	height:35px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;}
/* =Sub Nav
-----------------------------------------------------------------------------*/

/* =Main Container Content
-----------------------------------------------------------------------------*/
.wrapper #container {
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #494949;
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 100%;
}
/* =Main Content
-----------------------------------------------------------------------------*/
#mainContent {
	padding: 20px 20px 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#content1 {
	background-color:#CCCCCC;
	min-height:292px;
	border: 1px solid #000000;
	}
#ltcontainer{width:500px; float:left; min-height:292px;}
#rtcontainer{float:left; padding-left:20px; width:400px; height:280px; min-height:292px;}
/* =Secondary Content
-----------------------------------------------------------------------------*/
#tabbed_box_1 {
	margin: 0px auto 0px auto;
	width:933px;
}
.tabbed_box h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:23px;
	color:#ffffff;
	letter-spacing:-1px;
	margin-bottom:10px;
}
.tabbed_box h4 small {
	color:#ffffff;
	font-weight:normal;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	position:relative;
	top:-4px;
	left:6px;
	letter-spacing:0px;
}
.tabbed_area {
	border:1px solid #494e52;
	background-color:#cccccc;
	padding:8px;	
}

ul.tabs {
	margin:0px; padding:0px;
	margin-top:5px;
	margin-bottom:6px;
}
ul.tabs li {
	list-style:none;
	display:inline;
}
ul.tabs li a {
	background-color:#ed1c24;
	color:#ffffff;
	padding:8px 14px 8px 14px;
	text-decoration:none;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	border:1px solid #464c54;
	background-repeat:repeat-x;	 
	background-position:bottom;
}
ul.tabs li a:hover {
	background-color:#2f343a;
	border-color:#2f343a;
}
ul.tabs li a.active {
	background-color:#ffffff;
	color:#282e32;
	border:1px solid #464c54; 
	border-bottom: 1px solid #ffffff;
	background-image:url(images/tab_on.jpg);
	background-repeat:repeat-x;
	background-position:top;	
}
/*--------------END TABS---------------------*/
/*--------------START CONTENT----------------*/
.contenta {
	background-color:#ffffff;
	padding:10px;
	border:1px solid #464c54;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#contenta_2, #contenta_3, #contenta_4, #contenta_5, #contenta_6, #contenta_7, #contenta_8 { display:none; }

.contenta ul {
	margin:0px;
	padding:0px 20px 0px 20px;
}
.contenta ul li {
	list-style:none;
	border-bottom:1px solid #d6dde0;
	padding-top:15px;
	padding-bottom:15px;
	font-size:13px;
	line-height: 1em;
}
.contenta ul li:last-child {
	border-bottom:none;
}
hr {
	width: 840px;
	text-align: center;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 40px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 60px;
	font-size: 1px;
	height: 1px;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-color: #666666;
}
.contenta ul li a {
	text-decoration:none;
	color:#3e4346;
}
.contenta ul li a small {
	color:#8b959c;
	font-size:9px;
	text-transform:uppercase;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	position:relative;
	left:4px;
	top:0px;
}
.contenta ul li a:hover {
	color:#a59c83;
}
.contenta ul li a:hover small {
	color:#baae8e;
}
.contenta  p {
	padding: .1em;
}
.wrapper #container #mainContent #content1 a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.wrapper #container #mainContent #content1 a:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

/*---------------END CONTENT-------------------*/
/* =Footer
-----------------------------------------------------------------------------*/
#footer {
	background-color: #494949;
	background-image:url(images/Layout_26.jpg);
	background-position:left top;
	background-repeat:repeat x;
	height:120px;
	width:1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;}

.wrapper #footer p {
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	padding: 0 10px;
	text-align:left;
	}
/* =Footer menu
-----------------------------------------------------------------------------*/	
.wrapper #footer  ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background-image:url(images/Layout_26.jpg);
	width: 1000px;
	float:left;
}

.wrapper #footer  ul li {
	float: left; 
}

.wrapper #footer  ul a {
	display: block;
	width:60px;
	padding: 0 .5em;
	line-height: 2.5em;
	text-decoration: none;
	color: #ff0000;
	text-align:center;
}

.wrapper #footer a:link, a:visited {
	color:#ff0000;
	text-decoration: none;
}

.wrapper #footer a:hover, a:active {
	color: #FFFFFF;
	text-decoration: none;
}

/* =Forms
-----------------------------------------------------------------------------*/
p#success
		{
			padding: 3px 10px;
			background: #92FFA5;
			border: 2px solid #009218;
			color: #009218;
			font-weight: bold;
			margin-bottom: 10px;
			text-align: center;
		}
		
		p#bademail, p#badserver
		{
			padding: 3px 10px;
			background: #FFA3A1;
			border: 2px solid #D00D00;
			color: #D00D00;
			font-weight: bold;
			margin-bottom: 10px;
			text-align: center;
		}
/* Removes fieldset borders. even on Opea 7 */

/* =Tables
-----------------------------------------------------------------------------*/

/* =Misc 1
-----------------------------------------------------------------------------*/
.red {
	border:3px #FF0000 solid;
	margin-right:10px;
	}
.rtred {
	border:3px #FF0000 solid;
	margin-left:10px;
	}

.left1{
	float:left;
	margin:5px;
}
.right1{
	float:right;
	margin:5px;
}
.box {/* ----------------bottomleft-------------------*/
	background: # url() no-repeat left bottom;
	float:left;
	width: ;
	margin: 4px;
}
.box-outer {/* ----------------bottomright-----------------------*/
	background: url() no-repeat right bottom;
	padding-bottom: 5%;
}
.box-inner {/* ------------------topleft-----------------*/
	background: url() no-repeat left top;
}
.box h4 {/* ------------------topright----------------------*/
	background: url() no-repeat right top;
	padding-top: 2%;
	
}
.box h4, .box p{/* ---------------box-----------------------*/
	padding-left: 3%;
	padding-right: 1%;
}

/* =Gallery
-----------------------------------------------------------------------------*/

/* =Hacks
-----------------------------------------------------------------------------*/
.wrapper #container #mainContent #content1 a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.wrapper #container #mainContent #content1 a:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
