/* CSS Document */

a:link {color: #FFFFFF; text-decoration: none;}
a:visited {color: #FFFFFF; text-decoration: none;}
a:active {color: #FFFFFF; text-decoration: none;}
a:hover {color: #666666; text-decoration: none;}



body {
	margin: 0px 0px 100px 0px;
	background-color: #fff;
}

.cellB {
	clear: both;
}

.cellL {
	float: left;
}

.cellR {
	float: right;
}



#page {
	width: 820px;
}






/********** MAIN STRUCTURE *********/


#header {
	padding: 15px;
	height: 80px;
	display: list-item;
	list-style-image: url("/images/print_head.gif");
	list-style-position: inside;
	position: relative;
}

#header img {
	display: none;
}

#menu {
	display: none;
}

#columnLeft {
	width: 205px;
}

#columnRight {
	width: 585px;
}

#mainLeft {
	padding-left: 25px;
	margin-right: 25px;
}

#mainRight {
	width: 155px;
	padding-top: 55px;
}

#footer {
}

ul {
	margin: 0px;
	padding: 0px;
}

li {
	list-style: none;
}




/********** SUB MENU *********/

.projectMenuLeft {
	display: none;
	width: 445px;
	padding-bottom: 20px;
}

.projectMenuRight {
	margin-left: 450px;
	width: 355px; /* 395px */
	height: 120px;
	padding: 8px;
	display: list-item;
	list-style-image: url("/images/print_bubble.jpg");
	list-style-position: inside;
	position: relative;
}

.projectMenuRight .wrap {
	position: absolute;
	top: 15px;
	left: 15px;
}


/********** PROJECTS SECTIONS *********/



#big4, 
#big5, 
#big6, 
#big7, 
#big8, 
#big9, 
#big10,
#big4 img,
#big5 img, 
#big6 img, 
#big7 img, 
#big8 img, 
#big9 img, 
#big10 img {
	display: none;
	visibility: hidden;
}


#columnProjectLeft {
	width: 445px;
	min-height: 224px;
}

#columnProjectRight {
	width: 350px;
	padding: 5px;
	font: 13px Helvetica, Arial, Verdana, sans-serif;
	line-height: 18px;
	color: #333;
}



.projectRightTitle {
	color: #FFFFFF;
	font: normal 22px Helvetica, Arial, Verdana, sans-serif;
	padding: 10px 12px 3px 12px;
}

.projectRightSubTitle {
	color: #E53031;
	font: normal 15px Helvetica, Arial, Verdana, sans-serif;
	padding: 3px 12px 16px 12px;
}


.projectDetails {
	font: 12px Helvetica, Arial, Verdana, sans-serif;
	color: #FFFFFF;
	line-height: 16px;
	margin-top: 32px;
	position: relative;
	display: list-item;
	list-style-image: url("/images/print_stripes.gif");
	list-style-position: inside;
	height: 220px;
}

.projectDetails .wrap {
	position: absolute;
	top: 0;
	left: 0;
}
.projectDetails ul {
	font-weight: normal;
	width: 150px;
	padding-bottom: 10px;
}

.projectDetails ul li {
	list-style: none;
	color: #000;
	margin: 10px 0 0 6px;
	padding: 2px 0;
}

ul.projectDetailsLeft li {
	font-weight: bold;
	width: 120px;
}

ul.projectDetailsRight li {
	width: 300px;
}


ul.projectLinked {
	display: none;
}

.printer {
	display: none;
}

#columnProjectLeft .thumbs {
	display: none;
}

#columnProjectLeft #images {
	margin-top: -135px;
}

#columnProjectLeft #images div img {
	width: 410px;
	height: auto;
	margin: 0 0 0 20px;
}

#columnProjectLeft #images div {
	display: block !important;
	padding: 0 0 20px 0;
}

#print_quote {
	width: 410px;
	height: 249px;
	font: 22px Helvetica, Arial, Verdana, sans-serif;
	margin-left: 20px;
	color: #130B4E;
	position: relative;
	display: list-item;
	list-style-image: url("/images/print_bg.gif");
	list-style-position: inside;
}

#print_quote div {
	position: absolute;
	top: 0;
	left: 0;
	padding: 12px;
	width: 330px;
}

#print_bottom, #bottomimg {
	display: none;
}
