/* @override http://localhost:8888/domt/css/domt.css */

/* @group layout */

* {
	margin: 0;
	padding: 0;
}

ul,ol {
    padding-left:3em;
    margin-left:0;
}

a {
	text-decoration: none;
	color: #21b5ff;
}

.selected {
	text-decoration: none;
	color: #00FFFF;

}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

body {
	color: #999;
	padding: 5px;
	background-color: black;
	font: 9pt/1.6em "Lucida Grande", Lucida, Verdana, sans-serif;
}

p {
	margin-bottom: 1em;
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	color: #21b5ff;
	margin-bottom: 1em;
}

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.6em;

}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}

td {
	padding:3px;
}

#container {
	width: 800px;
	margin: 0 auto;
}



/* @end */

/* @group nav */

#top_nav {
	width:800px;
	height:37px;
	margin-top:10px;
	margin-bottom: 10px;
	background-image: url(../img/domt-head-blue.gif);
}
#top_nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	padding-top: 8px;
}
#top_nav li {
	float: left;
	font-size: 10pt;
	border-right: 1px solid #333;
	padding: 0 20px;
	position: relative;
}
#top_nav a {
	height:25px;
	line-height:25px;
	float: left;
	display: block;
	text-decoration: none;
	text-align: center;
	padding-right:8px;
	padding-left:7px;
	color: white;

}

#top_nav a:hover {
	color: #21b5ff;
}

/* @end */

#flashcontent {
	width: 800px;
	height: 225px;
	background-color: #111;
}

.leftcol {
	width: 422px;
	float: left;
	display: inline; /* ie float margin fix */
	margin-left: 20px;
	margin-top: 20px;
}

.rightcol {
	width: 277px;
	float: right;
	display: inline; /* ie float margin fix */
	margin-right: 20px;
	margin-top: 20px;
}

body.home a, 
body.home h2, 
body.home h3, 
body.home h4, 
body.home #top_nav a:hover,
body.home #top_nav li.selected a {
	color: #28ff00;
}

body.dj a, 
body.dj h2, 
body.dj h3, 
body.dj h4, 
body.dj #top_nav a:hover,
body.dj #top_nav li.selected a {
	color: #c70012;
}

body.fashion a, 
body.fashion h2, 
body.fashion h3, 
body.fashion h4, 
body.fashion #top_nav a:hover,
body.fashion #top_nav li.selected a {
	color: #d100aa;
}

body.productions a, 
body.productions h2, 
body.productions h3, 
body.productions h4, 
body.productions #top_nav a:hover,
body.productions #top_nav li.selected a {
	color: #fd860a;
}

body.biography a, 
body.biography h2, 
body.biography h3, 
body.biography h4, 
body.biography #top_nav a:hover,
body.biography #top_nav li.selected a {
	color: #f9fa00;
}

body.contact a, 
body.contact h2, 
body.contact h3, 
body.contact h4, 
body.contact #top_nav a:hover,
body.contact #top_nav li.selected a {
	color: #21b5ff;
}



body.home #top_nav {
	background-image: url(../img/domt-head-green.gif);
}
body.dj #top_nav {
	background-image: url(../img/domt-head-red.gif);
}
body.fashion #top_nav {
	background-image: url(../img/domt-head-pink.gif);
}
body.productions #top_nav {
	background-image: url(../img/domt-head-orange.gif);
}
body.biography #top_nav {
	background-image: url(../img/domt-head-yellow.gif);
}
body.contact #top_nav {
	background-image: url(../img/domt-head-blue.gif);
}




table td {
	vertical-align: top;
	border-bottom: 1px solid #222;
}

td:first-child {
	font-weight: bold;
	color: #ddd;
}