@charset "UTF-8";
/* CSS Document */
/* fixed header css */

html {
height:100%; /* fix height to 100% for IE */
max-height:100%; /* fix height for other browsers */
padding:0; /*remove padding */
margin:0; /* remove margins */
border:0; /* remove borders */
background:#fff; /*color background - only works in IE */
font-size:80%; /*set default font size */
font-family: tahoma, verdana, arial, sans-serif; /* set default font */
/* hide overflow:hidden from IE5/Mac */
/* \*/
/*overflow:hidden;*/ /*get rid of scroll bars in IE */
/* */
}

body {
	height:100%; /* fix height to 100% for IE */
	max-height:100%; /* fix height for other browsers */
	overflow:hidden; /*get rid of scroll bars in IE */
	padding:0; /*remove padding */
	margin:0; /* remove margins */
	border:0; /* remove borders */
	background-image: url(../images/backgroundTile.jpg);
}


/* end fixed header css */
#header {
	width: 100%;
	height: 160px;
	position: absolute;
	top: 0;
	right: 16px;
	padding-right: 0px;
	z-index: 4;
	background-color: transparent;
	background: url(../images/menu_bg2.png) repeat-x;
	overflow: hidden;
}
.holder {
	width: 1000px;
	padding: 20px 0px 20px 40px;
	margin: 10px auto 0;
}


#content {
	display:block; /* set up as a block */
	height:100%; /* set height to full page */
	max-height:100%;
	overflow:auto; /* add scroll bars as required */
	/*padding-left:200px; /* pad left to avoid navigation div if required */
	position:relative; /* set up relative positioning so that z-index will work */
	z-index:3; /* allocate a suitable z-index */
}
#content p {
	line-height: 1.7em;
	color: #333;
	font-size: 120%;
	margin-top: 5px;
	margin-bottom: 10px;
}
#content strong {
	color: #390;
	font-size: 1.2em;
}

#content a:link {
	text-decoration: none;
	color: #00C;
}
#content a:visited {
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
#content a:active {
	color: #900;
}

.left-column h1 {
	font-size: 350%;
	color: #666;
	margin-bottom: 20px;
}

.spacer { display: block; height: 160px;  } /* must be same height as #header */
#wrapper-start {
	width: 960px;
	padding: 30px 30px 70px 30px;
	margin: 0 auto 0 auto;
	overflow: hidden;
	position: relative;
	background: transparent;
	background-color: #FFF;
}
#wrapper-web {
	width: 960px;
	padding: 30px 30px 70px 30px;
	margin: 0 auto 0 auto;
	overflow: hidden;
	position: relative;
	background: transparent;
	background-color: #FFF;
}
#wrapper-photo {
	width: 960px;
	padding: 30px 30px 70px 30px;
	margin: 0 auto 0 auto;
	overflow: hidden;
	position: relative;
	background: transparent;
	background-color: #FFF;
}
#wrapper-design {
	width: 960px;
	padding: 30px 30px 70px 30px;
	margin: 0 auto 0 auto;
	overflow: hidden;
	position: relative;
	background: transparent;
	background-color: #FFF;
}
.addthis {
	float: right;
}

#main { width: 840px; height: 4000px; padding: 38px 60px 0 60px; background: url(../images/global/background-wrapper.jpg)  }

/* menu */

ul#menu {
	width: 500px;
	margin: 45px 0px 0px;
	padding: 0px;
	overflow: hidden;
	position: relative;
	float: right;
	clear: both;
}

ul#menu li { float: left; list-style: none;  }

ul#menu li a {
	width: auto;
	height: 29px;
	padding: 11px 20px 0 20px;
	color: #390;
	font-size: 130%;
	float: left;
	white-space: nowrap;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}

/*ul#menu li.break a { padding: 11px 0 0 0 !important; }*/

ul#menu li.break {
	padding: 11px 0 0 0 !important;
	width: auto;
	height: 29px;
	color: #630;
	font-size: 17px;
	float: left;
	white-space: nowrap;
	text-align: center;
	font-weight: bold;
}


ul#menu li a:hover, li.current a {
	color: #630 !important;
}

ul#menu li a:active { }

ul#menu li span { width: auto; height: 29px; padding: 11px 0 0 0; display: block; color: #fff; font-size: 17px; font-weight: bold; }


/* - classes - */

.clear { clear: both; height: 0; overflow: hidden; }

.null-margin-right { margin-right: 0 !important }

/* cell */

.cell {
	width: 100%;
	padding: 0px 0px;
	margin: 0 0 10px 0;
	overflow: hidden;
	position: relative;
}
.separator {
	background: url(../images/global/separator.jpg) no-repeat bottom;
	height: 150px;
	width: 100%;	
}
.left-column {
	width: 500px;
	padding: 0 40px 0 0;
	float: left;
	overflow: hidden;
}

.left-column h2 {
	font-size: 1.3em;
	margin-bottom: 20px;
}
.right-column {
	width: 410px;
	padding: 0 0 0 0px;
	float: left;
	overflow: hidden;
}
#content p.small {
	font-size: 0.8em;
	color: #390;
}
.right-column h3 {
	margin-top: 10px;
	color: #390;
	margin-bottom: 4px;
}
#note p{
	text-align: center;
	color: #666;
	font: 12px/14px Verdana, Geneva, sans-serif;
	margin: 10px 0px 0px;
	padding-top: 10px;
	padding-right: 20px;
}
/*For home page slideshow*/
.slideshow {
	height: 620px;
	width: 400px;
	margin: 0px 0px 0px 0px;
}
.slideshow img { padding: 9px; border: 1px solid #ccc; background-color: #eee; }

/*Carousel CSS*/
/*The one used for photos is #carousel*/
#carousel {
	width:350px;
	height:250px;
	overflow:scroll;
}
#carousel ul {
	list-style: none;
	width:4680px;
	margin: 0;
	padding: 0;
	position:relative;
}
#carousel li {
	display:inline;
	float:left;

/*This one is used for the web pages*/
}#carousel1 {
	width:380px;
	height:380px;
	overflow:scroll;
	border:2px solid #999;
}
/*This applies to both*/
.textholder {
	text-align:center;
	font-size:12px;
	line-height:14px;
	padding:4px 4px 0px 4px;
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-top-left-radius: 6px;	
	-webkit-border-top-right-radius: 6px;
}
/*End Carousel CSS*/

/*Before-After Container*/
#container {
	border: 2px solid #999;
	margin-left:75px;
}
#footer {
	font-size: .8em;
	font-style: italic;
	color: #666;
}
#full-width-cell {
	clear: both;
	float: left;
	width: 100%;
	text-align: center;
}

#full-width-cell h1 {
	font-size: 350%;
	color: #666;
	margin-bottom: 20px;

}
#full-width-cell p {
	font-size: .9em;
}
#full-width-cell img {
	margin-right: 20px;
}
/*blockquote {
	font-size: 1em;
	font-style: italic;
	color: #360;
	margin-left: 20px;
	margin-bottom: 0px;
}
*/
#content p.right {
	text-align: right;
	color: #333;
	font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 0px;
}
blockquote p
    {
	padding: 0px 25px 0px 0px;
	font-size: 0.8em;
	float: left;
	background: url(../images/quote_down.png) no-repeat right 10px;
	margin: 0px 50px 0px 0px;
}

blockquote
    {
	padding: 10px 20px 20px 30px;
	font-size: 0.8em;
	background: url(../images/quote_up.png) no-repeat left 10px;
	font-style: italic;
	color: #333;
}

cite
    {
	font-size: 1em;
	text-align: right;
	float: right;
	margin-bottom: 0px;
	margin-top: 0px;
	width: 450px;
	clear: right;
}
#block {
	width: 100%;
	height: 80px;
}

li.client {
	list-style: square inside;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 20px;
	font-size: 1em;
	font-weight: bold;
}
