/* CSS Document */

body{
	color:#646464;
	margin:0;
	padding:0;
	background-color:#fff;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
#page{
	width:1080px;
	margin:20px auto;
	padding:0px 10px;
}
h3{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
}
button{
	background-color:#414040;
	color:#fff;
	border:2px solid #EBEBEB;
	padding:0px 10px;
	font-size:13px;
	cursor:pointer;
}
input{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	border:1px solid #EBEBEB;
}
textarea{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	border:1px solid #EBEBEB;
	font-size:11px;
}
a{
	color:#404040;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}

/*--- header & menu ---*/

#header{
	height:81px;
	/*background:url(images/header.jpg) no-repeat top left #fff;*/
	background:url(images/blueprint_bps_logo.jpg) no-repeat top left #fff;
	background-position: 10px 3px;	
	clear:both;
	padding-top:5px;
	margin-left:140px;
}
#menu-top{
	background: #fff;
	margin-left:140px;
}
#menuTopContainer{
	background: #fff;
	float:right;
	vertical-align:top;
	margin-top:10px;	
}
.menuTopLink{
	float:right;
	text-decoration:none;
	margin:0px 40px;
}
.menuTopSeparator{
	float:right;
	margin:0px 5px;
	width:2px;
}
#menuContainer{
	margin:0px 10px;
	background:url(images/menu_bg.gif) repeat-x;
	height:30px;
	text-align:center;
}
#menuContainer ul{
	margin:0px;
	padding:0px;
}
.menuLink{
	text-decoration:none;
}
.menuBlock{
	display:inline;
	margin:0px 20px;
}
.menuSeparator{
	display:inline;
	margin:0px;
	width:2px;
}

/*--- menu left ---*/

#menu-left{
	background-color: #fff;
	color: #000;
	float: left;
	margin: 10px 0px 0px;
	opacity: 0.8;
	padding: 10px 0px;
	text-align: right;
	width: 140px;
}
#menu-left-content{
	margin-right: 10px;
}
#menu-left h2{
	font-size:9pt;
	font-weight:bold;
}
#menu-left h2 a{
	text-decoration:none; color:#000000;
}
.left_link{
	font-size:9pt;
	color:#050707;
	text-decoration:none;
	text-transform:lowercase;
	/*font-weight:bold;*/
}
.menu_selected_parent{
	background-color:#A5CE3A;
}
.menu_selected_child{
	background-color:#E6F1C7;
}
.left_link:hover{
	color:#515151;
}

/*--- content ---*/

#content{
	background-color:#FFFFFF;
	color:#404040;
	float:left;
	margin:0px 0px 20px;
	padding:10px;
	text-align:left;
	width:920px;
}
#contentContainer{
	clear:both;
	/* height:410px; */
}
.linkHome{
	color:#646464;
	text-decoration:underline;
}
.linkHome:hover{
	text-decoration:none;
}
#homepageMenu{
	width:605px;
	height:317px;
	margin-bottom:3px;
	text-align:left;
	float:left;
	overflow: hidden;
}
#homepageMenuContent{
	padding:0px;
}
.homepageImage{
	border:1px solid #CEC4BC;
	padding:5px;
}
.homepagePhotoLink{
	border:0px;
	margin:0px 0px;
	padding:0px;
}
.homePhoto{
	border:0px;
	margin:0px 0px 3px 0px;
	padding:0px;
}
.homePhotoSeparator{
	float: left;
	width: 5px;
	height: 110px;
}
.homeLink{
	float: left;
	border:0px;
	text-align:none;
}
#menuImages{
	width: 920px;
	height: 110px;
	overflow: hidden;
}
.home_tab{
	background:#323333;
	color:#FFFFFF;
	float: left;
	width: 180px;
	height: 110px;
	overflow: hidden;
}
.home_tab_text{
	float:right;
	font-size:10pt;
	padding:1px 5px 0 0;
	text-transform:lowercase;
}
.detailsContainer{
	width:370px; 
	text-align:justify;
}
.detailsLink{
	text-decoration:none; 
	font-size:14px; 
	color:#FFFFFF; 
	background:url(images/bg_btn_gallery.gif) repeat-x; 
	margin:0px; 
	padding:5px 10px;
}
.detailsTitle{
	font-size:15px;
	font-weight:bold;
}
.galeryContainer{
	width:400px; 
	text-align:justify;
}
.projectsContainer{
	width:260px; 
	text-align:justify;
}
.project:hover img {
	border-color:gray;
}
.project img {
	cursor:pointer;
	margin: 0px 10px 0px 0px;
}
.project img {
	border:2px solid silver;
}
.projectName {
	color:#646464;
	font-weight:normal;
	cursor:pointer;
}
.projectName:hover {
	text-decoration:underline;
}
.projectNameSelected {
	color:#000000;
	font-weight:bold;
}
.shopCateg {
	margin:5px 12px;
	float:left;
	font-size:14px;
	
}
.shopCategTitle {
	padding-top:5px;
	color:#646464;
	width:125px;
}
.shopCategTitle a{
	padding-top:5px;
	color:#646464;
	text-decoration:none;
}
.shopCategTitle a:hover{
	text-decoration:underline;
}
.shopProduct{
	margin:5px 12px;
	float:left;
	height:190px;
	overflow:hidden;
}
.breadCrumbs{
	font-size:14px; 
	font-weight:normal; 
	margin:0px;
}
.breadCrumbs a{
	text-decoration:none;
	color:#646464;
}
.breadCrumbs a:hover{
	text-decoration:underline;
}

.errMessage{
	margin:50px 0px;
	text-align:center;
	font-size:14px;
	color:#FF0000;
}
.cartLink{
	color:#646464;
	text-decoration:underline;
	cursor:pointer;
}
.cartTitleLink{
	font-size:13px;
	color:#646464;
	text-decoration:none;
	cursor:pointer;
}
#shoppingCart th{
	background-color:#414040;
	color:#FFFFFF;
	padding-left:5px;
}
#shoppingCart td{
	padding-left:5px;
}
.row1{
	background-color:#CFCDCD;
}
.row2{
	background-color:#EBEBEB;
}
/*--- contact ---*/
.contactField{
	color:#646464;
	width:250px;
}
.contactBox{
	color:#646464;
	width:350px;
	height:100px;
}
.contactButton{
	background-color:#414040;
	color:#fff;
	border:2px solid #EBEBEB;
	padding:0px 10px;
	font-size:13px;
	cursor:pointer;
}
/*--- footer ---*/
#footerContainer{
	margin:0px 0px;
	background:url(images/footer_bg.gif) repeat-x;
	height:30px;
	text-align:left;

}
.menuLinks{
	width:440px;
	float:left;
	margin:0px;
	padding:0px;
}
.signUpBlock{
	float:left;
	margin:0px;
	padding:0px;
}
.signUpBlock img{
	display:inline;
	margin:0px 20px;
	vertical-align:top;
}
.signUpBlock input{
	width:140px;
	text-decoration:none;
	border:0px;
	padding:0px;
	margin:7px 10px 0px 0px;
}
.footerBlock{
	display:inline;
	margin:0px 20px;
}
.footerSignUp img{
	margin:0px;
}
.footerSeparator{
	display:inline;
	margin:0px;
	width:2px;
}
.footerLink{
	text-decoration:none;
}
.followUs{
	float: left;
	padding-left: 15px;
}
.followUs img{
	margin:0px 2px;
}
#footer{
	padding:10px 0px;
	color:#221E1F;
	text-align:center;
	clear:both;
}
#footer a{
	color:#221E1F;
	text-decoration:underline;
}

/*--- general ---*/
.clear{
	clear:both;
}
.floatLeft{
	float:left;
}
.floatRight{
	float:right;
}

/* --- roll images on home --- */

.images_holder{
	position:relative; 
	width:920px; 
	height:395px; 
}

.images_handlers{ 
	position:absolute; 
	bottom:5px; 
	left:10px; 
}
.homepageButtons{
	position:absolute;
}

/*------- begin press section ------------*/

.press_description{
	padding: 0px 5px 0px 15px;
}

.press_desc_title{
	font-size: 14pt; 
	margin: 10px 0px;
}

.press_desc_text{
	font-size: 10pt; 
	text-align: justify;
}

.press_list_box{
	float: left; 
	margin: 0px 5px; 
	width: 100px;
	text-align: center;
}

.press_image_box{
	height: 100px; 
	margin-bottom: 5px;
}

.press_list_title{
	color:#404040;
	text-decoration: none;
	text-transform: lowercase;
}

/*------- end press section ------------*/

