body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/header_bg.png) repeat-x;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif ;
	font-size: 13px;
	color: #666666;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

input, textarea, select {
	font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2 {
	font-weight: normal;
	color: #74B728;
	
}

h1 {
	letter-spacing: -1px;
	font-size:25px;
	font-weight:bold;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
}

p, ul, ol {
}

p {
}

blockquote {
	font-style: italic;
}

ul {
}

ol {
}

a {
	color: #74b728;
	text-decoration:none;
}

a:hover {
	text-decoration: none;
}

small {
color:#333333;
}

hr {
	display: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: left;
	margin: 0 0 0 15px;
}

/* Header */

#header {
	width: 920px;
	height: 160px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
}

#logo h1, #logo h2 {
	margin: 0;
	text-transform: lowercase;
}

#logo h1 {
	padding-top: 52px;
	font-size: 4em;
	color: #554D49;
}

#logo h1 a {
	color: #554D49;
}

#logo h2 {
	margin-top: -10px;
	padding-left: 1px;
	letter-spacing: -1px;
	font-size: 1.8em;
	color: #7F7772;
}

#logo h2 a {
	color: #7F7772;
}

#logo a {
	text-decoration: none;
}

/* Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding: 0px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 120px;
	height: 95px;
	font-weight:bold;
	padding-top: 45px;
	margin-right:5px;
	margin-left:5px;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 20px;
	color: #999999;
}

#menu a:hover { color:#666666; }

#menu li.current_page_item a { background:url(images/menu_tab.png) no-repeat; color:#ffffff; }

/* Page */

#page {
	width: 920px;
	margin: 0 auto;
	padding-top: 20px;
}

#latest-post {
 padding:10px;
 margin:5px 0px;
 border:1px dotted #CCC;
 width:420px;
}

#recent-posts {
 padding:10px;
 margin:5px 0px;
 border:1px dotted #CCC;
 width:420px;
}

#recent-posts .entry {
	
}

#recent-posts .post { 
 border-bottom:1px dashed #7F7772;
 margin:10px 0px;
 width:410px;
}

.post {
}

.post .title {
	margin:0;
}

.post .title a {
	text-decoration: none;
}

.post .meta {
	margin: 0;
	padding-bottom: 10px;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #BABABA;
}

.post .meta a {
	color: #666666;
}

.post .entry {
	margin-bottom: 10px;
	padding-bottom: 5px;
}

.navigation {
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

/* Sidebar */

#sidebar {
	float:left;
	clear: both;
	width: 100%;
	background: #767676 url(images/footer_bg.png) repeat-x;
	color: #7cd300;
	padding-top:40px;
}

#sidebar_body { float:right; width:450px; }
#sidebar_body ul { margin: 0; padding: 0; list-style: none; }
#sidebar_body li { padding:5px; font-size:12px; list-style:none; }
#sidebar_body li li { padding:0px 10px; }
#sidebar_body h2 { color:#7F7772; }
#sidebar_body input { border:1px solid #7F7772; }

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	display: block;
	float: left;
	width: 200px;
	padding: 15px;
	font-size:12px;
}

#sidebar li ul {
	line-height: 1.8em;
}

#sidebar li li {
	display: list-item;
	float: none;
	width: auto;
	padding: 0;
}

#sidebar h2 {
	margin:0px 0 15px 0;
	font-size:18px;
	padding-bottom:10px;
	color: #FFFFFF;
	border-bottom:1px solid #81B335;	
}

#sidebar a {
	text-decoration: none;
	color: #EEEEEE;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Footer */
#footer {
	float:left;
	width: 100%;
	height:210px;
	margin: 20px auto 0px auto;
	background: #767676 url(images/footer_bg.png) repeat-x;
	color:#CCCCCC;
	font-size:11px;
}

#footer p {
	padding:15px;
	margin:100px 0px 0px 0px;
}

#footer ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align:left;
}

#footer a { text-decoration:none; font-size:11px; color:#FFFFFF; }
#footer a:hover { text-decoration:underline; }

#footer tbody tr td div { margin:5px 0px 5px 0px; }
#footer tbody tr td span a { padding:0px 5px 0px 5px; font-weight:bold; color:#FFFFFF; font-size:11px; }
#footer .head_div { margin:30px 0px 0px 0px; padding-bottom:10px; width:170px; border-bottom:1px solid #81B335; }
#footer .sub { margin:0px 0px 0px 0px; border:0px solid #ff0000; }
#footer .sub a { font-size:10px; font-weight:normal; color:#CCCCCC; line-height:20px; }

#social { margin:0 auto; width:60%; clear:both; text-align:center; }
#social span { position:relative; top:5px; text-decoration:none; font-size:11px; color:#FFFFFF; font-weight:bold; padding-left:5px; margin-right:10px; }
#social a { margin:0px 10px; }
#social a:hover { text-decoration:none; }

#copyright { margin:10px auto; width:60%; clear:both; text-align:center; color:#CCCCCC; }
#copy { padding:5px 0px; }
#copy span a { padding:0px 5px 0px 5px; font-weight:bold; color:#FFFFFF; font-size:11px; }

#legal {
	margin:0px;
}

#links {
	float: right;
}

p.aboutus1 { color:#666666; font-size:13px; font-weight:bold; line-height:20px; }
p.aboutus2 { color:#666666; font-size:13px; margin-top:20px; line-height:20px; }
p.services1 { color:#666666; font-size:13px; font-weight:bold; line-height:20px; }
p.services2 { color:#666666; font-size:13px; line-height:20px; }

#services li { line-height:20px; }
#services li a { text-decoration:none; font-weight:normal; color:#333333; }
#services li a:hover { text-decoration:underline; }

#website_design li { line-height:20px; list-style:decimal; }
#website_design li a { text-decoration:none; font-weight:normal; color:#333333; }
#website_design li a:hover { text-decoration:underline; }

#other_links { text-align:left; float:left; margin-top:15px; }
#other_links div { font-weight:bold; }
#other_links li { line-height:20px; }
#other_links a { text-decoration:none; font-weight:normal; color:#74b728; }
#other_links a:hover { text-decoration:underline; }

#languages_wrapper { padding:0px 0px 0px 0px; margin:0px 0px 0px 0px; }
#languages_wrapper div { border:0px solid #81B335; width:300px; height:200px; display:block; float:left; }

#portfolio_wrapper { border:0px solid #FF0000; float:left; padding:0px 0px 0px 0px; margin:0px auto 0px auto; text-align:center; width:950px; }
#portfolio_wrapper div { border:0px solid #CCCCCC; width:235px; padding:10px 0px 10px 0px; margin:10px auto 10px auto; display:block; float:left; }

#portfolio_more { width:100%; border:0px solid #ff0000; }
#portfolio_detail { float:left; width:350px; padding:5px; }
#portfolio_image_wrapper { float:right; position:relative; top:-40px; border:0px solid #ff0000; }
#portfolio_image { background:url(images/portfolio_frame.png) no-repeat top center; height:360px; width:460px; position:relative; z-index:1; }
#portfolio_image img { padding:15px 0px 0px 15px; }
#portfolio_visit { text-align:center; background:url(images/pf_large_grey.png) no-repeat top; height:40px; width:100px; margin-top:-10px; margin-left:15px; }
#portfolio_visit a { line-height:35px; font-size:13px; font-weight:bold; color:#666666; text-decoration:none; } 
#portfolio_quote { text-align:center; background:url(images/pf_large_green.png) no-repeat top; height:40px; width:110px; float:right; margin-top:-40px; margin-right:15px; }
#portfolio_quote a { line-height:35px; font-size:13px; font-weight:bold; color:#FFFFFF; text-decoration:none; } 

#portfolio_test_wrapper { width:460px; padding-top:40px; }
#portfolio_test_content_top { background:url(/images/quote_box_top.png) no-repeat; width:460px; height:30px; margin:0; padding:0;  }
#portfolio_test_content_bottom { background:url(/images/quote_box_bottom.png) no-repeat; height:25px; width:460px; margin:0; padding:0;  }
#portfolio_test_content_body { background:url(/images/quote_box_repeat.png) repeat-y; width:460px; margin:0; padding:0;  }
#portfolio_test_content_body p { line-height:20px; font-size:13px; font-weight:normal; color:#666666; margin:0 auto; padding-top:5px; padding-bottom:5px; width:408px; }
#portfolio_test_content_body span { color:#74B728; font-weight:bold; font-size:13px; }

#grey_tab_large { background:url(/images/pf_large_grey.png) no-repeat right; height:40px; width:100px; }

#contact_form { float:right; border-left:2px solid #CCCCCC; margin-right:50px; padding-left:100px; width:400px; }
#contact_form input, textarea { border:1px solid #74B728; background:#EFEFEF; }
#contact_details { float:left; margin-top:10px; color:#666666; font-size:13px; }
#contact_details a { font-weight:bold; font-size:13px; }
#contact_details span { font-weight:bold; font-size:13px; color:#74B728; }

