@charset "UTF-8";
body { 
	margin: 0;
	color: #4a4a4a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
}

.wrap{
	background-color: #212121;
	background-image: url(../img/header-bg.jpg);
	background-repeat: repeat-x;
	width: 100%;
}

#main{
	background-image: url(../img/main-bg.jpg);
	background-repeat: no-repeat;
	width: 957px;
	margin: 0 auto;
}

.header{
	height: 212px;
	width: 948px;
	position: relative;
}

.logo{
	position: absolute;
	top: 55px;
	left: 0px;
}

.finder{
	position: absolute;
	top: 55px;
	right: 0px;
}

.navigation{
	position: absolute;
	right: 0px;
	top: 93px;
	text-align: right;
}

.column{
	position: relative;
	width: 317px;
	float: left;
	background-image: url(../img/column-bg.jpg);
	background-repeat: repeat-y;
	padding: 100px 1px 20px; 
}

.column p{
	padding-left: 15px;
	padding-right: 15px;
	height: 60px;
}

.column .bottom{
	position: absolute;
	bottom: 0px; left: 0px;
	background-image: url(../img/column-bottom.jpg);
	width: 319px;
	height: 18px;
}

.designers img{
	float: left;
	margin: 1px;
	border: #ccc 1px solid;
}

.designers .entry p{
	padding: 0px;
	margin: 0px;
}

.budget{
	background-image: url(../img/budget-logo.jpg);
}

.business{
	background-image: url(../img/business-logo.jpg);
}

.corporate{
	background-image: url(../img/corporate-logo.jpg);
	
}

.budget, .business, .corporate{
	position: absolute;
	top: 0px; left: 0px;
	padding: 10px 15px;
	width: 289px;
	height: 78px;
}

.budget h2, .business h2, .corporate h2, #sidebar h2{
	font-family: Gill Sans, Verdana;
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-bottom: 0px; padding-bottom: 0px;
}

.budget p, .business p, .corporate p{
	padding-top: 5px;
	margin-top: 0px;
	padding-left: 0px;
	font-size: 12px;
	color: #cce1ed;
}

#footer{
	background-image: url(../img/footer-bg.jpg);
	width: 100%;
	height: 100px;
	padding-top: 60px;
}

.footer-wrap{
	width: 957px;
	margin: 0px auto;
}

.footer-wrap .left{
	width: 187px;
	float: left;
}

.footer-wrap .right{
	width: 750px;
	float: right;
	text-align: right;
	margin-top: -5px;
	font-size: 11px;
}

#footer ul{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	text-transform: uppercase;
}

#footer li{
	display: inline;
	margin: 0px 6px;
}

#footer a{
	color: #4a4a4a;
	text-decoration: none;
}

#footer a:hover{
	color: #0d85b7;
	text-decoration: underline;
}

#footer p{
	font-size: 11px;
	color: #777;
	margin-top: 0px;
	padding-top: 2px;
	margin-right: 8px;
}

#bottom{
	background: #353535;
	position: relative;
	width: 100%;
	padding: 25px 0px;
	margin-top: 40px;
	margin-bottom: 15px;
	color: #EEEEEE;
}

#bottom p{
	color: #EEEEEE;
}

#bottom .wrapper{
	width: 952px;
	margin: 0 auto;
}

#bottom .left{
	width: 456px;
	padding-right: 20px;
	float: left;
}

#bottom .right{
	width: 456px;
	padding-left: 20px;
	float: right;
}

#single{
	background-image: url(../img/single-top.jpg);
	background-repeat: no-repeat;
	width: 603px;
	position: relative;
	padding: 10px 45px 35px 25px;
	float: left;
	background-color: #FFFFFF;
	min-height: 400px;
}


#single .bottom{
	background-image: url(../img/single-bottom.jpg);
	background-repeat: no-repeat;
	width: 673px;
	height: 23px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

#slider-wrap{
	width: 603px;
	height: 250px;
	position: relative;
}

#slider{
	width: 603px;
	height: 250px;
	margin-left: 10px;
	position: relative;
}

#slider li{
	width:603px;
	height:241px;
	position: relative;
	overflow:hidden;
}

.category{
	width: 280px;
	padding: 0px 20px 35px 0px;
	float: left;
}

.category h3 a{
	font-size: 18px;
}

.category a{
	font-size: 11px;
}

.category img{
	margin-right: 10px;
}

#sidebar{
	background-image: url(../img/sidebar-top.jpg);
	background-repeat: no-repeat;
	width: 228px;
	position: relative;
	padding: 20px 25px 25px;
	float: left;
	background-color: #0385bd;
	margin-top: 25px;
	color: #FFFFFF;
}

#sidebar .bottom{
	background-image: url(../img/sidebar-bottom.jpg);
	background-repeat: no-repeat;
	width: 278px;
	height: 18px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

#sidebar p{
	color: #fff;
}

#sidebar ul{
	list-style-type: none;
}

#sidebar h2{
	padding-top: 5px;
}

#sidebar a{
	color: #FFFFFF;
}

.nav{
	padding: 20px 0px;
}

#logo-table{
	color: #FFFFFF;
	margin: 10px 0px;
}

#logo-table h2{
	color: #FFFFFF;
	font-size: 14px;
	height: 50px;
}

#logo-table a{
	color: #FFFFFF;
	font-size: 14px;
	height: 40px;
}

#logo-table p{
	color: #FFFFFF;
}

#contact-form{
	color: #666;
	font-size: 11px;
}

input, textarea{
	width: 300px;
	border: #999 1px solid;
	padding: 5px;
	background-image: url(../img/form-bg.jpg);
}

#contact-form .submit{
	background-image: url(../img/submit.jpg);
	border: 0px;
	width: 221px;
	height: 37px;
}

.nav{
	padding-bottom: 20px;
}

.wrapper h1{
	font-size: 22px;
}

h1,h2,h3,h4,h5{
	font-weight: normal;
	color: #46a7d7;
	padding: 15px 0 10px;
	margin: 0px;
}

h1{
	font-size: 24px;
}

h2{
	font-size: 22px;
}

h3{
	font-size: 18px;
}

.clear{
	clear: both;
}

p{
	line-height: 20px;
	font-size: 13px;
	color: #4a4a4a;
}

a{
	color: #0d85b7;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

ul, ol{
	line-height: 24px;
	font-size: 13px;
	color: #4a4a4a;
}

ol li{
	margin: 8px 0px;
}

a img{
	border: none;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 0px 5px 3px;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 1px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 98%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
margin:0px;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */




/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */




/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
