﻿body
{
    background-color: #141112;
    font: normal 12px Verdana;
}

/* Wirframing - borders placed around all div elements during development process 

div
{
    outline: 1px dashed red;
}
*/
a
{
	color: #141112;

}

a.main:link
{
    color: #ffffff;
}

img {
border: 0
}


h4
{
	font: bold x-small Verdana;
}

hr
{
    color: #141112;
}

#loading
{
   padding-left: 500px;
   padding-top: 10px;
   position: relative;
   z-index: 2;
}

#wrapper 
{
background:none repeat scroll 0 0 #FFFFFF;
margin:0 auto;
width:1044px;
height: 850px;
}

#sitepage
{
background-color: #141112;
float:left;
margin: 0px auto;
width:100%;
height: 850px;
}

#leftcolumn
{
    width: 66px;
    height: 850px;
    background-image: url( images/bg_left_col.png );
    background-repeat: no-repeat;
    background-color: #141112;
    float: left;
}

#maincontent
{
    width: 921px;
    height: 807px;
    background-image: url(images/bg_maingraphic.png);
    background-repeat: no-repeat;
    background-color: #141112;
    float: left;
}

#headercontainer
{
	background-color: #FFFFFF;
    width: 921px;
    height: 116px;
}

#logo
{
    width: 216px;
    height: 81px;
    float: left;
    padding-left: 45px;
    padding-top: 25px;    
}

#navigation
{
    width: 656px;
    height: 115px;
    float: right;
    padding-right: 1px;
}

#topcontainer
{
    width: 805px;
    height: 70px;
}

#topinfo
{
    width: 755px;
    padding-left: 50px;
    height: 14px;
}


#middlecontainer
{
    width: 755px;
    height: 350px;
    padding-left: 50px;
    position: relative;
    z-index: 1;
    top: 30px;
}

#mdlleftcontent
{
    width: 370px;
    float: left;
    height: 23px;
    position: relative;
    z-index: 1;

}

#mdlrightcontent
{
    width: 370px;
    float: right;
    height: 23px;
    position: relative;
    z-index: 1;
}

#rightcontent
{
    width: 115px;
    height: 420px;
    float: right;
    text-align:center;
    padding-top: 10px;
}

#advertisingcontainer
{
    width: 921px;
}

#adleftcontent
{
    width: 690px;
    float: left;
    padding-left: 35px;
    padding-top: 10px;
}

#adrightcontent
{
    float: right;
    padding-top: 90px;
    padding-right: 15px;
	width: 175px;
}

#footer
{
    width: 921px;
    height: 43px;
    background-image: url(images/bg_low_footer.png);
    background-color: #141112;
    background-repeat: no-repeat;
    float: left;
    color: White;
}

#copyright
{
	width: 300px;
	height: 20px;
	float: left;
	background-color: #141112;
}

#contactDetail
{
	width: 300px;
	height: 20px;
	float: right;
	background-color: #141112;
}
#rightcolumn
{
    width: 57px;
    height: 850px;
    background-image: url(images/bg_right_col.png);
    background-repeat: no-repeat;
    background-color: #141112;
    float: right;
}


/* Start of all the component CSS
*/
#socialtable
{
    width: 115px;
    
}
