/**
* CSS
*  
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 20;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: Arial, sans-serif;
	background: #000;
    color: #999;
    background-image: url("/ndxz-studio/site/sample/gradient1.jpg"); background-repeat: repeat-y;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #999; font-weight: normal;}
a:active { text-decoration: none; color: #FFF; }
a:visited { text-decoration: none; color: #999; font-weight: normal;}
a:hover { text-decoration: none; background-color: #EEE; color: #000;}

a img { border: none; }

/***Custom Link Style for Menu***/
.class1 a:link { text-decoration: none; color: #999; font-weight: normal; font-size: 16px; font-weight: bold; margin-bottom: 0px;}
.class1 a:active { text-decoration: none; color: #FFF; }
.class1 a:visited { text-decoration: none; color: #999; font-weight: normal; font-size: 16px; font-weight: bold; margin-bottom: 0px;}
.class1 a:hover { text-decoration: none; background-color: #EEE; color: #000;}

.class1 a img { border: none; }

#menu {
    padding: 0px;
    width: 220px;
    overflow: hidden;
    top: 20;
	left: 00;
    position: absolute;
    height: auto;
	background-color: #000;
	background-image: url("/ndxz-studio/site/sample/gradient1.jpg"); background-repeat: repeat-y;
}

#menu ul {
	list-style: none;
	margin: 0 0 15px 0;
}

#menu ul li.section-title { 
    font-weight: bold; color: #999;
}

#content {
    height: 100%;
    margin: 0 0 0 215px;
    margin-top: -10px;
    padding-left: 5px;
    background-image: url("/ndxz-studio/site/sample/gradient2.jpg"); background-repeat: repeat-y;
}

.container {
    padding: 10px 10px 10px 10px;
}

#content p { width: 420px; }

p {
    margin: 0 0 8px 0;
}

h1 { 
	font-size: 24px; 
	margin-top: 0px;
	margin-bottom: 0px;
}

h2 { 
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 0px;
}
	
h3 { 
	font-size: 12px;
	color: #555;
}
	
h4 { 
	font-size: 12px;
}

/***Caption Style***/
h5 {
	font-size: 12px;
	margin-top: 2px;
	margin-bottom: 0px;
	margin-right: 0px;
	width: 160px;
	font-weight: normal;
}

h6 { 
	font-size: 24px; 
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
}


/***Thumbnail Style***/
table.thumbs {
	padding: 5px 0px 0px 0px;
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color: none;
}
table.thumbs th {
	border-width: 1px 1px 1px 1px;
	padding: 0px 15px 0px 0px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	background-color: rgb(255, 245, 238);
}
table.thumbs td {
	width: 160px;
	border-width: 0px 0px 0px 0px;
	padding: 0px 10px 8px 0px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	background-color: none;
}

#img-container	{ padding: 0; margin-bottom: 0px; }
#img-container p	{ width: 400px; margin: 12px 0 0 0; padding: 0 0 0 0;  }

#once { clear: left; }