
/****************
 * General      *
 ***************/
html, body {
	padding: 0;
	margin: 0;
	font-family: verdana, sans-serif;
	text-align: center;
}
body {
	background: transparent url(images/header-bg.png) top left repeat-x;
	padding-top: 6px;
	text-align: center;
}
a {
	text-decoration: underline;
	color: #ee1d45;
}
a img {
	border: none;
}
p {
	padding: 0;
}
p.small {
	font-size: .8em;
}
p.large {
        font-size: 1.1em;
}
ul {
	padding-left: 20px;
	list-style-image: url("images/bullet.png");
}
ul#blogroll {
        list-style-type: none;
        list-style-image: none;
        padding-left: 0;
        margin-left: 0;
}

#blogroll li#linkcat-1 {
        padding-left: 0;
}
#flickr_badge_uber_wrapper {
        margin-top: 10px;
}
li {
	padding-bottom: 2px;
	padding-left: 12px;
}
h3 {
	font-weight: normal;
}
#sent_message {
        background-color: #91ff91;
        padding: 5px 10px;
}
/* Tabs */
div.tabs {
	position: absolute;
	left: 0;
	bottom: 7px;
}
.tabs div.tab {
	font-size: .9em;
	width: 92px;
	float: left;
	background: #3c3c3c url("images/tab-top.png") top left no-repeat;
	margin-right: 5px;
	margin-top: 5px;
	padding: 4px 0;
	text-align: center;
}
.tab a {
	text-decoration: none;
	color: #fff;
}
.tabs div#active {
	background-color: #fff;
	position: relative;
	margin-top: 0;
	bottom: -1px;
	padding-top: 9px;
	background: #fff url("images/tab-top-active.png") top left no-repeat;
}
.tab#active a {
	color: #000;
}

/* Secondary Nav */
div#secondary_nav {
	font-size: .9em;
	color: #ee1d45; 
}
#secondary_nav a {
	padding: 0 5px;
}
#secondary_nav a#active {
	font-weight: bold;
	text-decoration: none;
}

/* Content & Misc. */
#admin-links {
        float: right;
}
#content {
	padding: 2em 1em;
        width: 60%;
        float: left;
}
#sidebar {
	padding: 2em 0;
        width: 30%;
        float: right;
}
.page_title {
	margin-top: 30px;
	text-align: center;
}
.block {
	margin-bottom: 30px;
}
.block .title {
	float: left;
}
.block .sm_logo {
	float: right;
}
.block#clients .title {
	padding-bottom: 5px;
}
.block#clients .client_logo {
	margin-top: 10px;
}
.highlight {
	color: #fff;
	padding: 2px 2px 2px 8px;
	background: transparent url(images/highlight-business-development.png) top left no-repeat;
}
.clear {
	clear: both;
}

/****************
 * Header       *
 ***************/
#container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
}
#header {
	height: 100px;
	position: relative;
	margin: 0 auto;
}
#header a.contact {
	color: #fff;
	float: right;
	font-weight: bold;
	text-decoration: none;
}
#header img#logo {
	float: left;
}
#header img#girls {
	float: right;
}

/****************
 * Home Page    *
 ***************/

#home #placeholder {
	margin-bottom: 30px;
}
#home .col {
	text-align: left;
}
#home .col#left {
	width: 48%;
	float: left;
}
#home .col#right {
	width: 40%;
	float: right;
}
#home div#main_block_wrp1 {
        background: #ee1d45 url(images/main-block-top-right.png) top right no-repeat;
	height: 280px;
	margin-bottom: 30px;
}
#home div#main_block_wrp2 {
        background: transparent url(images/main-block-bottom-left.png) bottom left no-repeat;
	height: 280px;
}
#home div#main_block_wrp3 {
        background: transparent url(images/main-block-bottom-right.png) bottom right no-repeat;
	height: 280px;
}
#home div#main_block {
        background: transparent url(images/main-block-top-left.png) top left no-repeat;
	padding: 25px 20px;
	color: #fff;
 	height: 280px;
}
#main_block img.quote#right {
	float: right;
}
#main_block p.quote#text {
	text-align: center;
	font-size: 1.0em;
	margin: 0;
	width: 290px;
	margin-left: 10%;
}
.quote .author {
	padding-top: 15px;
}
#main_block .col#right {
	padding-top: 30px;
}
#main_block div.checkmark {
	padding: 5px 0;
}
div.checkmark img.checkmark {
	float: left;
	padding-right: 10px;
}
div.checkmark img.text {
        float: left;
}
#home .block#clients img.client_logo {
	margin-top: 20px;
	margin-right: 20px;
}

/*****************
 * Services Page *
 ****************/
.services img#girls {
	margin-right: 30px;
}
.services .col#left {
        width: 65%;
        float: left;
}
.services .col#right {
        width: 30%;
        float: right;
}
.services .block#clients {
        float: right;
        margin-right: 20px;
	text-align: center;
}
.services hr {
        margin: 25px 0;
}

/****************
 * Clients Page *
 ***************/
#clients .col#left {
	width: 30%;
	float: left;
	text-align: center;
}
#clients .col#left .client_logo {
	margin: 20px 0;
}
#clients .col#right {
        width: 65%;
	float: right;
	text-align: center;
}
#clients .col#right div#hr {
	width:  70%;
	border-top: 1px solid black;
	margin-left: 15%;
	
}
#clients .testimonial {
	font-size: 1.1em;
	padding: 20px 10px;
}

/**************
 * About Page *
 *************/
#about img#girls {
        margin-right: 80px;
}
#about #julia_pic_1 {
	float: left;
	padding-right: 20px;
}
#about #summary {
        padding-bottom: 30px;
}
#about .block#clients {
	text-align: center;
}
#about .highlight {
        padding-left: 10px;
}
#about .col#left {
        width: 65%;
        float: left;
	font-size: .9em;
}
#about .col#right {
        width: 30%;
        float: right;
	padding-top: 15px;
}
.testimonial .author {
	font-size: .8em;
	padding: 5px 0;
}

/****************
 * Contact Page *
 ***************/
.contact {
	padding-top: 5px;
}

/**************
 * Footer    *
 *************/
#footer {
	background: transparent url('images/footer-gradient.png') top left repeat-x;
	height: 76px;
	width: 100%;
}
 
	

