/* @override http://nadersadek.com/default.css */

/* @override http://www.nadersadek.com/default.css */

/* @override http://nadersadek.vidamedia.es/default.css */

@charset "UTF-8";
/* CSS Document */





/* GENERAL LAYOUT */

* {
	
}

body {
	color: #310d0c; 
	background-color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#container {
	width: 900px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
		background-color: #000;

	}






/*HEADER STUFF*/
#mainLogo {
	width: 434px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom: 70px;
}
	
#horMenu {
		text-align: center;
}

#horMenu ul li {
	list-style: none;
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
}

#horMenu ul li a {
		color: #310d0c;
		text-decoration: none;
	text-transform: uppercase;
}

#horMenu ul li a:hover {
			color: #b10d0c;
}





/*HOME PAGE LOGOS */
#galleryLogos {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.logo {
	width: 200px;
	float:left;
	}
	
.logo, .logo a img, .logo img, .logo a {
	opacity: 0.85;
	filter: alpha(opacity=85);
	border: none;
	color: #310d0c;
	text-decoration: none;
	font-variant: small-caps;
	font-size: 13px; 
	text-align: center; 
}

.logo:hover, .logo:hover a img, .logo:hover img, .logo:hover a {
	opacity: 1;
	filter: alpha(opacity=100);
	color: #b10d0c;
}

/*VIDEO*/

#video a, #video p {
	color: black;
}





/* GENERAL CLASSES */
p {
	font-size: 13px;
}

.clear {
	clear: both;
}

img {
	border: none;
}

a{
	outline: none;
}

#container div.contact a {
	color: #310d0c; 
	font-size: 11px;
}

