/*

Annihilator

Created By: 
www.mediaforce.ca

CMS FONTS
.txt {
	color: #FFFFFF;
	line-height: 125%;
}
.txtTitle {
	font-family: Gill Sans,Arial,Helvetica,sans-serif;
	font-size:230%;
	font-weight:normal;
	color: #D8D8D8;
}
.txtNews {
	font-family: Gill Sans,Arial,Helvetica,sans-serif;
	font-size:180%;
	font-weight:normal;
	line-height:normal;
}

*/

/*****************************************************
* Global
*****************************************************/





.clear {
	position: relative;
	clear: both;
}
.hidden {
	display: none;
}
.float-l {
	float: left;
}
.float-r {
	float: right;
}
.align-l {
	text-align: left;
}
.align-r {
	text-align: right;
}
.align-c {
	text-align: center;
}

/*****************************************************
* Typography
*****************************************************/

body {
	font:normal 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	color: #FFFFFF;
	line-height: 125%;
}
.txt {
	color: #FFFFFF;
	line-height: 125%;
}
.txtBold {
	color: #FFFFFF;
	font-weight:bold;
	line-height: 125%;
}
.txtRed {
	color: #D51820;
	font-weight:bold;
	line-height: 125%;
}
.txtHeader {
	font-family: Gill Sans,Arial,Helvetica,sans-serif;
	font-size:35px;
	font-weight:normal;
	color: #FFFFFF;
	background: url(../images/txtTitle.gif) no-repeat center bottom;
	padding-bottom:27px;
	line-height:normal;
	display:block;
}
.txtTitle {
	font-family: Gill Sans,Arial,Helvetica,sans-serif;
	font-size:25px;
	font-weight:normal;
	color: #D8D8D8;
	line-height:normal;
}
.txtNews {
	font-family: Gill Sans,Arial,Helvetica,sans-serif;
	font-size:180%;
	font-weight:normal;
	line-height:normal;
}

#footer p {
	color: #FFFFFF;
	font-size:85%;
}

hr{
	background-color:#666666;
	width: 100%;
	border:0;
	height:1px;
}

.promo1 {
	padding:15px;
}
.promo2 {
	padding:15px;
}
.promo3 {
	padding:15px;
	font-family: Gill Sans,Arial,Helvetica,sans-serif;
	font-size:150%;
	line-height:normal;
}
.promo4 {
	padding:15px;
	font-family: Gill Sans,Arial,Helvetica,sans-serif;
	font-size:150%;
	line-height:normal;
}


/*****************************************************
* Links
*****************************************************/

a, a:visited {
	color: #D51820;
	text-decoration: none;
}
a:hover {
	color: #D8D8D8;
	text-decoration:underline;
}

#promo3 a, #promo3 a:visited {
	font-size:75%;
	text-decoration:none;
}
#promo3 a:hover {
	font-size:75%;
	text-decoration: underline;
}

#footer a, #footer a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
#footer a:hover {
	color: #D8D8D8;
	text-decoration: underline;
}

/*****************************************************
* Layout
*****************************************************/

body {
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: url(../images/body-bkg.gif) repeat top center;
}
#wrap {
	width: 980px;
	margin: 0 auto;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#999999;
}
#wrap2 {
	background: url(../images/bkgpg.gif) repeat top center;

}

#header { 
	width: 980px;
	margin: 0 auto;
	background-color:#999999;

}
#brnImg {
	float:left;
	width:635px;
	height:255px;
	margin:20px 10px 10px 20px;

}

#brnGallery {
	float:right;
	width:285px;
	height:255px;
	margin:20px 20px 10px 10px;
	/*background: url(../images/sinisterCover.jpg) no-repeat;*/

}
#headerwrap {
	padding: 0 0 8px 0;
}
#colmn-l {
	float:left;
	width:646px;
	margin:10px 0 10px 20px;
	background-color:#000000;
}
#colmn-r {
	float:right;
	width:285px;	
	margin:10px 20px 20px 2px;
	background-color:#999999;
}
#content {
	padding: 20px;
	min-height:855px;
	background-color:#000000; 
}
#promo0 {
	margin-bottom:8px;
	background-color:#181818;
}
#promo1 {
	margin-bottom:8px;
	background-color:#181818;
}
#promo2 {
	margin-bottom:0;
	background-color:#181818;
}
#promo3 {
	margin-bottom:8px;
	background-color:#181818;
}
#promo4 {
	height:auto;
	margin-bottom:8px;
	background-color:#181818;
}

.logo {
	width: 297px;
	float:left;
	padding:5px 0 0 8px;
}
.main-nav {
	margin: 0 auto;
	width: 940px;
	background-color:#181818;
	
}

#footer {
	margin: 0 auto;
	width:940px;
	height:50px;
	padding: 10px 20px 0 20px;
	background-color:#000000;

}



/*****************************************************
* Lists
*****************************************************/

ul#photosList  {
padding:0;
margin:0;
}
#photosList li {
list-style:none;
display: inline;

}
#photosList img {
list-style:none;
display: inline;
margin:5px 5px 0 0;

}

	
/*****************************************************
* Form Elements
*****************************************************/

