@charset "utf-8";
/* CSS Document */

/*******************************************************
		PROJECT: 

		DESCRIPTION:
		This CSS file comprises layout elements for
		all site pages.
		
		CREATED: 11-19-08

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



/*******************************************************
	_BASIC LAYOUT ELEMENTS
*******************************************************/

* {margin: 0; padding: 0;}

body {
	color: #434234;
	font-size:100%;
	font-family:Georgia, "Times New Roman", Times, serif;
	background: #f3f1ea url(../m/bg-top.jpg) repeat-x scroll top center;
	margin: 0; padding: 0;
	line-height:18px;
	text-align:center;
}

p {
	font-size: .7em;
	line-height: 1.6em;
	margin: 0 0 1.2em 0;
	padding:0;
}

/*#125b7d;*/
a:link {color:#9f385f;}
a:visited {color:#9f385f;}
a:hover {color:#9f385f;text-decoration: none;}
a:active {color:#9f385f;}

img {display: block;border: 0;}


ul {
	list-style-type:none;
	margin: 0 0 0 .6em;
}

li {
	font-size:0.9em;
	letter-spacing:-0.05em;
	margin: 0 0 .8em 0;
	padding: 0 0 0 1.5em;
	background:url(../m/li_dot.jpg) no-repeat 0px 3px;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#393115;
	font-size: 1.6em;
	line-height:1.0em;
	font-style:italic;
	letter-spacing:-0.05em;
	margin: 0 0 1.0em 0;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#393115;
	font-size: 1.2em;
	font-style:italic;
	letter-spacing:-0.05em;
	margin: 0 0 .5em 0;
}



div#global {
	width:850px;
	margin:0 auto;
	text-align:left;
}

div#main {
}





h1#home-txt-web { /* Levin technique */
 	width: 344px;
	height: 47px;
	position: relative;
	margin: 0 0 14px 0;
	padding: 0;
	font-size: .7em;
}

h1#home-txt-web span {
	top: 0px;
	left: 0px;
 	width: 344px;
	height: 47px;
	background: url(../m/txt-home-web-design.gif) no-repeat top left;
	position: absolute;
	z-index:1;
}

h1#home-txt-web a {
 	width: 344px;
	height: 47px;
	display: block;
	cursor:pointer;
}



h2#home-txt-contact { /* Levin technique */
 	width: 344px;
	height: 47px;
	position: relative;
	margin: 0 0 14px 0;
	padding: 0;
	font-size: .7em;
}

h2#home-txt-contact span {
	top: 0px;
	left: 0px;
 	width: 344px;
	height: 47px;
	background: url(../m/txt-home-contact.gif) no-repeat top left;
	position: absolute;
	z-index:1;
}

h2#home-txt-contact a {
 	width: 344px;
	height: 47px;
	display: block;
	cursor:pointer;
}









/*******************************************************
	_PORTFOLIO
*******************************************************/

div#portfolio-lg {
	background: url(../m/bg-big-photo.jpg) no-repeat top left;
	width:433px;
	height:228px;
}

div#port-img {
	height:186px;
	padding:13px 0 0 13px;
}

div#port-img a {
	cursor:pointer;
}

div#port-more-links {
	padding: 4px 10px 0 0;
}

div#port-more-links ul {
	float:right;
	display:inline;
}

div#port-more-links li {
	display:inline;
	margin: 0 5px 0 0;
	padding:0;
	float:left;
}

div#port-more-links a {
	display:block;
	background-color: #6c4e50;
	width:20px;
	height:20px;
	text-align:center;
	color: #FFF;
	text-decoration:none;
	font-size:.7em;
	font-weight:bold;
}

div#port-thumbs {
	padding: 0px 0 0 0;
}

div.port-thumb {
	background:url(../m/bg-port-thm.jpg) no-repeat top left;
	width:101px;
	height:70px;
	margin: 0 6px 0 0;
	float:left;
}

div.port-thumb img {
	display:block;
	margin: 6px 0 0 7px;
}

div.port-thumb a {
	text-decoration:none;
	color:#f3f1ea;
}

div#portfolio-desc-con {
	height: 90px;
	margin: 3px 0 0 0;
}

div.port-desc-hdr {
	float:left;
	width:78px;
	text-align:right;
	margin:0 6px 0 0;
}

div.port-desc-hdr img {
	text-align:right;
	margin: 4px 0 0 0;	
}

div.port-desc {
	float:left;
	width:335px;
}

div.port-desc p {
	margin: 0;
}





div.homeContactLt {
	float:left;
	width: 70px;
	text-align:right;
	margin-right: 12px;
}

div.homeContactRt {
	float:left;
	width: 250px;
}

div.homeContactLt p,
div.homeContactRt p {
	margin: 0 0 2px 0;
}




div#footer p {
	font-size:.6em;
	color:#a7a088;
	padding: 16px 0;
}





div.home-section {padding-bottom: 16px;width:344px;text-align:justify;}

div.home-help {
	background:url(../m/help-wanted.jpg) no-repeat top left;
	height:44px;
	padding: 69px 0 0 113px;
	margin-bottom:32px;
}
div.home-help p {font-size:.9em;margin:0;padding:0;}
div.home-help a {
	color:#e3ff62;
	font-weight:bold;
}

div.section {padding-bottom: 24px;}

.clear { clear: both; font-size: 0px; line-height: 0px; height: 0px;}












