﻿@font-face {
	font-family:"Segoe UI Semibold";
	text-transform:capitalize;	
	src: url('fonts/segoeuib.ttf');
}
/* -- Global Styles – (body, paragraphs, lists, etc) -- */

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

a:hover, a:visited{
	color:#559669;}

body {
	margin:0;
	padding:0;
	font: 12px Tahoma, Geneva, sans-serif;
	color:#000;
	line-height: 1.5em;
	height:100%;
	background:url('images/bodybg.png') repeat-x;
}
	
	
hr {
	width:400px;
	height:24px;
	margin:20px auto;
	padding: 0px;
	background: transparent url('images/hr.gif') no-repeat scroll center;
	border:none;}

p{
	line-height:1.6em;
	color:#333;
	font-size:14px;
	text-align:justify;
}

h3 {
	margin:10px 0px;
	padding:0px 20px;
	text-align:center;
	color:#04468a;
	
}

/* -- Header -- */

#header {
height: 300px;
margin:0px;
padding:0px;
background:url('images/header.jpg') no-repeat;}

	#header img#logo {
		margin: 20px 40px 0px;
		float:left;
		width: 220px;
		height: 220px;
		border:none;}

/* -- Page Structure -- */
#wrap {
	margin:0 auto;
	padding-bottom:50px;
	background:transparent url('images/content-bg.gif') repeat-x;
	background-position:center top;}


#main
{
	margin:0px auto;
	padding:40px 40px 0px;
	width:80%;
}

#main img.photo {
	float:right;
	padding:40px 20px;
	}

	#main.thumbnail{
	border:none;
	float: right;
	margin-right:20px;
	}

	
#container
{
	width: 900px;
	margin:0 auto;}

#web_design_box, #marketing_box
{
	float: left;
	width: 260px;
	padding: 0px;
	margin: 0px 18px 20px;
	display: inline;
}

#web_maintenance_box{
	float: right;
	width: 260px;
	padding: 0px;
	margin: 0 18px 20px;
	display: inline;
}

#footer {
position: relative;
padding-top:20px;
height: 50px;
clear:both;
background:#005cbb;
border-top:3px #777 outset;} 
	
	#footer p{
	font:normal .8em Verdana, Geneva, sans-serif;
	color:#ccc;
	text-align:center;
	margin:0 auto;
	padding-top:20px;
	clear:both;
	width: 400px;
	height:30px;
	position:relative;}
	
/* -- Text Styles -- */

#main p{
	padding: 0 20px;
	width:80%;
	margin:0 auto;
	}
#main h1 {
	font: bold 28px/1.8em Verdana, Geneva, sans-serif;
	color: #04468a;
}
#main img.h2{
	padding: 0 28px 20px;
	margin-left:60px;
}

#main h2{
	display:block;
	clear:both;
}
#container h3 a{
		font: bold 14px "Segoe UI Semibold", Verdana, Geneva, sans-serif;
		color:#053f7c;}
	
#web_design_box h3, #marketing_box h3, #web_maintenance_box h3{
	text-align:center;
}
ul li{
	line-height:1.3em;
	font-size:11px;
	list-style:circle outside url('images/bullet.gif'); 
}

button{
	background:url('images/button.png') no-repeat;
	height:50px;
	width:285px;
	padding:4px 10px;
	border:none;
	color:#fff;
	font-weight:bold;
	margin:0 auto;
	display:block;
}

p.center{
	text-align:center;
	margin:0 auto;
	width:100%;
}	

/* -- Navigation -- */

#navigation {
position: absolute;
top: 260px;
right: 20px;
margin: 0;
padding: 0;}
	
	#navigation li {
	list-style: none;
	float: left; }

	#navigation li a {
	padding: 3px 8px;
	text-transform: uppercase;
	text-decoration: none; 
	font: 1.4em "Segoe UI Semibold", Verdana, Arial, Helvetica, sans-serif;
	color: #fff; }
	
	#navigation li a:hover {
	color: #e8e8e8; 
	opacity:0.8; }
	
	#navigation li ul {
	display: none;  }

	#navigation li:hover ul, #navbar li.hover ul {
	position: absolute;
	display:inline;
	top:20px;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 0;}

	#navigation li:hover li, #navigation li.hover li {
	float:right;}

		#navigation li li a:hover {
		color: #e8e8e8; }
	

/* -- Extras -- */
.clearfloat{clear:both;}

.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

