/* Start of CMSMS style sheet 'BV Styles' */
/* Burning Vision CSS Document */

body {
	background:url(images/bg_repeat.jpg) #000000 repeat-y top center;
	font-family:"Trebuchet MS", Verdana, sans-serif;
	color:#eeeeee;
	font-size:10pt;
	margin:0px; padding:0px;
	}
	
	
#container {
	width:900px;
	margin:0 auto;
	overflow:auto;
	}
	
#header {

	width:900px;
	height:241px;
	background:url(images/bv_header.jpg) #000000 no-repeat center top;
	margin-top: 0px;
	margin-bottom:0px;
	}

#advertisement {
        
        width:200px;
        float:right;
        }

#comments textarea {
         width:450px;
         height:125px;
        }

.rssfeed {
        margin-left:15px;
        }
	
/*     
		Main Navigation Style
*/

a:link,a:visited {
	color:#538bc5;
	text-decoration:none;
	}
	
a:active,a:hover {
	color:#56c8ff;
	text-decoration:none;
	}


/*     
		Main Navigation Style
*/
	
#nav {
	width:900px;
	position:absolute;
	margin-top:165px;
	height:30px;
	background:url(images/nav_bg.png) repeat-x;
	margin-bottom:0px;
	
	}

#nav ul {
	text-align:center;	
	margin-top:5px;
	margin-right:55px;
	}
	
#nav li {
	display:inline;
	margin-left:10px;
	border-right:#757575 2px solid;
	padding-right:10px;
	}
	
#nav li.last {
	display:inline;
	margin-left:10px;
	margin-right:10px;
	border-right:none;
	}
	
#nav li a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:8pt;
	text-decoration:none;
	color:#efefef;
	font-weight: bold;
	}
	
#nav li a:hover, #nav li a:active {

	color:#4d85b4;
	}
	
/*     
		Sidebar Style
*/
	
#sidebar {
	width:250px;
	background:url(images/sidebar_bg.jpg) repeat-y;
	float:left;
	height:auto;
	margin-top:-45px;
	position:relative;
	padding-top:15px;
	min-height:600px;
	}
	
#sidebar p {
	padding:0 30px 0 15px;
	font-size:9pt;
	color:#aeaeae;
	}
	
/*     
		Main Content Style
*/
	
#content_frame {
	width:650px;
	float:right;
	height:auto;
	margin-top:-45px;
	position:relative;
	}
	
#content {
	padding: 10px 20px 0 20px;
	}
	
.news {
	border-bottom:#3c3c3c dotted 2px;
	}
	
img.border {
	margin-left:15px;
	margin-bottom:10px;
	border:#013962 1px solid;
	}
	
#downloads img {
	border:#144692 2px groove;
	margin-top:5px;
	margin-right:15px;
	}
	
#downloads p {
	height:120px;
	}

#reviews img {
	border:#144692 2px groove;
	margin-top:5px;
	margin-right:15px;
	}
	
#reviews p {
	height:130px;
	}

#reviews2 img {
	border:#144692 2px groove;
	margin-top:5px;
	margin-right:15px;
        margin-left:15px;
	}

#anchors {
        text-align:center;
        }

blockquote {

        margin:15px 0 15px 30px;
        padding:15px 15px 15px 15px;
        background:#0e0e0e url(images/quote.jpg) top left no-repeat;
        border:#343434 1px solid;
        font-size:8pt;
       }

.members {

        border-bottom:#164670 1px solid;
        border-top:#164670 1px solid;
        width:500px;
        margin:0 auto;
        margin-top:10px;
        }

.members td {

        background:#1c1c1c;
        border-left:#164670 1px solid;
        border-right:#164670 1px solid;
        margin-bottom:15px;
        color:#ffffff;
        padding: 5px 5px 5px 5px;
        }

#des td {

        font-weight:bold;
        border-bottom:#0f2142 1px solid;
        background:#09152b;
        }
	
/*     
		Footer Style
*/
	
#footer {
	color:#666666;
	font-family:"Trebuchet MS", Verdana, sans-serif;
	font-size: 8pt;
	background:#141414;
	height:200px;
	margin: 0 auto;
	}
	
#footer_container {
	width:900px;
	margin:0 auto;
	}
	
#footer_column {
	width:400px;
	float:left;
	margin:0 auto;
	margin-right:50px;
	margin-left:100px;
	}
	
#footer h3 {
	text-transform:uppercase;
	color:#999999;
	font-size:9pt;
	}
	
.footer_links {
	width:150px;
	float:left;
	}
	
#footer li, #footer ul {
	margin:0;
	list-style:none;
	padding:0;
	}

/*     
		Table Style
*/

#mem {
        text-align:center;
        }

#mem table {
	margin-top:15px;
	margin-bottom:10px;
        text-align:center;
        margin:0 auto;
	}

#mem td {
	border-left:#164670 1px solid;
	border-right:#164670 1px solid;
	padding: 0 10px 0 10px;
	height:100px;
	background:url(images/mem_table_repeat.jpg) repeat-x;
	width:200px;
	}
		
/*     
		Text Style
*/

h1 {
	font-size:14pt;
	font-family:"Trebuchet MS", Verdana, sans-serif;
	margin-bottom:-5px;
	color:#f3f3f3;
	}
	
h2 {
	font-size:8pt;
	font-family:"Trebuchet MS", Verdana, sans-serif;
	margin-bottom:10px;
	color:#818181;
	font-style:oblique;
	background:#232323;
	height:8px;
	}

h3 {
	font-size:12pt;
	font-family:"Trebuchet MS", Verdana, sans-serif;
	margin-bottom:10px;
	color:#4775ba;
	font-weight:bold;
	}

h4 {
	font-size:16pt;
	font-family:"Trebuchet MS", Verdana, sans-serif;
	margin-bottom:10px;
	color:#f5f5f5;
	font-weight:bold;
	text-align:center;
	}
/* End of 'BV Styles' */

