/* @override http://development.realmacsoftware.com/dev/findandbuild/rw_common/themes/findbuild/styles.css */

body {
	color: #333;
	font: 0.78em Geneva, Helvetica, Arial, "Helvetica Neue", sans-serif;
	line-height: 1.6em;
	padding: 0;
	margin: 0;
}

p { 
	padding: 0;
	margin: 5px 0 10px 0;
}

b, strong {

}

a:link, a:visited {
	color: #e63c1b;
}

a:hover, a:active {
	text-decoration: none;
}

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

.image-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.image-right {
	float: right;
	margin: 5px 0 10px 10px;
}
	
/* @end */

/* @group Layout */

#container {
	position: relative;
	width: 960px;
	margin: 0 auto;
}

.clearer {
	clear: both;
}

#pageHeader {
	position: relative;
	width: 960px;
	border-bottom: 1px solid #fff;
}


#logo {
	position: absolute;
	top: 13px;
	left: 20px;
	display: none;
	width: 110px;
	height: 80px;
	text-indent: -999em;
}

#logo a {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 110px;
	height: 80px;
}

#pageHeader h1 {
	position: absolute;
	left: 0;
	top: 100px;
	color: #fff;
	font-size: 1.3em;
}

#pageHeader h2 {
	position: absolute;
	left: 0;
	top: 150px;
	font: normal 1.2em Geneva, Helvetica, Arial, "Helvetica Neue", sans-serif;
	color: #fff;
	margin-right: 20px;
	line-height: 1.6em;
	width: 920px;
}

#container {
	background-image: url(images/content_top_grad.png);
	background-repeat: repeat-x;
}

#contentContainer {
	margin-bottom: 30px;
	width: 635px;
	float: left;
}

#contentContainer #content {	
	padding-left: 20px;
	padding-right: 0px;
	margin: 20px 0;
	position: relative;
}

#sidebarContainer {
	width: 284px;
	float: right;
}

#sidebarContainer #sidebar {
	margin: 20px 20px 0 0;
}

#footer { 
	padding: 0 20px;
	width: 920px;
	margin: 0 auto;
	border-top: 1px solid black;
	font-family: Geneva, "Times New Roman", Times, serif;
}

#footer p {
	padding: 10px 0;
	margin: 0;
	float: left;
}

#footer a:link, #footer a:visited {
}

#footer a:hover, #footer a:active {
}
	
/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {
	float: right;
	padding: 10px 0;
}

#breadcrumbcontainer ul {
	display: inline;
	padding: 0;
	margin: 0;
}

#breadcrumbcontainer li {
	display: inline;
	padding: 0;
	background: none;
}

#breadcrumbcontainer a {
	margin-left: 3px;
}

#breadcrumbcontainer a:hover {
}
	
/* @end */

/* @group Toolbar */

/* Toolbar Styles */

#navcontainer {
	position: absolute;
	right: 20px;
	top: 39px;
	font-size: 1.05em;
}

#navcontainer #current,
#navcontainer .currentAncestor {
	background: url(images/menu_highlight.png) no-repeat center bottom;
	color: #e63c1b;
}

/* Parent - Level 0 */

#navcontainer ul{
	padding: 0;
	margin: 0;
}

#navcontainer li {
	display: inline;
	padding: 0;
	background: none;
}

#navcontainer a {
	margin-left: 10px;
	display: block;
	float: left;
	height: 24px;
	color: #000;
	text-decoration: none;
}

#navcontainer a:hover, 
#navcontainer a:active {
	color: #e63c1b;
	background: url(images/menu_highlight.png) no-repeat center bottom;
}

/* Child - Level 1 */

#navcontainer ul ul {
	display: none;
}
/* @end */

/* @group Global Classes */

blockquote, .standout {
	margin: 0 0 20px;
	padding: 0;
	font-size: 1.3em;
	line-height: 1.4;
}

h1 {
	padding: 0;
	margin: 0 0 10px 0;
	font: normal normal 2.2em Geneva, "Times New Roman", Times, serif;
}

h2 {
	padding: 0;
	margin: 0 0 5px 0;
	font: normal normal 2em Geneva, "Times New Roman", Times, serif;
}

h3 {
	padding: 0;
	margin: 0 0 10px 0;
	font: normal 1.6em Geneva, "Times New Roman", Times, serif;
}

h4 {
	padding: 0;
	margin: 0;
	font: normal 1.3em Geneva, "Times New Roman", Times, serif;
}

h5 {
	padding: 0;
	margin: 0;
	font: normal 1.2em Geneva, "Times New Roman", Times, serif;
}

.highlight {
	color: #e13f20;
	font-weight: bold;
}

.imageStyle {
}



/* Main content area unordered list styles */
#contentContainer #content ul {
}

#contentContainer #content li {
}

ul.disc {
}

ul.circle {
}

ul.square {
}

ol.arabic-numbers {
}

ol.upper-alpha {
}

ol.lower-alpha {
}

ol.upper-roman {
}

ol.lower-roman {
}

dt {
	padding: 0 0 0 25px;
	margin: 2px 0 4px 0;
	font: normal 1.2em Geneva, "Times New Roman", Times, serif;
	background: url(images/bullet_large.png) no-repeat left center;
}

dd {
	margin: 0;
	padding: 0 0 0 25px;	
}
/* Sidebar area unordered list styles */
#sidebarContainer #sidebar ul {
}

#sidebarContainer #sidebar li {
}


/* Table Styles */
table {
	margin: 0 0 30px;
	padding: 5px 0 0 0;
}

caption {
	color: #e13f20;
	padding: 0;
	font: normal 1.6em Geneva, "Times New Roman", Times, serif;
	text-align: left;
}

th, td {
	padding-right: 30px;
}

/* @end */

/* @group Contact Form */

#content form {
	padding: 0;
	margin: -10px 0 0;
	color: #e13f20;
}

#content label {
	color: #333;
}

#content input, 
#content select,
#content textarea {
	font-weight: normal;
	border: 1px solid #b3b3b3;
	padding: 3px;
	margin: 2px 0 0 0;
	background-color: #fff;
	line-height: 1.6em;
	font-size: 1em;
	width: 70%;
	color: #333;
}

#content select {
	width: 40%;
}

.message-text { 
} 

.required-text {
} 

.form-input-field {
} 

#content .form-input-button {
	width: 100px;
	background-color: #e13f20;
	color: #fff;
	border-color: #c9381b;
} 

#content .form-input-button:hover {
	background-color: #bb3419;
	border-color: #c9381b;
	cursor: pointer;
} 
/* @end */


/* @group Slimbox */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(images/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(images/press_close.png) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}



/* @end */

/* @group Press page */

.press {
	height: 280px;
	margin: 15px 0 25px;
}

.press img {

}

.press h3 {
	margin: 0 0 5px;
}

.press .left,
.press .middle,
.press .right {
	width: 195px;
	height: 270px;
	text-align: center;
}

.press .left {
	float: left;
}

.press .middle {
	float: left;
	width: 195px;
	margin: 0 7px;
	padding: 0 7px;
	text-align: center;
	border-right: 1px dotted #d7d7d7;
	border-left: 1px dotted #d7d7d7;
}

.press .right {
	float: right;
}


/* @end */

/* @group Homepage */

/* @group slider */

#pageHeader h1.page_title {
	font-size: 2em;
}

p.page_slogan {
	font-size: 2em;
}

#info_content_wrap {
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 630px;
	height: 145px;
	position: absolute;
	top: 90px;
	right: 20px;
	color: #fff;
	border-bottom: 1px solid #fff;
}

#info_content_wrap ul {
	margin: 0;
	padding: 0;
}

#info_content_wrap #info_content h1 {
	position: relative;
	left: 0;
	top: 0;
}

#info_content {
	position: relative;
	z-index: 10;
	width: 13440px;
}

#info_content,
#info_content_wrap li {
	list-style: none;
	margin: 0;
	padding: 0;
	background: none;
}

#info_content_wrap ul li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	border: none;
	width: 630px;
	height: 252px;
}

#info_content_wrap ul li img {
	display: block;
}

#info_links {
	width: 630px;
	height: 30px;
	position: absolute;
	bottom: 0px;
	right: 20px;
}

#info_links ul {
	margin: 0;
	padding: 0;
}

#info_links ul li {
	margin: 0;
	display: inline;
	background: none;
	padding: 0;
}

#info_links ul li a {
	position: absolute;
	bottom: 23px;
	display: block;
	width: 150px;
	height: 24px;
	text-indent: 40px;
	color: #fff;
	padding-top: 7px;
	background-image: url(images/homepage_button.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	font-size: 1.4em;
}

#info_links ul li a span {
	position: absolute;
	color: #000;
	font: 1.4em Geneva, "Times New Roman", Times, serif;
}

#info_links ul li a#button0 span {
	left: -15px;
	top: 0px;
	background: url(images/front_banner_house.gif) no-repeat top right;
}


#info_links ul li a#button1 span {
	left: -30px;
	top: 0px;
}


#info_links ul li a#button2 span {
	left: -31px;
	top: 0px;
}

#info_links ul li a#button3 span {
	left: -31px;
	top: -1px;
}

#info_links #button0 {
	display: none;
}

#info_links #button1 {
	left: 0px;
}

#info_links #button2 {
	left: 150px;
}

#info_links #button3 {
	left: 300px;
}


#info_links ul li a:hover,
#info_links ul li a.current {
	color: #e13f20;
	background-image: url(images/homepage_button_over.gif);
}



/* @end */

#recently {
	//background: url(images/homepage_recent_box.png) no-repeat;
	display: block;
	width: 575px;
	height: 304px;
	padding: 15px;
	margin: 15px 0;
	border: 1px solid #a9a9a9;
}

#recently h2 {
	font-size: 1.2em;
	margin-bottom: 15px;
	padding-left: 15px;
	background: url(images/circle_arrow.png) no-repeat left center;
}

#recently h3 {
	font-size: 1em;
	color: #e13f20;
	font-weight: bold;
	font-style: normal;
	font-family: Geneva, Helvetica, Arial, "Helvetica Neue", sans-serif;
	margin-bottom: 5px;
}

#recently img {
	float: left;
	margin-right: 10px;
}

#content #recently ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#content #recently ul li {
	padding: 0;
	margin: 0;
	background: none;
}

#recently .left {
	float: left;
	width: 50%;
}

p.info_link {
	margin-bottom: 25px;
	padding-left: 15px;
	background: url(images/circle_arrow.png) no-repeat left center;
}

/* @group Banner */
#home_info {
	width: 630px;
	height: 252px;
	position: absolute;
	right: 20px;
	top: 100px;
}

#home_info .buttons {
	position: absolute;
	bottom: 0;
	display: block;
	height: 75px;
	width: 100%;
	border-top: 1px solid #fff;
}

#home_info .buttons div {
	position: absolute;
	bottom: 20px;
	display: block;
	width: 33px;
	height: 26px;
	text-indent: 40px;
	font-size: 1.4em;
	color: #fff;
	padding-top: 7px;
}

#home_info .buttons div:hover {
	color: #e13f20;
	cursor: pointer;
}

#home_info #button_one {
	left: 0;
	background-image: url(images/homepage_button1.gif);
}

#home_info #button_one:hover,
#home_info .one_current {
	background-image: url(images/homepage_button1_over.gif);
}

#home_info #button_two {
	left: 150px;
	background-image: url(images/homepage_button2.gif);
}

#home_info #button_two:hover {
	background-image: url(images/homepage_button2_over.gif);
}

#home_info #button_three {
	left: 300px;
	background-image: url(images/homepage_button3.gif);
}

#home_info #button_three:hover {
	background-image: url(images/homepage_button3_over.gif);
}

#home_info #one h1,
#home_info #two h1,
#home_info #three h1 {
	top: 40px;
	left: 0;
}

#home_info p {
	position: absolute;
	left: 0;
	top: 80px;
	color: #fff;
}

#home_info #one,
#home_info #two,
#home_info #three {
	opacity: 0;
}


/* @end */

/* @end */

/* @group Sidebar boxes */

.vcard {
	position: relative;
	margin-bottom: 20px;
}

.vcard h3 {
	font: normal 1.5em Geneva, "Times New Roman", Times, serif;
	border-bottom: 1px dotted #d7d7d7;
	padding-bottom: 5px;
	margin: 0;
}

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

.vcard p.fn.org {
	text-indent: -9000em;
	border: none;
	margin-bottom: -29px;
}


.vcard p {
	border-bottom: 1px dotted #d7d7d7;
	padding: 5px 0 5px 120px;
	margin: 0;
}

#contact-sidebar .vcard p {
	padding: 5px 0 5px 0px;
}


.sidebar-box {
	position: relative;
	display: block;
	width: 264px;
	background: #000 url(images/sidebar_box_top.png) no-repeat;
	color: #fff;
	padding-bottom: 14px;
	margin-bottom: 20px;
}

.sidebar-box ul {
	list-style-type: none;
	padding: 0 10px 0 10px;
	margin: 0;
}

.sidebar-box ul li{
	padding-left: 15px;
	padding-bottom: 5px;
	background: url(images/circle_arrow_black.png) no-repeat 0 4px;
}

.sidebar-box ul li.first{
	background: url(images/circle_arrow_black_first.png) no-repeat 0 4px;
}

.box-bottom {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 264px;
	min-height: 7px;
	background: url(images/sidebar_box_bottom.png) no-repeat left bottom;
}

.sidebar-box h3{
	font-size: 1.2em;
	padding: 10px;
	margin: 0;
}

.sidebar-box p {
	margin: 0;
	padding: 0px 10px;
}

/* @group More info select form */


form.more_info {
	padding: 5px 0 0;
	position: relative;
}

select#more_info_choice {
	background: #0d0d0d;
	border: 1px solid #656565;
	color: #fff;
	width: 167px;
	font-size: 12px;
	margin: 5px 0 0;
}

input#more_info_button {
	margin: 0;
	padding: 0;
	display: block;
	width: 67px;
	height: 20px;
	position: absolute;
	right: 10px;
	bottom: 14px;
}

/* @end */

/* @group Newletter form */

#newsletter.sidebar-box {
	padding-bottom: 52px;
}

form.newsletter {
	position: relative;
	margin: 0 10px;
	padding: 10px 0 0;
}

.newsletter p {
	padding: 0;
	margin: 0;
}
	
.newsletter input {
	width: 238px;
}

.newsletter input#name {
	margin-bottom: 15px;
}

.newsletter input#phone {
	margin-bottom: 15px;
}

.newsletter p.button {
	margin: 0;
	padding: 0;
	display: block;
	width: 67px;
	height: 20px;
	position: absolute;
	right: 0px;
	bottom: -38px;
}

.newsletter p.button input {
	width: auto;
}

/* @end */

/* @end */

/* @group Clients */

.buyer {
	background: url(images/hot_buyer_head.png) no-repeat left 20px;
	clear: both;
	position: relative;
	margin-top: 20px;
	padding: 20px 0 0;
	border-top: 1px dotted #d7d7d7;
}

.buyer .details {
	margin-left: 125px;
}

.buyer .links {
	width: 106px;
	position: absolute;
	left: 5px;
	top: 155px;
}

.buyer .links a{
	margin: 0;
	text-indent: 0;
	padding-left: 15px;
}

.buyer .links ul{
	padding-left: 0;
}

.buyer li {
	background: url(../images/circle_arrow.png) no-repeat left center;
	margin-bottom: 5px;
	list-style-type: none;
}



.buyer h3 {
	color: #e13f20;
}

.buyer p.link {
}

.buyer a {
	text-indent: 15px;
	display: block;
	margin-bottom: 10px;
	background: url(images/circle_arrow.png) no-repeat left 5px;
}

.left {
}

.right {
}


/* @end */

/* @group Case studies */
.case_study_bar {
	width: 149px;
	height: 25px;
	margin: 0 0 30px;
	position: relative;
}

.case_study_bar a,
.case_study_bar a:visited {
	display: block;
	padding-top: 3px;
	height: 22px;
	width: 67px;
	float: left;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: url(images/case_studies_button.png) no-repeat left top;
}

.case_study_bar a:hover,
.case_study_bar a:active {
	cursor: pointer;
	color: #fff;
}

.case_study_bar a#found_button {
	margin-right: 15px;
}

.case_study_bar a:hover.found,
.case_study_bar a.found_current {
	background: url(images/case_studies_button.png) no-repeat left bottom;
}

.case_study_bar a#built_button {
}

.case_study_bar a:hover.built,
.case_study_bar a.built_current {
	background: url(images/case_studies_button.png) left bottom;
}

#fade_wrap {
	position: relative;
	margin-top: 0px;
	display: block;
	width: 615px;
	height: 2210px;
	overflow: hidden;
}

.case_study {
	clear: both;
	height: 275px;
	padding-top: 30px;
	margin-bottom: 15px;
	border-top: 1px dotted #d7d7d7;
	background-color: #fff;
}

.first {
	padding-top: 0;
	border-top: none;
}

.case_study h3 {
	color: #e13f20;
}

.case_study img {
	float: left;
	margin-right: 10px;
	padding-bottom: 14px;
	background: url(images/case_study_image_grad.png) repeat-x left bottom;
}

.case_study p {
	margin: 0 0 5px;
	padding: 0;
}

#found_content {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	width: 600px;
}

#built_content {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	width: 600px;
}

/* @end */

#why h3 {
	margin: 0;
	padding-left: 25px;
	background: url(images/bullet_large.png) no-repeat left center;
}

#why p {
	margin-bottom: 15px;
}

/* @group Smoothbox */

/*
 * Smoothbox v20070814 by Boris Popoff (http://gueschla.com)
 *
 * Based on Cody Lindley's Thickbox, MIT License
 *
 * Licensed under the MIT License:
 *   http://www.opensource.org/licenses/mit-license.php
 */
#more_info_choice {
	z-index: 20;
}

html, body {
	min-height: 100%;
	height: auto !important;
	height: 100%
}

#TB_window {
	overflow: hidden;
}

#TB_secondLine {
}

#TB_overlay {
	position: absolute;
	z-index:500;
	top: 0px;
	left: 0px;
	background-color:#000;
}

#TB_window {
	position: absolute;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	border: 2px solid #333;
	text-align:left;
	z-index: 501;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
	z-index: 502;
}

#TB_closeAjaxWindow{
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
	z-index: 503;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	padding: 0;
	margin: 0 0 10px 0;
	font: normal normal 2.2em GenevaGeneva, "Times New Roman", Times, serif;
	position: relative;
}

#TB_ajaxContent{
	clear:both;
	padding: 10px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent form label {
	display: block;
}
#TB_ajaxContent form input.form-input-field,
#TB_ajaxContent form textarea.form-input-field{
	width: 85%;
}

a#TB_closeWindowButton {
	font-size: 0.8em;
	display: block;
	text-indent: 999em;
	position: absolute;
	right: 10px;
	top: 6px;
	width: 66px;
	height: 22px;
	background: transparent url(images/press_close.png) no-repeat center;
	margin: 5px 0;
	z-index: 503;
}

#TB_load{
	position: absolute;
	display: none;
	height: 32px;
	width: 32px;
	z-index: 101;
	background-image: url(images/loading.gif);
}

#TB_HideSelect{
	z-index:99;
	position:absolute;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
}

/* IE6 */
* html #TB_iframeContent{
	margin-bottom: 1px;
}


/* @end */


/* @group admin */
.divider {
	height: 10px;
	width: 100%;
	background-color: green;
}

/* @end */


