@charset "gb2312";

/*----------------------------------------
Name: global.css
Developed by:
Date Created:
Last Updated:
Copyright:
----------------------------------------*/

/* Imports
----------------------------------------*/
@import url("reset.css");
@import url("externalLinks.css");


/* Elements
----------------------------------------*/
body
{
	background-color:#FFFFFF;
	text-align:center;
}

body, p, td, th, li
{
	font-family: Arial,"ËÎÌå", Helvetica, sans-serif;
	font-size:12px;
	line-height:1.5em;
	color:#000000;
	text-align:center;
}

#mainContainer
{
	width:1002px;
	margin:auto;
}

p
{
	margin: 0 0 1em 0;
}

/*--- Link Styles ---*/
a:link, a:visited
{
	color:#2C720F;
	text-decoration:none;
}

a:hover, a:active
{
	color:#5C8127;
	text-decoration:none;
}

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:11px;}
.large		{font-size:13px;}
.soft		{color:#D3D3D3;}
.hide		{display:none;}
p.last		{margin-bottom:0px;}

/* Header
----------------------------------------*/
#header
{
	width:100%;
	height:62px;
	background:url(../images/logo.jpg) no-repeat left top #1D1918;
	text-align:right;
}

	/* Nav
	----------------------------------------*/
	ul#nav
	{
		
		
		
	}
	
	ul#nav li {float:left; list-style-type:none; margin-left:10px;}
	
	/* Image Replacement 
	----------------------------------------*/
	ul#nav li a {/*Set to height of image*/ height:20px; display:block; text-indent:-9999px; outline:none;}
	
	/*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		{background-image: url(images/nav/home.png); 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!*/
	li#navHome a:hover, li#navWork a:hover, li#navServices a:hover, li#navContact a:hover {background-position:0 -20px; /*Set to height of image !must be negative!*/}
		
/* Main Content
----------------------------------------*/
#mainContent
{
	width:100%;
	background:url(../images/mainContent-bg.jpg) left bottom no-repeat;
}

	#contentMinor{ float:left; width:264px;}
	#contentMajor{ float:left; width:683px; overflow:hidden; margin-left:24px; display:inline}
	#path{ height:40px; line-height:50px; overflow:hidden;  vertical-align:middle; text-align:right}





/* Footer
----------------------------------------*/
#footer
{
	width:900px;
	height:30px;
	background-color:#6A8900;
}

#footer p 
{
	font-size:12px;
}

#gallery img{ border:1px solid #333333; margin:10px;}





