/* Styles developed by Sir Joseph Marconi III, esq. */

body {
	padding: 0px 18px 0px 18px;
	/* width: 100%; */
}
html {
	/* width: 100%; */
}
*{
border:0;
}

/* CONTENT */
#content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #333;
	line-height: 1.7em;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dotted #CCC;
}
#content h1 {
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0px 0px 8px 0px;
	padding: 0px;
	/* font-style: italic; */
	font-family: Arial, sans-serif;
}
#content p {
	color: #545454;
}
#content em {
	/* font-style: normal;
	text-transform: uppercase;
	color: #000; */
}
#content a {
	text-decoration: none;
	color: #000;
}
#content a:hover {
	text-decoration: underline;
}
#contentCol {
	float: left;
	width: 185px;
	border-top: 2px solid #333;
	margin-right: 45px;
}
#content ul {
	list-style: none;
	margin: 20px 0px 0px 0px;
	padding: 0px;
}
#content ul li {
	color: #787878;
	padding-bottom: 7px;
	font-style: italic;
}
#content h2 {
	font-weight: normal;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: .3em;
	border-bottom: 1px dotted #CCC;
	padding-bottom: 7px;
}
#content h3 {
	font-weight: normal;
	font-size: 10px;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

/* IMAGE STYLES */
div#cover{ position:absolute; top:0; left:0; width:100%; height:100%; z-index:2; background-image:url(img/overlay.gif); image-repeat:repeat; }
#img {
	float: left;
	margin-right: 3px;
	position: relative;
}
#img #info {
	z-index: 1000;
	position: absolute;
	width: 100%;
	height: 100%;
	/* visibility: hidden; */
	opacity: 0 !important;
	/* for IE */
	filter:alpha(opacity=0);
	-moz-opacity:0.0;
	-khtml-opacity: 0.0;

}
#img #info:hover {
	/* visibility: hidden; */
	opacity: 1 !important;
	/* for IE */
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
}
#img #info ul {
	/* top: 550px; */
	margin-top: 550px;
	background-image: url(../img/black.gif);
	color: #FFF;
	width: 200px;
	height: 40px;
	padding: 10px;
	font-size: 11px;
	text-transform: uppercase;
	border-top: 1px dotted #333;
	border-right: 1px dotted #333;
	border-bottom: 1px dotted #333;
}
#img #info em {
	text-transform: none;
	font-size: 10px;
	/* color: #999; */
}
#blackbar {
	width: 15px;
	height: 626px;
	background-color: #222;
	float: left;
	margin-right: 3px;
	
	
}

/* HEADER STYLES */
#header {
	width: 1000px;
	height: 96px;
}
#logo {
	float: left;
}
#logo a {
	background-image: url(../img/logo_02.jpg);
	background-repeat: no-repeat;
	width: 192px;
	height: 96px;
	display: block;
}
#nav {
	float: left;
	height: 86px;
	width: 700px;
	margin: 10px 0px 0px 38px;
	border-top: 1px solid #333;
}
#nav1 {
	border-top: 1px dotted #555;
	margin-top: 2px;
}
#nav1 a {
}
#nav1 ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	list-style: none;
	text-transform: uppercase;
	margin: 0px;
	padding: 40px 0px 0px 0px;
	font-style: italic;
	/* letter-spacing: .09em; */
}
#nav ul li {
	float: left;
	padding-right: 35px;
}
.alt {
	font-family: Arial, sans-serif;
	font-style: normal;
	font-size: 8px;
	/* font-weight: bold; */
	letter-spacing: .125em;
	padding-top: 4px;
	color: #000;
}
#nav ul li a {
	text-decoration: none;
	color: #333;
	padding: 1px;
}
#nav ul li a:hover {
	background-color: #ec008c;
	color: #FFF;
}


/* #home a {
	background-image: url(../img/home1.jpg);
	background-repeat: no-repeat;
	display: block;
	width: 40px;
	height: 10px;
}
#home a:hover {
	background-image: url(../img/home2.jpg);
	background-repeat: no-repeat;
}
#portfolio a {
	background-image: url(../img/port1.jpg);
	background-repeat: no-repeat;
	display: block;
	width: 80px;
	height: 10px;
}
#portfolio a:hover {
	background-image: url(../img/port2.jpg);
	background-repeat: no-repeat;
}
#media a {
	background-image: url(../img/media1.jpg);
	background-repeat: no-repeat;
	display: block;
	width: 126px;
	height: 10px;
}
#media a:hover {
	background-image: url(../img/media2.jpg);
	background-repeat: no-repeat;
}

#clients a {
	background-image: url(../img/clients1.jpg);
	background-repeat: no-repeat;
	display: block;
	width: 58px;
	height: 10px;
}
#clients a:hover {
	background-image: url(../img/clients2.jpg);
	background-repeat: no-repeat;
}
#bio a {
	background-image: url(../img/bio1.jpg);
	background-repeat: no-repeat;
	display: block;
	width: 22px;
	height: 10px;
}
#bio a:hover {
	background-image: url(../img/bio2.jpg);
	background-repeat: no-repeat;
}
#contact a {
	background-image: url(../img/contact1.jpg);
	background-repeat: no-repeat;
	display: block;
	width: 65px;
	height: 10px;
}
#contact a:hover {
	background-image: url(../img/contact2.jpg);
	background-repeat: no-repeat;
} */
