
/*----------------------------------------
Name: global.css
Developed by:
Date Created:
Last Updated:
Copyright:
----------------------------------------*/

/* Imports
----------------------------------------*/
@import url("reset.css");
@import url("externalLinks.css");


/* Elements
----------------------------------------*/
body
{
	background-color:#FFFFFF;
}

body, p, td, th, li
{
	font-family: "ËÎÌå",Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	color:#555555;
}

body
{

background-image:url(../images/body_bg.jpg) ;
background-repeat:repeat-x ;
background-color:#a20003;
text-align:center;
}

#wrapper
{
	text-align:left;
	width:930px;
	margin: 0px auto;
	padding:auto;
	background-color:#FFFFFF;
}

p
{
	margin: 0 0 16px 0;
}

/*--- Link Styles ---*/
a:link, a:visited 
{
	color:#555555;text-decoration:none;
}

a:hover, a:active
{
	color:#f65d01;
	
}
.leftmenuA
{
	background-image:url(../images/dot3.gif); background-repeat:no-repeat; padding-left:20px;
	line-height:26px;
	height:26PX; vertical-align:middle;
	color:#FFFFFF; font-weight:bold;
}
.leftmenuA,.leftmenuA a,.leftmenuA a:visited
{
	color:#FFFFFF; font-weight:bold; font-size:12px;
}
.leftmenuB
{
    padding-left:30px;
	line-height:26px;
	height:26PX; vertical-align:middle;
	color:#FFFFFF;
}
.leftmenuB,.leftmenuB a,.leftmenuB a:visited
{
	color:#FFFFFF; text-decoration:none;
}

.soft1 , .soft1 a , .soft1 a:visited 	{color:#676767;}
.soft2,	 .soft2 a , .soft2 a:visited 	{color:#555555;}
.soft3	, .soft3 a , .soft3 a:visited 	{color:#1d1d1d;}
.title , .title a , .title a:visited {font-size:13px; font-weight:bold; color:#a80000;}
.title1, .title1 a , .title1 a:visited      {font-size:13px; font-weight:bold; color:#FFFFFF;}
.more, .more a ,.more a:visited /*:link, .more a:visited, .more a:hover, .more a:active*/	
            {color:#FFFFFF; font-size:14px; text-decoration:none; font-family:Arial, Helvetica, sans-serif; font-weight:bold;text-decoration:none;}

.leftmenuA a:hover, .leftmenuA a:active,.more a:hover, .more a:active,.soft1 a:active,.soft2 a:active,.soft3 a:active,.title a:active,.title1 a:active,.soft1 a:hover,.soft2 a:hover,.soft3 a:hover,.title a:hover,.title1 a:hover,.leftmenuB a:hover, .leftmenuB a:active
{
	color:#f65d01;
	
}
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:10px;}
.large		{font-size:14px;}

.hide		{display:none;}
p.last		{margin-bottom:0px;}
.list1      { background-image:url(../images/dot1.gif); background-repeat:no-repeat; padding-left:23px; height:20px; }
			
/* Header
----------------------------------------*/
#header
{
	width:100%;
}

	/* 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-image:url(../images/mainContent_bg.gif);
	background-repeat:repeat-x;
	background-color:#ffffff;
}

#pageleft
{
	width:100%;
}



#pageright
{
	width:100%;
}






/* Footer
----------------------------------------*/
#footer
{
	width:100%;
	height:130px;
}
.clearthis{ clear:both; height:0; overflow:hidden}
#pics { clear:both; width:100%; margin:0; padding:0}
#pics li { width:33%; text-align:center; float:left; margin:0; padding:0}
#pics li .name{ width:100%; text-align:center; float:left}
#pics li .name{ line-height:30px}

#links{ width:100%; margin:35px 0 0 10px;}
#links li{ width:49%; float:left; line-height:25px; vertical-align:middle; background:url(../images/dot2.gif) left -20% no-repeat; padding-left:15px;}
#links li.last{ width:95%; clear:both; text-align:right; background:none}

#linkss{ width:100%; margin:0;}
#linkss li{ width:33%; float:left; line-height:25px; vertical-align:middle;background:url(../images/dot2.gif) left -20% no-repeat; padding-left:15px;}
#linkss li.last{ width:95%; clear:both; text-align:right}



