/*

		====================================
		Designed and coded by Carlsson Chee
		Email: carlsson[a]rephlexiondesigns.com
		Website: http://www.rephlexiondesigns.com/

*/

/* RESETS AND BASIC PAGE SETUP */

* { margin: 0; padding: 0; }
html { overflow-y: scroll; }
body {
	font: 0.8em "Lucida Grande" ,"Lucida Sans Unicode", "Helvetica", Arial, sans-serif; color: #ffffff;
	background:#000000;

}


h1 {
	font-family: "Lucida Grande" ,"Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	font-size: 2.7em;
	color: #000000;
	letter-spacing: -2px;
	margin: 0px 0px 0px 0px;

}

h1 a:link{
      color: #000000;
}

h1 a:hover {
	text-decoration:none;
	color:#3680a1;
}

h1 a:visited {
	text-decoration:none;
	color:#000000;
}


	h1#header {
		width: 950px;
		height: 346px;
		background: url(images/headerg.jpg) no-repeat center center;
		text-indent: -9999px;
	
	}
	

	
	h2 {
		font-family: "Lucida Grande" ,"Lucida Sans Unicode", Helvetica, Arial, sans-serif;
		font-size: 2.7em;
		color: #000000;
		margin: 0px 0px 0px 0px;

	}

	h2 a:link{
	      color: #000000;
	}

	h2 a:hover {
		text-decoration:none;
		color:#3680a1;
	}

	h2 a:visited {
		text-decoration:none;
		color:#000000;
	}


	h2#logo {
		width: 950px;
		height: 638px;
		background: url(images/content-bgg.jpg) no-repeat center center;
		font-family: "Lucida Grande" ,"Lucida Sans Unicode",;
		font-size: 0.9em;
		line-height: 1.2em; 
		margin-bottom: 1.2em;
		font-weight:normal;
		
	}
	
	h2#logoclient {
		width: 950px;
		height: 638px;
		background: url(images/content-bgc.jpg) no-repeat center center;
		font-family: "Lucida Grande" ,"Lucida Sans Unicode", Helvetica, Arial, sans-serif;
		font-size: 0.9em;
		line-height: 1.2em; 
		margin-bottom: 1.2em;
		font-weight:normal;
		
	}
	
	h2#logovideo {
		width: 950px;
		height: 638px;
		background: url(images/content-bgv.jpg) no-repeat center center;
		font-family: "Lucida Grande" ,"Lucida Sans Unicode",;
		font-size: 0.9em;
		line-height: 1.2em; 
		margin-bottom: 1.2em;
		font-weight:normal;
		
	}
	
	h2#logoservices {
		width: 950px;
		height: 768px;
		background: url(images/content-bgs.jpg) no-repeat center center;
		font-family: "Lucida Grande" ,"Lucida Sans Unicode",;
		font-size: 0.9em;
		line-height: 1.2em; 
		margin-bottom: 1.2em;
		font-weight:normal;
		
	}
		

ul { list-style: none inside;}
li { font-size: 1.1em; }
p { font-size: 0.9em; line-height: 1.2em; margin-bottom: 1.2em; color: #999999; font-weight: normal;
}
a { outline: none; }
a img { border: none;}

/* END RESET */


/* TOOLBOX */
.floatleft {float: left; }
.floatright {float: right; }
.clear { clear: both; }

/* END TOOLBOX */

/* STRUCTURE AND OTHER STUFF */
#page-wrap {
	width: 950px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	position:relative;
}

	#main-content {
		padding: 0px 0px 0px 0px;
		color: #000000;
		padding-left: 0px;
	}
	
	#blog-area {
		width: 565px;
		float: left;
		padding-left: 363px;
		padding-top: 63px;
	
	}
	
	#sidebar {
		width: 200px;
		padding: 20px;
		float: right;
		font-family: "Lucida Grande" ,"Lucida Sans Unicode", Helvetica, Arial, Georgia, serif;
		font-size: 0.88em;
        text-decoration: none;
		color: #333;
	}
	
	
	ul#menu { 
		margin:0px;	padding:0px;
		position:absolute; top:325px; right:20px;
	        list-style: none inside;
	}

	ul#menu li{
		margin:0px;	padding:0px;
		list-style:none;
		padding-left: 30px; 
		text-transform:uppercase;
		display:inline;
	    font-size: 1.0em;
	}
	ul#menu li a{
		text-decoration:none;
		color:#ffffff;
	    font-size: 0.8em;
		font-weight: normal;
	}
	ul#menu li a:hover {
		text-decoration:none;
		color:#565656;
	}

	
	
	

/* END STRUCTURE */


	
/* FOOTER */
/*#footer {
	#footer	{
			background: url() center center no-repeat; height: ;
			position: relative; min-width: 400px; }									  

} */

#footer {
	background: url() right center no-repeat; height: 151px;
	position: relative;

	color:#939393;
	font-size:0.8em;
	line-height:14px;
}
#footer span {
	display:inline;
	float:right;

}
#footer a {
	color:#565656;
	text-decoration:none;
}
#footer a:hover { color:#ffffff; }


/* END FOOTER */