/* CSS Document */
body {
    background-color: #485064;
    margin-top: 10px;
    margin-bottom: 10px;
}

#header {
    width: 830px;
    background-color: white;
    margin: 0 auto;
}

#headeradmin {
    width: 830px;
    height: 91px;
    margin: 0 auto;
    background-image: url(/client/images/header-administration.gif);
    background-repeat: no-repeat;
    background-position: center top;
    background-color: White;
    position: relative;
}
.headerTable {
  float: right;
  margin-top: 19px;
  margin-right: 25px;
}

.headerTable td {
  font-family: Arial, Helvetica, sans-serif;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 15px;
  padding-right: 2px;
  font-size: 12px;
  color: #626262;
}

#navContainer {
    width: 830px;
    height: 50px;
    background: white;
    background-image: url(/client/images/bgnd-nav.gif);
    background-repeat: no-repeat;
    background-position: center top;
    margin: 0 auto;
}

/* Navigation*/

#mainmenu {
    width: 400px;
    height: 22px;
    font-family: Arial,Helvetica,sans-serif;
    color: #485064;
    font-size: 11px;
    list-style: none;
    padding-top: 8px;
    padding-left: 44px;
    margin-left: 0px;
    margin-top: 0;
    float: left;
}

#mainmenu li {
    float: left;
    padding-left: 2px;
    padding-right: 2px;
}

#mainmenu li a {
    color: white;
    text-decoration: none;
}

#mainmenu li a:hover {
    text-decoration: underline;
}


#mainmenu li.active {
    background-color: white;
    height: 20px;
    padding: 2px 2px 0px 2px;
}

#mainmenu li.active a {
    color: #485064;
}

#btnSignin {
    width: 250px;
    height: 22px;
    float: right;
    padding-top: 4px;
    padding-right: 35px;
    text-align: right;
}

#btnSignin a {
    font-family: Arial,Helvetica,sans-serif;
    color: white;
    font-size: 11px;
    text-decoration: none;
}

#btnSignin a:hover {
    text-decoration: underline;
}


/*Banner & Search bar*/

#banner {
    width: 830px;
    height: 232px;
    margin: 0 auto;
    background-color: white;
    position: relative;
}

#searchbar {
    width: 530px;
    height: 36px;
    text-align: left;
    position: absolute;
    bottom: 15px;
    left: 253px;
}

#searchtxt {
    width: 315px;
    height: 36px;
    float: left;
}

#searchtxt span {
    display: none;
}

#searchfield {
    float: left;
}

#searchfield input {
    width: 129px;
    height: 16px;
    border: none;
    margin-top: 9px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    color: black;
    padding-top: 3px;
    padding-left: 3px;
    padding-right: 3px
    display: block;
}

#searchbtn {
    height: 36px;
    float: left;
    margin-left: 5px;
}


/*Content Area*/

#contentArea {
    width: 830px;
    background-color: white;
    margin: 0 auto;
    /*padding-top: 15px;*/
}
#colSingle {
/*  width: 774px;*/
    width: 626px;
    float: left;
    padding-left: 28px;
/*  padding-right: 28px;*/
}
#colSingleNoAds {
    width: 774px;
    float: left;
    padding-left: 28px;
   padding-right: 28px;
}
#colAdvert {
    width: 120px;
    float: right;
    padding-right: 28px;
/*  background-color: Black;*/
/*  padding-right: 28px;*/  
}
#colLeft {
    /*width: 502px;*/
    width: 347px;
    float: left;
    padding-left: 28px;
}

#colRight {
    width: 251px;
    padding-left: 28px;
    float:left;
    /*padding-right: 28px;
    float: right;*/
}

#footer {
    width: 802px;
    height: 20px;
    background-image: url(/client/images/footer.gif);
    background-repeat: no-repeat;
    background-position: center top;
    clear:both;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 9px;
    color: #959595;
    text-align: right;
    padding-right: 28px;
    padding-top: 10px;
}

#footer a {
    color: #959595;
}


#featuresBanner {
    width: 830px;
    height: 232px;
    margin: 0 auto;
    background-color: white;
    background-image: url(/client/images/bgnd-candy.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
}

#bannerContent {
    width: 300px;
    position: absolute;
    left: 300px;
    top: 50px;
}

.anchors {
    list-style: none;
    margin: 0 0 0 28px; 
    padding: 0; 
    width: 215px;
    display: block;
    /*height: 181px;*/
    line-height: 0%;
}

.anchors li { margin: 0; padding:0; line-height: 0%; border-collapse: collapse;}

#bannerContent .text {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 18px;
    color: #fff799;
    font-weight: normal;
}

#ad_vert_left {
	width: 120px;
	height: 600px;
	position: absolute;
	left: -130px;
	top: 0px;
	display: none;
}

#ad_vert_right {
	width: 120px;
	height: 600px;
	position: absolute;
	right: -130px;
	top: 0px;
	display: none;
}

/* Adverts In Footer*/

#ad-horiz-left
{
	width:382px;
	height:64px;
	float:left;
	margin:0px 0px 0px 28px;
}

#ad-horiz-right
{
	width:382px;
	height:64px;
	float:right;
	margin:0px 28px 0px 0px;
}
