/********************************************************************
    File:   
        commonCSS.css
    Brief:  
        Hold common styles for whole website
    Author:
        DigitalCavalry
    Author URI:
        http://graphicriver.net/user/DigitalCavalry
*********************************************************************/


/*************************
    GLOBAL
*************************/ 

* 
body 
{
	background-image: url("../img/backgrounds/bg04.jpg");
	background-repeat:no-repeat;
	background-position: 50% 0%;
	background-color: #000;
	text-align:center;
	padding:0px;
	margin-top:0px;
}

#bodyContainer
{
	width:796px;
	min-height: 200px;
	margin-top:0px;
	padding-top:10px;
	padding-bottom: 0px;
	border:0px solid white;
	background-color:#000000;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

.bodyEndBlock
{
	width:790px;
	height:80px;
	margin-top:0px;
	margin-bottom: 0px;
	padding:0px;
	border:0px solid black;
	background-color:transparent;
	margin-right: auto;
	margin-left: auto;
}


/****************************
   FOOTER                                                
****************************/ 

#footerContainer
{
	width:790px;
	height:205px;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-left:0px;
	background-color:transparent;
	text-align:center;
	font: 11px Verdana;
	position: relative;
	background-image: url('');
	background-position: 50% 100%;
	background-repeat:no-repeat;
	margin-right: auto;
	margin-left: auto;
}

#footerListContainer
{
	display:block;
	height:130px;
	width:731px;
	margin-left: 0px;
	padding-top: 20px;
	border-top: 1px solid #ccc;
	text-align: center;
	padding-left: 60px;
	background-image: url('../img/footer/gradient.png');
	background-position: 0px 0px;
	background-repeat: repeat-x;
}

.footerList
{
	width: 165px;
	padding-left: 10px;
	margin-right: 0px;
	border: 0px solid blue;
	text-align: left;
	display:inline-block;
	border-left: 1px solid #222;
	float:left;
}

.footerList ul 
{ 
    padding-left: 0px; 
    margin-left:0px; 
    margin-top:10px;
}

.footerTitleSpan 
{ 
    color:#FFF; 
    font-size: 12px; 
    font-weight: bold;
}

.footerList li 
{ 
    color:#333; 
    font-size: 10px; 
    list-style-type:none; 
    list-style-position:outside; 
    margin-bottom: 5px;
    margin-left: 0px;
    padding-left: 0px;
}

.footerLink 
{ 
    text-decoration: none;
    color: #999;
}

.footerLink:hover
{
    color: #FFF;
}


.footerCopyright 
{ 
    color: #ddd; 
    font: normal 10px Verdana;  
    margin-top: 0px;
}

.footerPowered 
{ 
    position:absolute; 
    color: #ddd;
    font: normal 10px Verdana; 
    margin-top: 0px; 
    right: 5px; 
    bottom:5px;
}
