/* CSS Document 


*/


/******************************************************

				UNIVERSAL STYLING

******************************************************/

html, body {
margin: 0; padding: 0;
line-height: 1.5em; font-size: 87%;
font-family: Verdana, Arial, Helvetica, sans-serif; 
background: url(../images/topmenu.gif) top repeat-x #FFFFFF; }

#pagewidth1 { width: 760px; margin: 0 auto 0 auto; }

/******************************************************

				TOP NAVIGATION

******************************************************/

#navigation { 
list-style: none; 
 height: 32px;
margin: 0; padding: 5px 0 0 0; }

.first_li { padding: 0 30px 0 0 !important; }
#navigation li { float: left; padding: 0 15px 0 15px; height: 32px; width: auto; }

#navigation a { padding: 5px 0 0 0; height: 24px; font-weight: bold; color: #ffffff; text-transform: uppercase; text-decoration: none;}
#navigation a:hover { color: #cccccc; }


/******************************************************

				TOP BODY

******************************************************/

#top_body { 
clear: both; margin: 0; padding: 50px 0 50px 0; background: url(../images/grunge_top.jpg) bottom right no-repeat; min-height: 250px; }

#top_body p { width: 450px; margin: 20px 0 0 0; }
#top_body ul, #top_body ol { width: 450px; margin: 20px 0 0 0; }

#flashcol { width: 350px; float: left; background: url(../images/front_flash_replace.gif) center top no-repeat; height: 400px;}

#basic_cont { width: 360px; float: right; background: url(../images/design_red_bar.gif) left 12px no-repeat; padding: 12px 0 0 40px; height: 380px; }

#basic_cont p em { color: #333333; text-transform: uppercase; font-style: normal; font-weight: bold;  }


/******************************************************

				MID COL

******************************************************/

#midcol { clear: both; margin: 0; padding: 15px 0 15px 0; border-top: 1px dashed #7897C0; }

.clear { clear: both; }

#projects { list-style: none; margin: 0; padding: 0; }
#projects li { float: left; width: 33%; text-align: center; }

#rec_projects { background: url(../images/recent-projects.gif); margin-top: 0;
width: 157px; height: 23px; text-indent: -99999px; overflow: hidden; }

/******************************************************

				BOTTOM COL
				
*******************************************************/

#pagewidth2 { background-color: #363636; }

#pagewidth2 .stripe {
	background-color: #3e796f;
}
#pagewidth2 .stripe h3 {
	width: 760px;
	height: 24px;
	padding: 4px 0 4px 0;
	margin: 0 auto 0 auto;
	background: #3e796f url(../images/grunge_middle.jpg) top right no-repeat;
}

.notmargin { margin-top: 0px !important; }

#bottomcol {
	clear: both; padding: 0 0 30px 0;width: 760px; margin: 0 auto 0 auto; color: #FFFFFF;
	background: #363636 url(../images/grunge_bottom.jpg) top right no-repeat;
	min-height: 150px;
} 

.half_col1 { width: 43%; margin: 0 15px 0 0; float: left; }
.half_col2 { width: 48%; float: left; }
.half_col3 { width: 60%; float: left; margin-top: 10px; }
.half_col4 { width: 36%; float: right; }


/******************************************************

				FOOTER
				
*******************************************************/

#footer {
clear: both; color: #FFFFFF; padding: 5px 0 1px 0; margin: 0;  background: #3e796f; text-align: center; }

#footer p { margin: 0; font-size: .75em; }

/*******************************************************

					LINKS
					
*******************************************************/

a { color: #3e796f; }
a:hover { text-decoration: none; }

#footer a { color: #fff; }

#bottomcol a { color: #c44; }

.screenshot { padding: 10px; float: right;  }

/****************************************************

				TYPOGRAPHY
				
****************************************************/

h1 {
	color: #b44; font-weight: bold; text-transform: uppercase; font-family: "Arial Narrow", Arial, Helvetica, sans-serif; font-size: 3.87em; margin: 0 15px 0 0; letter-spacing: -.05em;
}
h2 { color: #4e4a4e; font-weight: bold; font-size: 1.4em; margin: 15px 0 0 0; }

h3 { line-height: 1em; font-size: 2em; margin: 0; padding: 0; font-family: "Arial Narrow", Arial, Helvetica, san-serif; color: #ffffff; text-transform: uppercase; }

h4 { text-transform: uppercase; letter-spacing: .15em; margin-bottom: 0px;}

#news {
	list-style: none;
	margin: 10px 25px 0 0;
	padding: 10px;
	font-size: .75em;
	line-height: 1.5em;
	background-color: #000;
	opacity: .8;
	-moz-opacity: .8;
	filter: alpha(opacity = 80);
	color: #fff;
	zoom: 1;
	width: 174px;
}
#news li { margin: 10px 0 10px 0; }

#news li a { font-weight: bold; letter-spacing: -.05em; text-transform: uppercase;}

.highlight {
	background-color: #ffc;
}

.spaced {
	margin-bottom: 20px;
}

.black-transparent {
  background-color: #000;
	opacity: .8;
	-moz-opacity: .8;
	filter: alpha(opacity = 80);
	color: #fff;
	zoom: 1;
}
