@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin-top: 0px;
	padding: 0;
	text-align: center;
	color: #000000;
}




a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: none;
	color: #13B5EA;
}
a:active {
	text-decoration: none;
	color: #666;
}

#columns a:link {
	color: #fff;
	text-decoration: none;
}
#columns a:visited {
	text-decoration: none;
	color: #fff;
}
#columns a:hover {
	text-decoration: none;
	color: #000;
}
#columns a:active {
	text-decoration: none;
	color: #fff;
}

#container {
	width: 100%;
	background: #FFFFFF;
	text-align: left;
}
#header {
	width: 875px;
	margin: auto;
	height: 54px;
}

#logo {
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	width: 350px;
	height: 54px;
}

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#navbar {
	background-image: url(images/navbar.jpg);
	background-repeat: repeat-x;
	height: 50px;
	width: auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	text-align:center;
}

#subNav {
	font-size: 9.5px;
	letter-spacing: 1px;
	color: #13B5EA;
	float: right;
	}
#subNav p {
	float: left;
	margin: 0 0 0 20px;
	padding: 0 0px 0 4px;
	}
#subNav a:link, #subNav a:visited {
	color: #13B5EA;
	}
	
#subNav a:hover {
       color: #000;
       }

#fade {
	background-image: url(images/fade.jpg);
	background-repeat: repeat-x;
	height: 18px;
	width: auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	text-align:center;
}

#navbar2 {
	background-image: url(images/navbar.jpg);
	background-repeat: repeat-x;
	height: 50px;
	width: auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	text-align:center;
	padding-right: 620px;
}

#navbar3 {
	background-image: url(images/navbar.jpg);
	background-repeat: repeat-x;
	height: 20px;
	width: auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	text-align:center;
	padding-right: 620px;
}

#main_nav {
	width: 875px;
	margin: auto;
	height: 50px;
	position: 0;
}

#logo_sec {
	background-image: url(images/consultants.jpg);
	background-repeat: no-repeat;
	width: 350px;
	height: 49px;
	float: left;
}

#main_navbar {
	width: 875px;
	height: 49px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#666;
	float: left;
	clear: right;
}

	

#top_nav {
	width: 380px;
	height: 10px;
	margin-top: 40px;
	margin-right: 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8px;
	color:#666;
	float: right;
	display: inline;
	text-align: right;
	letter-spacing: 2px;
}

#main_image {
	height: 280px;
	width: auto;
	margin: auto;
	background-color:#000;
	background-repeat: repeat-x;
	text-align: center;
}

#main_imagegallery {
	height: 439px;
	width: auto;
	margin:auto;
	background-color:#000;
	background-repeat: repeat-x;
	text-align: center;
}

#image {
	width: 450px;
	height: 500px;
	float: left;
}

#text_right {
	width: 275px;
	height: auto;
	float: right;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 17px;
	font-size: 12px;
	padding-left: 25px;
	text-align: left;
}

#text_area {
	width: 875px;
	height: auto;
	padding-left: 30px;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 17px;
	font-size: 12px;
	margin: auto;
	}
	
#interiortext {
	width: 550px;
	height: auto;
	padding-bottom: 0px;
	border-top-width:thin;
	border-top-color:#CCC;
	border-top-style:solid;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 17px;
	font-size: 12px;
	padding-top: 15px;
	margin-top: 20px;
}
	
	

#text_gallery {
	width: 925px;
	height: 135px;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 12px;
	margin: auto;
	padding-left: 30px;
	}

#text_contact {
	width: 425px;
	height: 250px;
	float: right;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 12px;
	padding-left: 25px;
	text-align: left;
	
	
}

#text_about {
	background-color: #13B5EA;
	width: 365px;
	height: 400px;
	float: right;
	background-image:url(images/about_image.jpg);
	padding-left: 35px;
	padding-top: 100px;
	padding-right: 90px;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 12px;
	
	
}


#text_services {
	background-color: #13B5EA;
	width: 365px;
	height: 400px;
	float: right;
	background-image:url(images/services_image.jpg);
	padding-left: 35px;
	padding-top: 100px;
	padding-right: 90px;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 12px;
	}
	
#text_testimonials {
	background-color: #13B5EA;
	width: 365px;
	height: 400px;
	float: right;
	background-image:url(images/testimonials_image.jpg);
	padding-left: 35px;
	padding-top: 100px;
	padding-right: 90px;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 12px;
	}
	
	
#mainContent {
	width: 900px;
	height: auto;
	margin: auto;
	overflow: hidden;
	padding-bottom: 20px;
}

#mainContact {
	width: 950px;
	height: 260px;
	margin: auto;
}

#bottom_headers {
	margin-top: 25px;
	width: 925px;
	height: 65px;
	margin: auto;
}

#text_consultation {
	padding-left: 15px;
	width: 240px;
	height: auto;
}

#columns {
	background-image: url(images/column.jpg);
	width: 185px;
	height: 40px;
	padding-top: 12px;
	padding-right: 20px;
	padding-left: 20px;
	float: left;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 20px;
	font-size: 14px;
	color: #fff;
	margin-right: 5px;	
}

#footer { 
	margin-top: 15px;
	padding-top: 10px;
	height: 250px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	text-align:center;
	color: #FFF;
	background-color: #000;
	background-repeat: repeat-y;
}

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}








.remooz-element
{
	cursor:					-moz-zoom-in;
}

/**
 * Box layout
 */

.remooz-box
{
	position:				absolute;
	top:					0;
	left:					0;
	background:				#fff no-repeat center;
	z-index:				100;
}
.remooz-loading
{
	background-image:		url(spinner.gif);
}
.remooz-body
{
	width:					100%;
	height:					100%;
}
.remooz-box-focus.remooz-type-image .remooz-body
{
	cursor:					-moz-zoom-out;
}
.remooz-box-dragging .remooz-body
{
	cursor:					move;
}

/**
 * Close button
 */

.remooz-btn-close
{
	position:				absolute;
	left:					-15px;
	top:					-15px;
	width:					30px;
	height:					30px;
	text-decoration:		none;
	border:					0;
	background:				url(closebox.png) no-repeat center;
	visibility:				hidden;
	cursor:					pointer;
}
.remooz-engine-trident4 .remooz-btn-close
{
	background-image:		url(closebox.gif);
}

/**
 * Caption title
 */

.remooz-title
{
	position:				relative;
	left:					0;
	top:					15px;
	text-align:				left;
}
.remooz-title-bg
{
	position:				absolute;
	left:					0;
	top:					0;
	width:					100%;
	height:					100%;
	background-color:		#000;
	z-index:				99;
	-moz-border-radius:		5px;
	-webkit-border-radius:	5px;
	/* shadow opacity differs from box shadow because its default set to opacity 0.8 */
	-webkit-box-shadow:		0 0 10px rgba(0, 0, 0, 0.9);
}
.remooz-title-content
{
	position:				relative;
	padding:				5px 15px;
	color:					#fff;
	z-index:				101;
	font:					11px/1.5 Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.remooz-engine-trident4 .remooz-title-bg
{
	display:				none;
}
.remooz-engine-trident4 .remooz-title-content
{
	background-color:		#333;
}

.remooz-title-content h6
{
	font-size:				1.2em;
	font-weight:			bold;
	color:					#eee;
}
.remooz-title-content p
{
	color:					#eee;
}

/**
 * Type specific
 */

.remooz-type-image img
{
	display:				block;
	border:					0;
	width:					100%;
	height:					100%;
}

/**
 * Shadow
 */

.remooz-bg
{
	position:				absolute;
	width:					33px;
	height:					40px;
}

.remooz-bg-n
{
	left:					0;
	top:					-40px;
	width:					100%;
	background:				url(remo_bg_n.png) repeat-x;
}
.remooz-bg-ne
{
	right:					-33px;
	top:					-40px;
	background:				url(remo_bg_ne.png) no-repeat;
}
.remooz-bg-e
{
	right:					-33px;
	top:					0;
	height:					100%;
	background:				url(remo_bg_e.png) repeat-y;
}
.remooz-bg-se
{
	right:					-33px;
	bottom:					-40px;
	background:				url(remo_bg_se.png) no-repeat;
}
.remooz-bg-s
{
	left:					0;
	bottom:					-40px;
	width:					100%;
	background:				url(remo_bg_s.png) repeat-x;
}
.remooz-bg-sw
{
	left:					-33px;
	bottom:					-40px;
	background:				url(remo_bg_sw.png) no-repeat;
}
.remooz-bg-w
{
	left:					-33px;
	top:					0;
	height:					100%;
	background:				url(remo_bg_w.png) repeat-y;
}
.remooz-bg-nw
{
	left:					-33px;
	top:					-40px;
	background:				url(remo_bg_nw.png) no-repeat;
}









#myGallery, #myGallerySet, #flickrGallery
{
	width: 950px;
	height: 437px;
	z-index:5;
	border: 1px solid #000;
}

.jdGallery a
{
	outline:0;
}

#flickrGallery
{
	width: 950px;
	height: 437px;
}

#myGallery img.thumbnail, #myGallerySet img.thumbnail
{
	display: none;
}

.jdGallery
{
	overflow: hidden;
	position: relative;
}

.jdGallery img
{
	border: 0;
	margin: 0;
}

.jdGallery .slideElement
{
	width: 100%;
	height: 100%;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('img/loading-bar-black.gif');
}

.jdGallery .loadingElement
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('img/loading-bar-black.gif');
}

.jdGallery .slideInfoZone
{
	position: absolute;
	z-index: 10;
	width: 100%;
	margin: 0px;
	left: 0;
	bottom: 0;
	height: 40px;
	background: #333;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
}

* html .jdGallery .slideInfoZone
{
	bottom: -1px;
}

.jdGallery .slideInfoZone h2
{
	padding: 0;
	font-size: 80%;
	margin: 0;
	margin: 2px 5px;
	font-weight: bold;
	color: inherit;
}

.jdGallery .slideInfoZone p
{
	padding: 0;
	font-size: 60%;
	margin: 2px 5px;
	color: #eee;
}

.jdGallery div.carouselContainer
{
	position: absolute;
	height: 135px;
	width: 100%;
	z-index: 10;
	margin: 0px;
	left: 0;
	top: 0;
}

.jdGallery a.carouselBtn
{
	position: absolute;
	bottom: 0;
	right: 30px;
	height: 20px;
	/*width: 100px; background: url('img/carousel_btn.gif') no-repeat;*/
	text-align: center;
	padding: 0 10px;
	font-size: 13px;
	background: #333;
	color: #fff;
	cursor: pointer;
}

.jdGallery .carousel
{
	position: absolute;
	width: 100%;
	margin: 0px;
	left: 0;
	top: 0;
	height: 115px;
	background: #333;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
}

.jdExtCarousel
{
	overflow: hidden;
	position: relative;
}

.jdGallery .carousel .carouselWrapper, .jdExtCarousel .carouselWrapper
{
	position: absolute;
	width: 100%;
	height: 78px;
	top: 10px;
	left: 0;
	overflow: hidden;
}

.jdGallery .carousel .carouselInner, .jdExtCarousel .carouselInner
{
	position: relative;
}

.jdGallery .carousel .carouselInner .thumbnail, .jdExtCarousel .carouselInner .thumbnail
{
	cursor: pointer;
	background: #000;
	background-position: center center;
	float: left;
	border: solid 1px #fff;
}

.jdGallery .wall .thumbnail, .jdExtCarousel .wall .thumbnail
{
	margin-bottom: 10px;
}

.jdGallery .carousel .label, .jdExtCarousel .label
{
	font-size: 13px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	padding: 0;
	margin: 0;
}

.jdGallery .carousel .wallButton, .jdExtCarousel .wallButton
{
	font-size: 10px;
	position: absolute;
	bottom: 5px;
	right: 10px;
	padding: 1px 2px;
	margin: 0;
	background: #222;
	border: 1px solid #888;
	cursor: pointer;
}

.jdGallery .carousel .label .number, .jdExtCarousel .label .number
{
	color: #b5b5b5;
}

.jdGallery a
{
	font-size: 100%;
	text-decoration: none;
	color: inherit;
}

.jdGallery a.right, .jdGallery a.left
{
	position: absolute;
	height: 99%;
	width: 25%;
	cursor: pointer;
	z-index:10;
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
}

* html .jdGallery a.right, * html .jdGallery a.left
{
	filter:alpha(opacity=50);
}

.jdGallery a.right:hover, .jdGallery a.left:hover
{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.jdGallery a.left
{
	left: 0;
	top: 0;
	background: url('img/fleche1.png') no-repeat center left;
}

* html .jdGallery a.left { background: url('img/fleche1.gif') no-repeat center left; }

.jdGallery a.right
{
	right: 0;
	top: 0;
	background: url('img/fleche2.png') no-repeat center right;
}

* html .jdGallery a.right { background: url('img/fleche2.gif') no-repeat center right; }

.jdGallery a.open
{
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.withArrows a.open
{
	position: absolute;
	top: 0;
	left: 25%;
	height: 99%;
	width: 50%;
	cursor: pointer;
	z-index: 10;
	background: none;
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.withArrows a.open:hover { background: url('img/open.png') no-repeat center center; }

* html .withArrows a.open:hover { background: url('img/open.gif') no-repeat center center;
	filter:alpha(opacity=80); }
	
	
/* Gallery Sets */

.jdGallery a.gallerySelectorBtn
{
	z-index: 15;
	position: absolute;
	top: 0;
	left: 30px;
	height: 20px;
	/*width: 100px; background: url('img/carousel_btn.gif') no-repeat;*/
	text-align: center;
	padding: 0 10px;
	font-size: 13px;
	background: #333;
	color: #fff;
	cursor: pointer;
	opacity: .4;
	-moz-opacity: .4;
	-khtml-opacity: 0.4;
	filter:alpha(opacity=40);
}

.jdGallery .gallerySelector
{
	z-index: 20;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
}

.jdGallery .gallerySelector h2
{
	margin: 0;
	padding: 10px 20px 10px 20px;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
}

.jdGallery .gallerySelector .gallerySelectorWrapper
{
	overflow: hidden;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton
{
	margin-left: 10px;
	margin-top: 10px;
	border: 1px solid #888;
	padding: 5px;
	height: 40px;
	color: #fff;
	cursor: pointer;
	float: left;
}

.jdGallery .gallerySelector .gallerySelectorInner div.hover
{
	background: #333;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton div.preview
{
	background: #000;
	background-position: center center;
	float: left;
	border: none;
	width: 40px;
	height: 40px;
	margin-right: 5px;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton h3
{
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton p.info
{
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	color: #aaa;
}




h1
{
	color: #fff;
	font-size: 47px;
	font-weight: bolder;
	margin: 0 40px;
	padding: 0.08em 0;
}

h1 sup
{
	color: #ddd;
}

h1 a
{
	color: #fff;
	text-decoration: none;
}

h1 .company, h1 a .company
{
	color: #d01a71;
}

h2
{
	color: #ddd;
	font-size: 2.5em;
}

h3
{
	color: #fff;
	font-size: 1.5em;
}

h4
{
	font-size: 1.3em;
}

.content
{
	margin: 0 20px;
}

.content a
{
	color: #fff;
}


.content p.linkage
{
	margin-top: 2em;
	text-align: right;
	font-size: 1.7em;
	color: #ddd;
}

.content p.linkage a { color: #fff; }

/*.content p.linkage a
{
	color: #fff;
	background: url('../images/bg/biglink_off.gif') center right no-repeat;
	padding: 10px 20px;
	text-decoration: none;
}

.content p.linkage a:hover
{
	background: url('../images/bg/biglink_on.gif') center right no-repeat;
	font-style: italic;
}*/

#myGallery
{
	text-align: center;
	margin: 0 auto;
}
.blue {
	color: #14B5EB;
}
.headers {
	font-size: 16px;
	font-weight: bold;
	color: #14B5EB;
	letter-spacing: 2px;
}
.pictures {
	float: left;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 25px;
}
.productlinks {
}



.gallerypictures {
	padding: 5px;
	clear: right;
	float: left;
	border: thin solid #CCC;
	margin-right: 18px;
	text-align: center;
}

#galleryheader {
	height: 25px;
	width: 112px;
	padding-top: 5px;
	clear: right;
	float: left;
	margin-right: 18px;
	text-align: center;
	color: #666;
	font-family:Arial, Helvetica, sans-serif;
}

.gallerypictures a:link {
	filter: alpha(opacity=50;
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.gallerypictures a:visited {
	filter: alpha(opacity=50;
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.gallerypictures a:hover {
	 filter: alpha(opacity=100;
	 -moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}
.gallerypictures a:active {
	filter: alpha(opacity=50;
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
