/* -------------------------- CSS Document -------------------------- */

body		{
			margin:0px;
			padding:0px;
			}


#wrapper 	{ 
			position:absolute;
			width: 920px;
			height:600px;
			margin: 0 auto;
			left: 50%;
			margin-left: -454px;
			top: -300px;
			}

#navigationHome {
			text-align: right;
			float: left;
			width: 242px;
			height: 600px;
			font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
			font-weight: bold;
			font-size: 10px;
			letter-spacing: 2px;
			line-height: 350%;
			background-image:url(../images/navbg.jpg);
			background-repeat:no-repeat;
			}
			
#navigationBlog {
			text-align: right;
			float: left;
			width: 242px;
			height: 600px;
			font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
			font-weight: bold;
			font-size: 10px;
			letter-spacing: 2px;
			line-height: 350%;
			background-image:url(../images/navbg_grey.jpg);
			background-repeat:no-repeat;
			clear:both;
			}
			
#navigationContact {
			text-align: right;
			float: left;
			width: 242px;
			height: 600px;
			font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
			font-weight: bold;
			font-size: 10px;
			letter-spacing: 2px;
			line-height: 350%;
			background-image:url(../images/navbg_red.jpg);
			background-repeat:no-repeat;
			}


#intro 		{
	position:absolute;
	text-align:left;
	line-height:150%;
	width:410px;
	height:290px;
	top:262px;
	left:262px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	color: #000;
	overflow: hidden;
	max-height: 310px;
			}
		
#horizon        
			{
			color: white;
			background-color: #0ff;
			text-align: center;
			position: absolute;
			top: 50%;
			left: 0px;
			width: 100%;
			height: 0px;
			overflow: visible;
			visibility: visible;
			display: block
			}

#contentHome
			{
			float: right;
			top: 0;
			left: 262px;
			width: 657px;
			height: 600px;
			background-image: url(../images/contentarea.gif);
			background-repeat:no-repeat;
			}
			
#content_contact
			{
			float: right;
			top:0;
			left: 262px;
			width: 657px;
			height: 600px;
			background-image: url(../images/contact_bg.gif);
			background-repeat:no-repeat;
			}

#contact_info
			{
			position:absolute;
			text-align:left;
			line-height:140%;
			width:350px;
			height:200px;
			top:410px;
			left:265px;
			font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
			font-size: .75em;
			color: #000;
			overflow: hidden;
			max-height: 310px;
			letter-spacing:normal;
			}			

#contentBlog
			{
			position:relative;
			float: right;
			top: 0;
			left: 248px;
			width: 665px;
			height: 600px;
			margin:0;
			padding:0;
			background-color:#FFF;
			clear:both;
			}
			
.blog 		{
			margin:0;
			padding:0;
			width:46px;
			height:46px;
			}

#navpad
			{	
			position:absolute;
			width:235px;
			height:300px;
			top:90px;
			left:1px;
			padding: 0;
			}

#w3 		{
			position:relative;
			text-align: center;
			margin-top: 20px;
			}			
			
			
			
/* -------------------------- This is the print portfolio section -------------------------- */


#printmenu	{
	position: absolute;
	margin: 0;
	padding: 0;
	height: 20px;
	width: 270px;
	top: 581px;
	left: 266px;
			}

#printmenu ul {
			border: 0;
			margin: 0;
			padding: 0;
			list-style-type: none;
			text-align: center;
			}

#printmenu ul li {
			display: block;
			float: left;
			text-align: center;
			padding: 0;
			margin: 0;
			}

#printmenu ul li a {
			background-image:url(../images/orngsquare.gif);
			width: 18px;
			height: 18px;
			padding: 0;
			margin: 0 3px 10px 0;
			color: #000;
			text-decoration: none;
			display: block;
			text-align: center;
			font: normal 10px/18px "Trebuchet MS", "Lucida Sans Unicode", verdana, lucida, sans-serif;
			letter-spacing: -.25px;
			}

#printmenu ul li a:hover {
			color: #fff;
			background: #ffad00;
			border-bottom: 3px solid #000;
			}

#printmenu a:active {
			background: #000;
			color: #fff;
			}
			


/* -------------------------- This is the logo portfolio section -------------------------- */


#logomenu	{
			position: absolute;
			margin: 0;
			padding: 0;
			height: 20px;
			top: 580px;
			left: 550px;
			}

#logomenu ul {
			border: 0;
			margin: 0;
			padding: 0;
			list-style-type: none;
			text-align: center;
			}

#logomenu ul li {
			display: block;
			float: left;
			text-align: center;
			padding: 0;
			margin: 0;
			}

#logomenu ul li a {
			background-image:url(../images/orngsquare.gif);
			width: 18px;
			height: 18px;
			padding: 0;
			margin: 0 3px 10px 0;
			color: #000;
			text-decoration: none;
			display: block;
			text-align: center;
			font: normal 10px/18px "Trebuchet MS", "Lucida Sans Unicode", verdana, lucida, sans-serif;
			letter-spacing: -.25px;
			}

#logomenu ul li a:hover {
			color: #fff;
			background: #ffad00;
			border-bottom: 3px solid #000;
			}

#logomenu a:active {
			background: #000;
			color: #fff;
			}



/* -------------------------- This is the logo web section -------------------------- */


#webmenu	{
			position: absolute;
			margin: 0;
			padding: 0;
			height: 20px;
			top: 580px;
			left: 794px;
			}

#webmenu ul {
			border: 0;
			margin: 0;
			padding: 0;
			list-style-type: none;
			text-align: center;
			}

#webmenu ul li {
			display: block;
			float: left;
			text-align: center;
			padding: 0;
			margin: 0;
			}

#webmenu ul li a {
			background-image:url(../images/orngsquare.gif);
			width: 18px;
			height: 18px;
			padding: 0;
			margin: 0 3px 10px 0;
			color: #000;
			text-decoration: none;
			display: block;
			text-align: center;
			font: normal 10px/18px "Trebuchet MS", "Lucida Sans Unicode", verdana, lucida, sans-serif;
			letter-spacing: -.25px;
			}

#webmenu ul li a:hover {
			color: #fff;
			background: #ffad00;
			border-bottom: 3px solid #000;
			}

#webmenu a:active {
			background: #000;
			color: #fff;
			}

			
/* -------------------------- menu navigation -------------------------- */
		    	
		
li 		{
		list-style-type: none;
		}

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

a:link {
		color: #fff;
		}

a:visited {
		color: #fff;
		}

a:hover {
		color: #000033;
		}

a:active {
		color: #000000; 
		text-decoration: line-through;
		}
		
.mail_link a:link {
			font-weight:bold;
			color:#000;
			letter-spacing:normal;
			text-decoration:underline;			
			}
			
.mail_link a:visited {
			font-weight:bold;
			color:#0066FF;
			letter-spacing:normal;
			}			

.mail_link a:hover {
			font-weight:bold;
			color:#FF6600;
			letter-spacing:normal;
			}
			
.mail_link a:active {
			font-weight:bold;
			color:#000;
			text-decoration: line-through;
			letter-spacing:normal;
			}		
		
		
/* -------------------------- menu navigation -------------------------- */
		    	
		
a.blog 	{
		text-decoration: none;
		}

a.blog:link {
		text-decoration: none;
		}

a.blog:visited {
		text-decoration: none;
		}

a.blog:hover {
		color: #FF3300;
		text-decoration: none;
		}

a.blog:active {
		text-decoration: none;
		}


/* -------------------------- Gallery CSS Begins Here -------------------------- */

#gallery	{
			float:left;
			position:relative;
			font-size:0.1px;
			display:inline;
			top: 0px;
			width:670px;
			height: 600px;
			font-size-adjust:none;
			padding:0px;
			background-color:#fff;
			margin-left:8px;
			clear: right;
			}
			
			
.gallery	{
			font-size-adjust:none;
			padding:0 6px 6px 0px;
			}
			

a:img 		{
			filter:alpha(opacity=100);   
			-moz-opacity: 1.0;   
			opacity: 1.0;
			-khtml-opacity: 1.0; 
			}
			
			
a:hover img	{
			filter:alpha(opacity=50);
			-moz-opacity: 0.5; 
			opacity: 0.5;
			-khtml-opacity: 0.5;
			}



 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix: after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: block;
display: inline;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  
