/*----------------------------------------
Name: global.css
Developed by: Aftab A. ( lxgamer@gmail.com )
Date Created: Friday April 10th, 2009.
Last Updated: Saturday April 11th, 2009.
Copyright: UPinPoint.com
Notes: :-)
----------------------------------------*/

/* Imports
----------------------------------------*/



/* Elements
----------------------------------------*/
body
{
	background-image: url(../images/bgimg.png);
	background-repeat: repeat-x;
	background-color: #000;
}

body, p, td, th, li
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:.875em;
	line-height:1.5em;
	color:#000000;
}

#mainContainer
{
	width:950px;
	margin: 15px auto;
}

p
{
	margin: 0 0 1em 0;
}

/*--- Link Styles ---*/
a:link, a:visited
{
	color:#B1DA67;
}

a:hover, a:active
{
	color:#5C8127;
	text-decoration:none;
}

h1
{
	color:#5C8127;
	margin:.825em 0 .5em 0;
	font-size:2.125em;
}

h2
{
	color:#5C8127;
	margin:.825em 0 .5em 0;
	font-size:1.75em;
}

h3
{
	color:#5C8127;
	margin:.825em 0 .5em 0;
	font-size:1.5em;
}

h4
{
	color:#5C8127;
	margin:.825em 0 .5em 0;
	font-size:1.25em;
}

h5
{
	color:#5C8127;
	margin:.825em 0 .5em 0;
	font-size:1.125em;
}

h6
{
	color:#5C8127;
	margin:.825em 0 .5em 0;
	font-size:1em;
}

ul
{
	margin-left:25px;
	list-style-type:none;
}


ol
{
	margin-left:25px;
	
}

blockquote	{margin: 0 0 18px 18px; color:#666666; font-style: italic;}
strong		{font-weight:bold;}
em		{font-style:italic;}

/* Standard Definitions
----------------------------------------*/
.left 		{float:left;}
.right 		{float:right;}
.clearThis 	{clear:both;}
.small		{font-size:.625em;}
.large		{font-size:1em;}
.soft		{color:#D3D3D3;}
.hide		{display:none;}
p.last		{margin-bottom:0px;}

/* Header
----------------------------------------*/
#header
{
	width:100%;
	height: 170px;
	
	
}
.navholder {
	height: 40px;
	width: 509px;
	float: left;
	margin-top: 15px;
	margin-left: 100px;
	background-image: url(../images/navbg3.png);
	background-repeat: no-repeat;
}
.headbar {
	height: 83px;
	width: 964px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/headerbg.png);
	background-repeat: no-repeat;
	overflow: visible;
}
.footernavholder {
	width: 964px;
	margin-right: auto;
	margin-left: auto;
}

#logo {
	height: 154px;
	width: 251px;
	margin-left: 42px;
	padding-top: 10px;
	float: left;
}


	/* Nav
	----------------------------------------*/
	ul#nav
	{


		
		
		
	}
	
	ul#nav li {
	float:left;
	list-style-type:none;
	margin-top: 12px;
	margin-right: 30px;
}
	
	/* Image Replacement 
	----------------------------------------*/
	ul#nav li a {/*Set to height of image*/
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	font-weight: bold;

}
	
	/*Include all of your links with unique IDs. Use the correct path to the image and set the width of each image*/
	li#navHome a		{
	width:75px;
}
	/*li#navWork a		{background-image: url(/images/nav/work.png); width:70px;}
	li#navServices a	{background-image: url(/images/nav/services.png); width:68px;}
	li#navContact a		{background-image: url(/images/nav/contact.png); width:55px;}*/
	
	/* CSS Rollover (Sprites) - Advanced Users!
	----------------------------------------*/
	
	/*Each link must have a unique ID - Include all of your links here - Remove if not using!*/
	ul#nav li a:hover {
	background-position:0 -20px;
	color: #ffd800;
}
		
/* Main Content
----------------------------------------*/
#mainContent
{
	width:950px;
	min-height: 300px;
	margin-right: auto;
	margin-left: auto;
}








/* Footer
----------------------------------------*/
#footer
{
	width:100%;
	height:60px;
	background-image: url(../images/footerbg.png);
	background-repeat: repeat-x;
	margin-top: 30px;
}

#footer p 
{
	font-size:0.9em;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	margin-top: 20px;
	float: right;
}
#footer .footernavholder ul {
	padding-top: 20px;
	float: left;
	
}
#footer .footernavholder ul li {
	float:left;
	list-style-type:none;
	margin: 0 15px 0 0;
	padding: 0 15px 0 0;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #444;
	}
#footer .footernavholder ul li a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;

}
#footer .footernavholder ul li a:hover {
	color: #ffd800;
	
}

#yellowhead {
	color: #ffd800;
	font-weight: bold;
}

.disclaimer {
	horizontal-align:center;
	text-align:center;
	color:white;
	font-size:10px;
	margin-left:150px;
	margin-right:150px;
}

.disclaimer p {
	text-align:center;
	color:white;
	font-size:10px;
}
