body {
	margin: 0;
	padding: 0;
	min-width: 1000px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 12px;
	background: url(../images/backgrounds/global_bg.png) repeat;
}
div.clear {
	clear: both;
}
div#home {
	background: url(../images/backgrounds/body_bg_home.png) repeat-x;
	width:100%;
}
div#subpage {
	background: url(../images/backgrounds/body_bg_subpage.png) repeat-x top;
	width: 100%;
}
a {
	color: #3b5998;
	padding: 2px;
}
a:hover {
	color: #FFF;
	background: #3b5998;
}
/* @group header */

div#header-wrapper {	
	width: 100%;
	height: 93px;
	background: url(../images/backgrounds/header_bg.png) no-repeat 50% top;

}
div#header {
	margin: 0 auto 0 auto;
	width:963px;
	height: 93px;
}
div#header a#logo {
	display: block;
	float: left;
	background: url(../images/logo/locofoco_logo.png) no-repeat 50% top;
	width:170px;
	height: 40px;
	margin: 30px 0 0 0;
}
div#header a#logo:hover {
	background-position-y: -40px;
}
div#header ul {
	margin: 35px 0 0 0;
	float: right;
	padding: 0;
	list-style: none;
}
div#header ul li {
	display: inline-block;
	float: left;
	background: url(../images/backgrounds/navigation_separator.png) no-repeat right 50%;
}
div#header ul li a {
	color: rgba(255,255,255,.5);
	display: block;
	padding: 10px 20px;
text-shadow: rgba(0,0,0,.5) 1px 1px 1px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
div#header ul li a:hover {
	color: #FFF;
	background: none;
	text-shadow: rgba(0,0,0,1) 5px 5px 1px;
}
div#header ul li a.current {
	color: #FFF;
}
/* @end */

/* @group home marquee */

div#marquee {
	width:1000px;
	margin: 0 auto 0 auto;
}
div#marquee h1 {
	margin: 40px 0 0px 0;
	text-align: center;
	font-size: 35px;
}
div#marquee div.service-boxes {

		height: 300px;
}
div#marquee div.service-boxes div.box {
	width: 333px;
	background: url(../images/backgrounds/marquee_separator.png) no-repeat right 0px;
	float: left;
}
div#marquee div.service-boxes div.box.nobg {
	background: none;
}
div#marquee div.service-boxes div.box a {
	display: block;
	text-decoration: none;
	color: #000;
	padding: 50px 0 20px 0;
	text-align: center;
}
div#marquee div.service-boxes div.box a:hover {
	background: url(../images/home/marquee_hover.png) no-repeat 50% -50px;
	color: #000;
}
div#marquee h3 {
	font-size: 20px;
	margin: 0;
	padding: 0;
}
div#marquee h4 {
	font-size: 14px;
	margin: 0;
	padding: 0;
	font-weight: normal;
}
div#marquee a.button,
a.button {
	display: inline-block;
	width: 287px;
	float: left;
	font-size: 12px;
	color: #333;
	text-decoration: none;
	text-align: center;
	padding: 13px 0px 11px 0;
	font-weight: bold;
	
	margin: 2px 20px;
	background: url(../images/home/button_bg.png) no-repeat;
}
a.small-button {
	display: inline-block;
	width: 192px;
	float: left;
	font-size: 12px;
	color: #333;
	text-decoration: none;
	text-align: center;
	padding: 13px 0px 11px 0;
	font-weight: bold;
	margin: 2px 5px;
	background: url(../images/home/small_button_bg.png) no-repeat;
}
div#marquee a.button:hover,
a.button:hover,
a.small-button:hover {
	background-position: 0 -40px;
}
div#marquee a.button:active,
a.button:active,
a.small-button:active {
	background-position: 0 -80px;
}
/* @end */

/* @group body */

div#body {
	width: 1000px;
	margin: 0 auto 0 auto;
	min-height: 500px;
}
div#body p {
	font-size: 12px;
	color: #333;
	line-height: 20px;
	margin: 10px 0;
}
div#body p ul li {
	line-height: 20px;
	margin: 10px 0;
}
div#body div.two-columns {
	width: 100%;
}
div#body  div.two-columns div.column {
	width: 50%;
	float: left;
}
div.two-columns div.column div.content {
	padding: 22px;
}
div#body h2 {
	font-weight: normal;
	font-size: 25px;
	margin: 20px 0 10px 0;
}
div#body div.client-list {
	margin: 20px 22px;
	background: url(../images/home/client_list_bg.png) repeat-x;
	height: 74px;
	border: 1px solid #999;
	
}
div#body div.client-list ul {
	padding: 30px 30px 0 30px;
	margin: 0;
	list-style: none;
}
div#bod div.client-list ul li {
	display: inline-block;
	float: left;
	border-right: 1px solid #CCC;
	width: 200px;
}
div#why-better {
	background: url(../images/home/why_better.png) no-repeat 50% 50%;
	height: 220px;
	width: 920px;
	padding: 220px 40px 0 40px;
}
div#why-better div.tri-box {
	text-align: center;
	width: 275px;
	color: #FFF;
	padding: 0 15px;
	margin-right: 1px;
	float: left;	
}
div#why-better h3 {
	color: #FFF;
	font-weight: bold;
	font-size: 18px;
	margin: 15px 0 5px 0;
}
div#why-better p {
	color: #EEEEEE;
	margin: 0 0 10px 0;
}
div#why-better a.link {
	color: #FFF;
	padding: 2px;
}
div#why-better a.link:hover {
	color: #000;
	background: #FFF;
}
/* @end */

/* @group footer */

div#footer {
	width: 100%;
	background: url(../images/backgrounds/footer_bg.png) repeat-x 50% top;
	height: 170px;
}
div#footer-nav {
	text-align: center;
	width: 1000px;
	margin: 0 auto 0 auto;
	padding: 1px 1px 10px 1px;
	border-bottom: 1px solid #666;
}
div#footer p {
	text-align: center;
	color: #666;
}
div#footer-nav ul {
	
	margin: 50px auto 0 auto;
	padding: 0;
	display: block;
	
	list-style: none;
}
div#footer-nav ul li {
	display: inline-block;
	background: url(../images/backgrounds/navigation_separator.png) no-repeat right 50%;
}
div#footer-nav ul li a {
	color: rgba(255,255,255,.5);
	display: block;
	padding: 10px 20px;
text-shadow: rgba(0,0,0,.5) 1px 1px 1px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
div#footer-nav ul li a:hover {
	color: #FFF;
	background: none;
	text-shadow: rgba(0,0,0,1) 5px 5px 1px;
}
div#footer-nav ul li a.current {
	color: #FFF;
}
/* @end */

/* @group subpage */
div#subpage div#body {
	width: 963px;
	margin: 0 auto 0 auto;
	padding: 20px 0;
}
div#subpage div.top {
	height: 10px;
	width: 963px;
	background: url(../images/backgrounds/subpage_top_bg.png) no-repeat top;
}
div#subpage div.middle {
	width: 963px;
	min-height: 200px;
	background: url(../images/backgrounds/subpage_middle_bg.png) repeat-y;
}
div#subpage div.bottom {
	height: 10px;
	width: 963px;
	background: url(../images/backgrounds/subpage_bottom_bg.png) no-repeat top;
}
div#subpage div.middle div.content {
	padding: 1px 2px;
}
div#subpage div.subpage-header {
	padding: 0 20px;
}
div#subpage div.subpage-header ul {
	padding: 9px 0 0 0;
	margin: 0;
	list-style: none;
	float: right;
}
div#subpage div.subpage-header ul li {
	display: inline-block;
	float: left;
	margin: 0 10px;
}
div#subpage div.subpage-header ul li a {
	text-decoration: none;
	background: transparent;
	color: #666;
	display: block;
	padding: 4px 10px;
}
div#subpage div.subpage-header ul li a:hover,
 {
	color: #066eb0;
	text-decoration: underline;
}
div#subpage div.subpage-header ul li a.current {
		color: #066eb0;
		font-weight: bold;
	
}
div#subpage div.subpage-header h1 {
	font-size: 18px;
	margin: 12px 0 8px;
	float: left;
	font-weight: bold;
}
div#subpage div.content div.marquee {
	background: url(../images/backgrounds/subpage_marquee_bg.png) no-repeat 50% top;
	padding: 1px 0px;
	border-top: 1px solid #C7C7C7;
}
div#subpage div.content div.marquee h2 {
	font-size: 24px;
	line-height: 36px;
}
div#subpage div#web-design-marquee {
}
div#subpage div#email-marquee {
	background: url(../images/marketing/email_marquee_bg.png) no-repeat -10px 0px;
}
div#subpage div#cloud-hosting-marquee {
}
div#subpage div.content div.block {
	padding: 10px 50px 30px 50px;
	border-bottom: 1px solid #CCC;
	margin-bottom: 20px;
}
/* @end */

/* My Comment */

/* @group cloud tribox */
a#play-cloud-hosting-video {
	display: block;
	height: 205px;
	width: 345px;
	background: url(../images/web-services/cloud-hosting-video.png) no-repeat 0 top;
}
a#play-cloud-hosting-video:hover {
	background-position: 0 -205px;
	cursor: pointer;
}
div.cloud-tribox {
	float:left;width:271px;padding:10px 20px;border-right:1px solid #CCC;
	height: 250px;
}
div.cloud-tribox h3 {
	font-size: 14px;
	margin: 10px 0 0px 0;
}

div.design-tribox {
	float:left;width:271px;padding:10px 20px;border-right:1px solid #CCC;
	height: 220px;
}
div.design-tribox h3 {
	font-size: 14px;
	margin: 10px 0 0px 0;
}
div.email-tribox {
	float:left;width:271px;padding:10px 20px;border-right:1px solid #CCC;
	height: 190px;
}
div.email-tribox h3 {
	font-size: 14px;
	margin: 10px 0 0px 0;
}
div.slide-tribox {
	float:left;width:271px;padding:10px 20px;border-right:1px solid #CCC;
	height: 180px;
}
div.slide-tribox h3 {
	font-size: 14px;
	margin: 10px 0 0px 0;
}
div#plans-pricing {
	background: url(../images/web-services/hosting_plans_bg.png) no-repeat 50% 50%;
	height: 330px;
	width: 923px;
	padding: 110px 20px 0 20px;
}
div#plans-pricing div.tri-box {
	text-align: center;
	width: 260px;
	margin: 0 10px 0 12px;
	color: #FFF;
	padding: 0 15px;
	margin-right: 1px;
	background: rgba(255,255,255,.25);
	float: left;	
}
div#plans-pricing h3 {
	color: #FFF;
	font-weight: normal;
	font-size: 28px;
	margin: 15px 0 2px 0;
}
div#plans-pricing h4 {
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #FFF;

	margin: 0 0 10px 0;
}
div#plans-pricing p {
	color: #EEEEEE;
	margin: 0 0 10px 0;
	line-height: 24px;
}
div#plans-pricing a.link {
	color: #FFF;
	padding: 2px;
	font-size: 20px;
}
div#plans-pricing a.link:hover {
	color: #000;
	background: #FFF;
}

/* @end */

table.mini-portfolio {
	border: none;
}
table.mini-portfolio tr td {
	padding: 5px 10px;
}
table.mini-portfolio tr td img {
	border: 1px solid #000;
}
div#consult-form {
	padding: 10px;
}
div#consult-form div.row {
	padding: 10px 0;
	border-top: 1px solid #EEEEEE;
}
div#consult-form label {
	display: block;
	float: left;
	width: 80px;
	text-align: right;
	padding: 10px 20px 10px 0;
}
div#consult-form input.medium {
	padding: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
div#consult-form input.placeholder {
	color: #999;
}
div#portfolio
{
	padding: 10px 10px;
}
div#portfolio a.image
{
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-box-shadow: 0 1px 4px #999;
	-moz-box-shadow: 0 1px 4px #999;
	box-shadow: 0 1px 4px #999;
	text-decoration: none;
	display: block;
	margin: 10px 0px 15px 0px;
	height: 150px;
	width: 255px;
	padding: 0;
}
div#portfolio a.image:hover
{
	-webkit-box-shadow: 0 1px 5px #000;
	-moz-box-shadow: 0 1px 5px #000;
	box-shadow: 0 1px 5px #000;

}
div.portfolio-listing
{
	margin: 10px;
	padding: 17px;
	background: #F7F7F7;
	float: left;
	width: 255px;
}
div.portfolio-listing img
{
}
div#portfolio div.portfolio-listing h3
{
	margin: 0px 0 10px 0;
	text-align: center;
	padding: 0px 0 0 0;
	font-size: 14px;
}
div.content div#portfolio div.portfolio-listing p
{
	margin: 5px 0px 10px 0;
	font-size: 10px;
}

