@charset "UTF-8";



/* page layout */
html {
	height: 100%;
}

body {
	height: 100%;
	font: 80% Helvetica Neue, Verdana, Arial, Helvetica, sans-serif;
	line-height: 180%;
	background: #000000 url(../images/bg-2.jpg) no-repeat top center;
	margin: 0px; 
	padding: 0px;
	/*text-align: center; */
	color: #cccccc;
	}
#container {
	width: 960px;  
	margin: 0 auto; 
	border: 0;
	text-align: left;
	}
#logo {
	float:left;
	width:360px;
	padding: 30px 10px 20px 0;
	}
#mainContent, #leftContent, #rightContent{
	margin:0px;
	}
#mainContent {
	clear:both;
	padding: 5px 5px;
	}
#leftContent {
	float:left;
	width:700px;
	}
#rightContent {
	float:right;
	width:230px;
	padding-bottom: 55px;
	}

.borders { 
	border-right-color: #fc0; 
	border-left-color: #fc0;
	border-left-style: dotted; 
	border-right-style: dotted;
	border-right-width: 1px; 
	border-left-width: 1px;
	padding-right: 10px; 
	padding-left: 10px;
	font: 120% times new roman, Times, serif;
	font-style: italic;
}
	
.kamdar #secondContent {
	clear:both;
	padding: 0 10px; 
}


#footer {
	margin-top: -7.5em;
	background-color: #111;
	color: #ccc;
	clear: both;
	bottom: 0;
	width: 100%;
	text-align: center;
	padding: 30px 10%;
}

#footer {
    \width: 100%;
    w\idth: 80%;
}



/* clearers */
.clearfix{content: ".";display: block;height:0;clear: both; visibility: hidden; } 
.clearfloat {clear:both;height:0;font-size:1px;line-height: 0px;}
.clearer {height:0px;overflow:hidden;margin-top:-1px;clear:both;}



/* widgets */
#topline{border-bottom:1px dotted #fc0;display:block;clear:both;}
.vline{ border-bottom:1px dotted #fc0;padding: 0; margin-top: 5px;}

.vertical-line {border-bottom:1px dotted #fc0;display:block;clear:both;padding:0px;margin:0px 0px 20px 0px;}
.vertical-line.pad-top {padding-top:8px;}
.vertical-line.pad-bot {padding-bottom:8px;}
.vertical-line.is-short {width:50%;}
	


/* type  & defaults */
a {text-decoration: none;color: #ccc;}
a:link {color: #fff;}
a:visited {color: #999;}
a:hover {text-decoration: underline; color: #Fc0;}

.footersmall {
	font:normal 80% 'helvetica neue',sans-serif;
	letter-spacing:1px;
	text-transform:uppercase;
	}
	
.footerlegal {
	font-size: 10px;
	font-weight: normal;
	color:#666666;
	}




/* gallery */
div.demo {display:block;clear:both;margin:0px;}

ul.galleria {width:745px}
ul.galleria {list-style:none;width:745px;margin:10px auto;display:block;}
ul.galleria li{display:block;float:left;width:76px;height:56px;padding:3px;}
ul.galleria li a{display:none}
ul.galleria li img.thumb{cursor:pointer;top:auto;left:auto;display:block;width:auto;height:auto}



#main_image {border:0px;margin:0px auto;height:465px;width:745px;background:#000;}
#main_image img{margin-bottom:2px;padding:0px}
#main_image span.caption {display:none;left:-9999px;}




/* navigation */
	
#nav {
	float:right;
	width:560px; 
	margin-bottom: 20px;
	margin-top: -45px;
	clear: both;
	}

#nav ul {
	margin:0;
	padding: 5px 5px 5px 5px;
	list-style: none;
	font-weight: bold;
	text-align: left;
	letter-spacing:1px;
	font:bold 8pt 'helvetica neue',sans-serif;
	line-height: 170%;
	text-transform:uppercase;
	}
  
#nav li {
	float: right;
	padding: 0px 0px 0px 30px;
	position: relative;
	}
  
#nav li ul {
	display: none;
	position: absolute;
	top: 1em;
	left: 0;
	}
 
#nav li ul li {
	float:left;
	text-align:left;
	margin:0px;padding:0px;
	}
 
#nav li > ul {
	top: auto;
	left: auto;
	}

#nav li:hover ul, li.over ul{
	display: block;
	}
	
	
	


 /*IE hacks*/
* html .galleria li div span{width:745px;} 
*{margin:0;padding:0}















