/* -----------------------------------------------------------------------
Main CSS style
----------------------------------------------------------------------- */
body {
	background:#000000 url(../../images/starbackground.jpg) top center;
background-attachment:fixed;
	font-size:16px;
	font-family:georgia,"Helvetica Neue",Arial,'Liberation Sans',FreeSans,sans-serif;
	text-shadow: #000000 1px 1px 1px;
}
a {
	text-decoration:none;
	color:#00aeef;
}
a:hover {
	text-decoration:none;
	color:#005e80;
}
h2 {
	color:#ffffff;
}
h3 {
	color:#ffffff;
}
ul li{
	list-style-type:none;
}
.displaynone {
	display:none;
}

#logo {
	background:url(../../images/polluxlogo.png);
	width:950px;
	height:77px;
	margin:20px 0;
}
#logo  a {
	display:block;
	width:950px;
	height:77px;
	margin:20px 0;
}
#menu {
	width:910px;
	margin:0 auto;
	line-height:50px;
	padding:0;
}

#menu li{
	display:block;
	float:left;
	padding:0;
	margin:0;

}
#menu li a {
	color:#FFF;
	display:block;
	padding:0 25px 0 25px;
	
}

#menu li:hover {
	background:#333333;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	
}

body#home li#home,
body#get li#get,
body#acknowledgements li#acknowledgements,
body#screenshots li#screenshots,
body#mailinglist li#mailinglist,
body#about li#about,
body#support li#support {
	background:#474747;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	z-index:10;
/*	font-weight: bold ;*/
}

#contentcontainer {
	background: -webkit-gradient(linear, 0% 0%, 0% 50%, from(#474747), to(#000000));
	background: -moz-linear-gradient(top, #474747, #000000);
	background: #000000 url(../../images/gradient.png) top center repeat-x;
    -moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin:-5px 0;
	color:#ffffff;
}
#contentcontainerinner {
	margin:20px 40px 0px 40px;
}
#digg {
	
	margin:0px 0px 0 -60px;
	position:relative;
}
#getapplication {
	margin:0px 0 0 0;
	
}
#getapplication ul {
	float:left;
	margin:0px 0 0 0 ;
}
#getapplication li {
	margin:0 10px 0 0;
	text-align:center;
	display:inline;
	padding:0;

}
body#get .span-10 ul li {
	display:block;
	margin:0 0 10px 0;
}
.buylink {
	display:block;
	width:190px;
	height:43px;
	background:url(../../images/buylink.png) no-repeat;
	font-size:16px;
	display:block;
	font-size:20px;
	line-height:40px;
	text-shadow:none;
	text-align:center;
	color:#000;

	
	
}

.downloadlink {
	display:block;
	width:190px;
	height:43px;
	background:url(../../images/downloadlink.png) no-repeat;
	font-size:15px;
	text-align:left;
	color:#000;
	display:block;
	font-size:20px;
	line-height:40px;
	text-shadow:none;
	padding:0 0 0 45px;
}
.download {
	width:350px;
	height:43px;
	background:url(../../images/downloadnowbutton.png) no-repeat;
	font-size:18px;
	text-align:center;
	color:#000;
	text-shadow:none;
	margin:0 auto;
	text-align:right;

}
.download a {
	color:#000;
	margin:0 auto;
	line-height:40px;
	
}
#mac_download_button ul li{
	list-style-type:none;
	text-align:center;
}
#win_download_button ul li{
	list-style-type:none;
	text-align:center;
}
#mac_download_button {
	margin:0 auto;
	text-align:center;
}
#getapplication li a {
	color:#000;
	display:block;
	font-size:20px;
	line-height:40px;
	text-shadow:none;
}
#testimonials {
	margin:0 0 0px 0;
 	height:45px;
	text-align:center;
}
#footer {
	margin:0px 0 5px 0;
}
#developers {
	line-height:60px;
	font-size:14px;
}
#designer {
	float:right;
	background:url(../../images/ROOZBEHMEGHDADIlogo.png);
	width:348px;
	height:42px;
	margin:0px -55px 0 0px;
}
#designer a {
	display:block;
	width:348px;
	height:42px;
	margin:0px -55px 0 0px;
}
#screenshotsthumb {
	text-align:center;
	margin:0 auto;
	margin:10px 0;
}
#screenshotsthumb a {
	padding:0 25px 0 0 ;
}
#serviceproviders a {
	padding:0 20px 0 0;
	
}
.first {
	margin:0 0 0 -12px;
}
#team span{
	width:250px;
	background:#000000;
	display:block;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:15px 15px 0 15px;
	float:left;
	margin:0 10px 0 0;
	border:1px solid #383838;
}
#showandtell {
	width:900px;
	float:left;
	text-align:center;
	margin:15px 0 0 0;
	line-height:20px;
}
#showandtell p{
	color:#aaaaaa;
    font-size:14px;
}

#showandtell img {
	width:20px;
	height:auto;
	margin:0 10px 0 0px;
	opacity:0.6;
	filter:alpha(opacity=60)
}
#showandtell img:hover {
	opacity:1;
	filter:alpha(opacity=100)
}

#dialogbox {

	/* overlay is hidden before loading */
	display:none;

	/* standard decorations */
	width:680px;	
	border:10px solid #666;

	/* for modern browsers use semi-transparent color on the border. nice! */
	border:10px solid rgba(82, 82, 82, 0.698);

	/* hot CSS3 features for mozilla and webkit-based browsers (rounded borders) */
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}

#dialogbox div {
	padding:10px;
	border:1px solid #000;
	background-color:#fff;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif
}

#dialogbox h2 {
	margin:-11px;
	margin-bottom:0px;
	color:#fff;
	background-color:#000;
	padding:5px 10px;
	border:1px solid #000;
	font-size:20px;
}

#dialogbox p {
	color:#000;
	text-shadow: none;
	
}