@charset "utf-8";
/* CSS Document */
.projectIntro {
	width:290px; 
	margin-left:-10px;
	_margin-left:0px;
	float:left; 
	color:#FFFFFF; 
	font-size:16px; 
	height:70px;
	text-align:left;
	font-weight:bold;
}
.projectDetailsIntro {
	margin-left:-10px;
	_margin-left:0px;
	color:#FFFFFF; 
	font-size:16px; 
	height:20px;
	margin-top:17px;
	!margin-top:5px;
	text-align:left;
	font-weight:bold;
	overflow-y:hidden;
}
.projectTitle {
	width:310px; 
	float:right; 
	font-size:6em; 
	letter-spacing:-0.1em; 
	color:#FFFFFF; 
	padding:3px 12px 0 0; 
	text-align:right;
}

.projectName {
	float: right; 
	font-family: Arial Black ,Arial, Helvetica, sans-serif;
    font-size: 35px;
	letter-spacing: -0.1em; 
	color: #FFFFFF; 
	padding: 38px 12px 0 0;
	text-align: right;
	margin:0 0 0 -15px;
	text-transform:uppercase;
}
.projectDetailsName {
	font-family: Arial Black ,Arial, Helvetica, sans-serif;
    font-size: 3em;
	letter-spacing: -0.1em; 
	color: #FFFFFF; 
	padding: 0 10px 0 0;
	text-align: right;
	margin:9px 0 0 -15px;
	text-transform:uppercase;
}

.pictureContainer {
	width:204px; 
	height:209px; 
	background-image: url(../images/products/products-bg.png); 
	_background-image: url(../images/products/products-bg.gif); 
	background-repeat:no-repeat; 
	padding-top:3px;
	float:left;
	margin-left:12px;
	_margin-left:8px;
}
.picture {
	width:176px; 
	height:135px; 
	margin-top:16px;
	_margin-top:18px;  
	margin-left:13px;
	text-align:center;
}
.picTitle {
	background-position: bottom right;
	background-repeat:no-repeat;
	color:#f40201;
	margin:0px 15px 3px 15px;
	font-size:14px;
	text-align:center;
}
.picTitle span {
	font-size:9px;
}
.aviliableColorsContainer {
	margin:0px 15px 0 15px;
}
.aviliableText {
	font-size:10px; 
	color:Gray; 
	float:left; 
	width:50%;	
}
.colorsContainer {
	float:right; 
	width:43%; 
	height:10px;
}
.colors {
	width:8px; 
	height:8px; 
	background-color:Red; 
	float:right; 
	margin:1px 2px 0 0;
	border:solid 1px gray;
}

.bedouinTextContainer {
	padding:10px 10px 10px 0px;
}
.downloadButton {
	margin:-72px 0px 0px 100px;
	_margin-top:-60px;
	text-align:left;
	width:231px;
	height:35px;
	text-align:left;
	padding: 10px 0px 0px 10px;
	color: #f40201;
	font-size:13px;
	font-weight:bold;
	letter-spacing:-1px;
	clear: left;
}
.downloadButton a  {
	background-image:url(../images/download-button-up.gif);
	width:231px;
	height:30px;
	display:block;
	text-decoration:none;
	padding: 15px 0px 0px 10px;
}
.downloadButton a:hover {	
	background-image: url(../images/download-button-down.gif);
	width:231px;
	height:29px;
	display:block;
	text-decoration:none;
	padding: 16px 0px 0px 10px;
}
.projectImagesHeader, .campaignsImagesHeader, .imagesHeader {
	background-image:url(../images/projects/project-images-header.png);
	_background-image:url(../images/projects/project-images-header.gif);
	background-repeat:no-repeat;
	width:203px;
	height:62px;
}
.campaignsImagesHeader
{
    background-image:url(../images/projects/campaign-images-header.png);
    _background-image:url(../images/projects/campaign-images-header.gif);
}

.imagesHeader
{
    background-image:url(../images/projects/images-header.png);
    _background-image:url(../images/projects/images-header.gif);
}

.projectDownloadHeader, campaignsDownloadHeader {
	background-image: url(../images/projects/project-download-header.png);
	_background-image: url(../images/projects/project-download-header.gif);
	background-repeat:no-repeat;
	width:203px;
	height:62px;
}
.campaignsDownloadHeader
{
    background-image: url(../images/projects/campaign-download-header.png);
    _background-image: url(../images/projects/campaign-download-header.gif);
    height:62px;
}

.ProjectSubBg {
	background-image:url(../images/projects/project-sub-bg.png);
	_background-image:url(../images/projects/project-sub-bg.gif);
	background-repeat:repeat-y;
	padding:0 5px 0 18px;
	_padding:0 15px 0 20px;
	_width:221px;
	width: 180px;
	text-align:center;
}
.projectSubBtm {
	background-image:url(../images/projects/project-sub-footer.png);
	_background-image:url(../images/projects/project-sub-footer.gif);
	background-repeat:no-repeat;
	width:203px;
	height:22px;
}
.projectImageContainer {
	width:73px;
	height:49px;
	margin:6px;
	_margin:6px 6px 6px 2px;
	float:left;
}
.projectImageContainer img
{
    width:50px;
    height:50px;
    border:1px gray solid;
}
.ProjectSubBg ul {
	list-style:none;
	margin:0px;
	padding:0px;
	color:#918e8e;
}
.ProjectSubBg li {
	list-style-position: inside;
	list-style-image: url(../images/bullet.gif);
	list-style-type: disc;
	margin:0px;
	line-height:16px;
	text-align:left;
}
.ProjectSubBg ul li a {
	text-decoration:none;
	padding:2px;
	color:#918e8e;
}
.ProjectSubBg ul li a:hover {
	background-color:#ededed;
	padding:2px;
}

