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


body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:14px;
	line-height:1.5;
	background: url(../_patterns/sevenlight.gif);
}

/*---LAYOUT---*/


#wrapper {
/*	outline: 1px dotted #444;*/
	width:950px;
	margin:0 auto; 
	padding:0px 5px;
	background: url(../_images/neon.jpg);
}

#header {
	/*outline: 1px dotted #444;*/
	width:100%;
	border-bottom:solid 2px #F00;
}

#logo {
	/*outline: 1px dotted #444;*/
	padding:20px;
	border:0, 1px solid  #FF0;
}

#nav {
	/*outline: 1px dotted #444;*/
	margin-top:20px;
	width: 90px;
	padding:2px 10px;
	float:left;
	font-size:14px;
}

#primarynav a:link, #primarynav a:visited {
	/*outline: 1px dotted #444;*/
	color: #666666;
	text-decoration:none;
	display:block;
	border-bottom: 1px dotted;
	margin:0 2px;
	padding:2px 10px;
}

#primarynav a:hover, #primarynav a:active {
/*	outline: 1px dotted #444;*/
	color: #FC3;
	text-decoration: none;
	display:block;
	margin-bottom:2px;
	padding:2px 10px;
}

#content {
	/*outline: 1px dotted #444;*/
	width:590px;
	margin:20px 20px 10px 50px;
	padding:0 10px;
	float:left;
}
	
#subcontent {
	/*outline: 1px dotted #444;*/
	height:540px;
}

#foliobox {
/*	outline: 1px dotted #444;*/
	margin:20px 20px 0px 20px;
	width:560px;
	height:360px;
	padding:5px 5px 0px 5px;
	float:left;
	}

#sidebar {
/*	outline: 1px dotted #444;*/
	margin-top:20px;
	width:100px;
	padding:0 10px;
	float:right;
	font-size:12px; 
}	

#footer {
	/*outline: 1px dotted #444;*/
	font-size:12px;
	width:760px;
	height:30px;
	padding:2px 0 2px 190px;
	clear:both;
}

.services {
	/*outline: 1px dotted #444;*/
	text-transform:uppercase;
	font-weight:100;
	margin-bottom: 5px;
	color:#F00;
	
}

h1 {
	font-size:16px;
	line-height:1.5; 
	color: #F00;
	}
	
h2 { 
	margin-left:30px;
	margin-bottom:10px;
	font-size:12px;
	line-height:1.5; 
	color: #CCC;
	}
	
	
p {
	font-size:12px; 
	line-height:1.3;
	color: #CCC;
}

.red {
	color: #F00;
}


.big {
	font-size:18px;
}
