/*
Theme Name: golfpr
Theme URI: http://pmuklimited.com
Description: 
Version: 1.0
Author: Logical Binary
Author URI: http://pmuklimited.com
*/


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

body{
	width: 994px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: small;
	font-weight: normal;
	background-image: url('images/background.jpg');
	background-repeat: repeat-x;
	background-color: #acd8e3;
}

#header{
	background-image: url('images/header.jpg');	
	background-repeat: no-repeat;
	height: 132px;
}

#top_navigation{
	background-image: url('images/navigation.jpg');
	background-repeat: no-repeat;
	height: 67px;
}

#content_wrapper{
	background-image: url('images/wrapper_back.jpg');
	background-repeat: repeat-y;
}

#footer{
	background-image: url('images/footer.jpg');
	background-repeat: no-repeat;
	height: 110px;
}

#strap_wrapper{
	padding: 0px 40px;
}

#strap_image{
	width: 682px;
	height: 254px;
	float: left;
}

#strap_text{
	margin-left: 692px;
	background-color: #e0e0e0;
	height: 234px;
	padding: 10px;
	text-align: left;
}

#strap_image img{
	border: 2px solid #cccccc;
}

#info_bar{
	height: 40px;
	margin: 20px 40px;
	background-color: #8ac745;
}

.clear{
	clear: both;
}

#call_actions{
	padding: 20px 40px 20px 40px;
}

#call_actions_services{
	padding: 0px 40px 20px 40px;
}

.block{
	background-color: #dee9cb;
	padding: 10px;
	height: 160px;
	float: left;
	width: 200px;
	margin-right: 10px;
	text-align: left;
}

.block_end{
	background-color: #dee9cb;
	padding: 10px;
	height: 160px;
	float: left;
	width: 200px;	
	text-align: left;
}

#content_area{
	padding: 0px 40px 40px 40px;
}

#content{
	width: 672px;
	float: left;
	background-color: #f4f4f4;
}

#sidebar{
	margin-left: 692px;
	background-color: #e0e0e0;
	text-align: left;
		width: 215px;
}

.navcontainer{
	padding: 0px 20px;
}

.navcontainer ul
{
padding-left: 0;
margin-left: 0;
color: #ffffff;
float: left;
font-size: 14px;
width: 100%;
text-transform: uppercase;
font-family: arial, helvetica, sans-serif;
}

.navcontainer ul li { display: inline; }

.navcontainer ul li a, .navcontainer ul li a:link, .navcontainer ul li a:visited
{
padding: 14px 20px 13px 20px;
color: #ffffff;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}

.navcontainer ul li a:hover
{
color: #111111;
background-color: #dee9cb;
}

#logo{
	float: left;
	padding: 30px 10px 0px 20px;
}

#search_box{
	float: right;
	width: 220px;
	padding: 70px 40px 0px 0px;
}

#search_section{
	background-color: #dde8ca;
	padding: 5px;
	margin: 10px 0px;
}

.submit{
	background-color: #7e9d37;
	color: #ffffff;
	padding: 3px;
	border: none;
}

.search_input{
	padding: 4px;
	border: none;
}

h2{
	font-size: 14px;
	text-transform: uppercase;
	color: #7e9d37;
	padding-bottom: 10px;
}

.post h2{
		clear: both;
}

h1{
	font-size: 18px;
	text-transform: uppercase;
	padding: 0px 0px 10px 0px;
	color: #7e9d37;
}

h3{
	font-size: 14px;
	text-transform: uppercase;
	color: #7e9d37;
	padding-bottom: 10px;
}

h4{
	font-size: 13px;
	text-transform: uppercase;
	color: #7e9d37;
	padding-bottom: 10px;
}

h5{
	font-size: 12px;
	text-transform: uppercase;
	color: #7e9d37;
	padding-bottom: 10px;
}

h6{
	font-size: 11px;
	text-transform: uppercase;
	color: #7e9d37;
	padding-bottom: 10px;
}

blockquote{
	color: #7e9d37;
	margin: 10px;
	font-style: italic;
}

.post{
	padding: 10px;
	text-align: left;
}

p{
	line-height: 18px;
	font-size: 12px;
	padding-bottom: 10px;
}

#strap_text p{
	line-height: 20px;
	font-size: 12px;
	padding-bottom: 10px;
}

#copyright{
	color: #cccccc;
	padding: 15px 30px;
	font-size: 16px;
	text-align: left;
}

#sidebar ul{
	padding: 10px 10px 0px 10px;
}

#sidebar li{
	list-style: none;
	padding-bottom: 10px;
}

a, a:link{
	color: #587E04;
}

a:hover{
	color: #456400;
}

a:visited{
	color: #7e9d37;
}

.form_size{
	width: 650px;
}

.alignright{
	float: right;
	padding: 0px 0px 10px 10px;
}

.alignleft{
	float: left;
	padding: 0px 10px 10px 0px;
}
