/*********************
* Body               *
*********************/

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: x-small; /* for IE5/Win */
	f\ont-size: small; /* for compliant browsers */
	color: #fff;
	background: #71828a url(../images/design/bg_grad.jpg) repeat-x fixed;
}

html>body { /* for Opera */
	font-size: small;
}

/*********************
* Wrapper Container  *
*********************/

#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 793px;
	font-size: 100%;
	background: #232323;
	border-left: 1px solid #b3b3b3;
	border-right: 1px solid #b3b3b3;
}

/*********************
* Header             *
*********************/

#header {
	float: left;
	width: 100%;
	background: #232323;
	border-bottom: 1px solid #b3b3b3;
}

#header h1 {
	margin: 0;
	padding: 0;
	font-size: 110%;
}

#logo {
	height: 100px;
	background: url("../images/design/az.gif") no-repeat #5d5d5d;
}

#login {
	margin: 0;
	height: 90px;
	float: right;
	font-family: Verdana;
	font-size: 11px;
	background-color: #232323;
	color: #fff;
	text-align: right;
	padding: 2px;
	width: 225px;
}

#login .substyle {
	font-size: 10px;
	background-color: #434343;
	color: #f5f5f5;
	margin: 5px;
	border-top: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
	border-right: 1px solid #979797;
	border-bottom: 1px solid #979797;
}

#login a {
	color: #dae4ff;
	text-decoration: none;
}
#login a:hover {
	color: #80a2ff;
	text-decoration: underline;
}
#logtxt {
	margin-right: 5px;
}

#headerad {
	padding: 5px 0;
	margin-top: 2px;
	background: #000;
	border-bottom: 1px solid #b3b3b3;
	border-top: 1px solid #b3b3b3;
}

#nav ul {
	float: left;
	margin: 0 auto;
	padding:0;
	border-left: 5px solid #EDF2F2;
	border-right: 5px solid #EDF2F2;
	list-style: none;
	display: inline;
	text-align: center;
	font: 10px/20px Verdana, Helvetica, Arial, sans-serif;
	background: url("../images/design/navBar.gif") repeat-x 20px;
}

#nav li {
	float: left;
	margin: 0;
	padding:0;
	list-style: none;
	display: block;
	text-align: center;
	font: 10px/20px Verdana, Helvetica, Arial, sans-serif;
	background: url("../images/design/navBar.gif") repeat-x 20px;
}

#nav li.first {
	float: left;
	margin: 0;
	padding:0;
	list-style: none;
	display: block;
	text-align: center;
	font: 10px/20px Verdana, Helvetica, Arial, sans-serif;
	border-left: 1px solid #848484;
	background: url("../images/design/navBar.gif") repeat-x 20px;
}

#nav li.active {
	background: url("../images/design/navBarHover.gif") repeat-x 20px;
	color: #fff;
	font-weight: 900;
	display: block;
	width: 64px;
	border-right: 1px solid #848484;
}

#nav li.active a {
	color:#f5f5f5;
	background: url("../images/design/navBarHover.gif") repeat-x 20px;
	text-decoration: underline;
}

#nav li.active a:hover {
	color:#f5f5f5;
	background: url("../images/design/navBarHover.gif") repeat-x 20px;
	text-decoration: underline;
}

#nav a {
	color: #000;
	text-decoration: none;
	font-weight: 900;
	display: block;
	width: 64px;
	border-right: 1px solid #848484;
}

#nav a:hover {
	color:#f5f5f5;
	background: url("../images/design/navBarHover.gif") repeat-x 20px;
	text-decoration: underline;
}

#nav p {
	color:#fff;
}

#txtnav {
	text-align: center;
	margin-left: 0px;
	padding: 0 0 2px 0;
	color: #f5f5f5;
}

#txtnav a {
	font-size: 85%;
	color: #dae4ff;
	text-decoration: none;
	line-height: 10px;

}

#txtnav a:hover {
	font-size: 85%;
	color: #80a2ff;
	text-decoration: underline;
}

#txtnav p {
	padding:0;
	margin:0;
	text-align: center;
}

#gameheader {
	float: left;
	width: 100%;
	background: #000;
}

#gameheader h1 {
	margin: 0;
	padding: 5px;
	padding-bottom: 0;
	font-size: 120%;

}

#gameheader p {
	margin: 5px;
	margin-left: 10px;
	margin-bottom:0;
	color: #6e6e6e;
}

#gameheader a {
	color: #dae4ff;
	text-decoration: none;
}

#gameheader a:hover {
	color: #80a2ff;
	text-decoration: underline;
}

#tabnav {
	float:left;
	width:100%;
	background:#000 url("http://www.allgamesatoz.com/images/design/tabbg.gif") repeat-x bottom;
	font-size:80%;
	line-height:normal;
}
#tabnav ul {
	margin:0;
	padding:10px 4px 0;
	list-style:none;
}
#tabnav li {
	display:inline;
	margin:0;
	padding:0 0 0 0;
}
#tabnav a {
	float:left;
	background:url("http://www.allgamesatoz.com/images/design/tableftH_a.gif") no-repeat left top;
	margin:0;
	padding:0 2px 0 4px;
	border-bottom:1px solid #b3b3b3;
	text-decoration:none;
}
#tabnav a span {
	float:left;
	display:block;
	background:url("http://www.allgamesatoz.com/images/design/tabrightH_a.gif") no-repeat right top;
	padding:5px 6px 4px 2px;
	font-weight:bold;
	color:#8a8d95;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabnav a span {float:none;}
/* End IE5-Mac hack */
#tabnav a:hover span {
	color:#ECF1FF;
}
#tabnav #current a {
	background-position:0 -42px;
	border-width:0;
}
#tabnav #current a span {
	background-position:100% -42px;
	padding-bottom:5px;
	color:#ecf1ff;
}
#tabnav a:hover {
	background-position:0% -42px;
	text-decoration:none;
}
#tabnav a:hover span {
	background-position:100% -42px;
	text-decoration:none;
}
/***********************
* Main Column          *
***********************/

#scr-col {
	float: left;
	background: #434343;
	width: 660px;
	margin: 0;
	padding: 0;
	border-right: 1px solid #b3b3b3;
	clear: both;
}

#scr-container {
	float: left;
	width: 660px;
	margin-top: 0px;
	padding: 0 0 7px 0;
}

#scrshot {
	float: left;
	padding: 2px;
	border: 1px solid #8c8c8c;
	background: #ccc;
	margin-left: 7px;
}

#scr-selector {
	float: left;
	margin-left: 0px;
	padding-bottom: 10px;
}

.img-preloader { 
	background: url (../carousel/preloader.gif) 50% 50% no-repeat; 
} 

#scr-selectorleft {
	float: left;
	padding-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 22px;
}

#scr-selectorright {
	float: left;
	padding-bottom: 10px;
	margin-top: 22px;
}

#scr-selector img.scrsel {
	float: left;
	background: #CCC;
	border: 1px solid #8c8c8c;
	padding: 2px;
	margin-right: 5px;
}

#scr-selector img.scrsel:hover {
	float: left;
	background: #FF0000;
}

#scr-selector img.scrsel#active {
	float: left;
	background: #FF0000;
}

#scr-topnav {
	font-family: Arial;
	font-size: 120%;
	line-height: 15px;
	color: #d7ecff;
	padding: 0;
	font-weight: 900;
	text-align: center;
	margin: 5px 0;
}

#scr-prev {
	float: left;
	margin: 0px 0 0px 9px;
	color: #d7ecff;
	padding: 0;
}

#scr-next {
	float: right;
	margin: 0px 9px 0px 0px;
	color: #d7ecff;
	padding: 0;
}

#scr-next a {
	color: #d7ecff;
	text-decoration:none;
}

#scr-next a:hover {
	color: #f5f5f5;
	text-decoration:none;
}

#scr-prev a {
	color: #d7ecff;
	text-decoration:none;
}

#scr-prev a:hover {
	color: #f5f5f5;
	text-decoration:none;
}

#scr-selnav {
	font-family: Arial;
	font-size: 120%;
	line-height: 15px;
	color: #d7ecff;
	padding: 0;
	font-weight: 900;
	text-align: center;
	margin: 5px 0;
}

#scr-latest {
	margin: 0 auto;
	width: 630px;
}

#scr-latest h3 {
	font-size: 100%;
	padding: 2px;
	margin: 0px;
	margin-bottom: 10px;
	border-bottom: 1px solid #fff;
	background: url(../images/design/h3b1_top.gif) no-repeat top left;
}

.scoltxt {
	text-align: center;
	width: 100%;
}
.scr-col {
	float: left;
	width: 208px;
}

#scr-latest img {
	margin-left: 54px;
	border: none;
}

#main-col {
	float: left;
	background: #434343;
	width: 500px;
	margin: 0;
	padding: 0;
	border-right: 1px solid #b3b3b3;
	clear: both;
}

#main-container {
	float: left;
	padding: 0px 5px 5px 5px;
	margin: 0;
}

#gamecontainer {
	float: left;
	width: 490px;
	margin-top: 5px;
	padding-bottom: 6px;
	background: #3c4355 url(../images/design/box1_btm.gif) no-repeat bottom left;
}

#trailercontainer {
	float: left;
	width: 490px;
	margin-top: 5px;
	padding-bottom: 6px;
	background: #232323 url(../images/design/box1_cont.gif) no-repeat bottom left;
}

#gamedetails {
	float: left;
	width: 488px;
	margin-bottom: 0px;
	border: 1px solid #808490;
	border-bottom: none;
	border-top: none;
}

#gamecontainer h3 {
	padding: 2px 0px 2px 10px;
	margin: 0px;
	color: #f5f5f5;
	font-size: 90%;
	font-variant: small-caps;
	border-bottom: 1px solid #808490;
	background: url(../images/design/h3b1_top.gif) no-repeat top left;
}

#trailercontainer h3 {
	padding: 2px 0px 2px 10px;
	margin: 0px;
	color: #f5f5f5;
	font-size: 90%;
	font-variant: small-caps;
	border-bottom: 1px solid #808490;
	background: url(../images/design/h3b1_cont.gif) no-repeat top left;
}

#gametrailer {
	margin-top: 5px;
	width: 480px;
	margin-left: 4px;
}

#boximg {
	float: left;
}

#boximg img.amzn {
	float: left;
	margin: 10px 8px 0px 10px;
	padding: 2px;
	border-top: 1px solid #E8E8E8;
	border-left: 1px solid #E8E8E8;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	background: #C6C6C6;
}

/* Start of jCarousel CSS */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 100px;
    height: 56px;
}


/*Start of jCarousel Skin */

.jcarousel-skin-ie7 .jcarousel-container {
    -moz-border-radius: 10px;
    background: #434343;
    
}

.jcarousel-skin-ie7 .jcarousel-container-horizontal {
    width: 580px;
    padding: 20px 40px;
}

.jcarousel-skin-ie7 .jcarousel-item {
    width: 100px;
    height: 56px;
    border: 1px solid #fff;
	padding: 2px;
	background: #ccc;
}

.jcarousel-skin-ie7 .jcarousel-item:hover {
    border-color: #FF0000;
}

.jcarousel-skin-ie7 .jcarousel-item-horizontal {
    margin-right: 12px;
}

.jcarousel-skin-ie7 .jcarousel-item-vertical {
    margin-bottom: 7px;
}

.jcarousel-skin-ie7 .jcarousel-item-placeholder {
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-ie7 .jcarousel-next-horizontal {
    position: absolute;
    top: 36px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../carousel/next.gif) no-repeat 0 0;
}

.jcarousel-skin-ie7 .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-ie7 .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-ie7 .jcarousel-next-disabled-horizontal,
.jcarousel-skin-ie7 .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-ie7 .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-ie7 .jcarousel-prev-horizontal {
    position: absolute;
    top: 36px;
    left: 5px;
	right: 0;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../carousel/prev.gif) no-repeat 0 0;
}

.jcarousel-skin-ie7 .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-ie7 .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-ie7 .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-ie7 .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-ie7 .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

/*end of jCarousel*/


#gamedetails dl {
	padding: 0;
	margin: 0px;
	margin-top: 10px;
}

#gamedetails dd {
	margin: 0px;
	padding: 0px;
	font-size: 85%;
	line-height: 1.25em;
	color: #f5f5f5;
	display: inline;
}

#gamedetails dd a {
	color: #ffc142;
	text-decoration: none;
}

#gamedetails dd a:hover {
	color: #f0cda8;
	text-decoration: underline;
}


#gamedetails p {
	margin: 10px;
	margin-top: 5px;
	margin-bottom: 0px;
	padding:0;
	font-size: 80%;
}

#freegamedetails {
	float: left;
	width: 488px;
	margin-bottom: 0px;
	border: 1px solid #808490;
	border-bottom: none;
	border-top: none;
}

#freegamedetails dl {
	padding: 0 10px;
	margin: 0px;
	margin-top: 10px;
}

#freegamedetails dd {
	margin: 0px;
	padding: 0px;
	font-size: 80%;
	line-height: 1.25em;
	color: #f5f5f5;
	display: inline;
}

#freegamedetails dt h4 {
	font-size:100%;
	margin:2px;
	padding:0;
	color: #dae4ff;
	text-decoration: underline;
}

#freegamedetails dd b {
	color: #dae4ff;
}

#freegamedetails dd a {
	color: #80a2ff;
	text-decoration: none;
}

#freegamedetails dd a:hover {
	color: #dae4ff;
	text-decoration: underline;
}

#freegamedetails p {
	clear: both;
	margin: 10px;
	margin-top: 5px;
	margin-bottom: 0px;
	padding:0;
	font-size: 80%;
}

#buynow {
	float: right;
	margin: 10px;
	border: 1px solid #8c8c8c;
}

#buynow h4 {
	padding: 2px;
	margin: 0;
	font-size: 90%;
	font-variant: small-caps;
	text-align: center;
	color: #f5f5f5;
	background: url(../images/design/h3bg1.gif) repeat-x top left;

}

#buynow img {
	margin: 5px;
	margin-bottom: 2px;
}

#scontainer {
	width: 100%;
	background: #232323;
	margin: 0;
}

#resultscont {
	clear: both;
	width: 770px;
	margin: 0 10px;
	padding-bottom: 6px;
	background: #232323 url(../images/design/searchbtm.gif) no-repeat bottom left;
}

#resultscont h3 {
	padding: 2px 0px 2px 10px;
	margin: 0px;
	color: #f5f5f5;
	font-size: 90%;
	font-variant: small-caps;
	text-align: center;
	border-bottom: 1px solid #8c8c8c;
	background: url(../images/design/searchh3.gif) no-repeat top left;
}


#searchcont {
	width: 768px;
	margin-bottom: 0px;
	border: 1px solid #808490;
	border-bottom: none;
	border-top: none;
	background: #3c4355
}

#searchformat a {
	color: #80a2ff;
	text-decoration: none;
}

#searchformat a:hover {
	color: #dae4ff;
	text-decoration: underline;
}

#searchformat p {
	padding: 5px 5px;

	margin: 0px
}

#searchformat {
	width: 760px;
	padding: 5px;
	padding-bottom: 0px;
	margin:0;
}

.searchad {
	clear: both;
	margin: auto;
	height: 90px;
	padding: 5px 0;
}

/*********************
* Trailers           *
*********************/
.main-box4 {
	float: left;
	margin-top: 5px;
	width: 490px;
	padding-bottom: 10px;
	background: #27271a url(../images/design/box4_btm.gif) no-repeat bottom left;
}

.main-box4 h3 {
	padding: 2px 0px 2px 10px;
	margin: 0px;
	color: #f5f5f5;
	font-size: 90%;
	font-variant: small-caps;
	border-bottom: 1px solid #8b916f;
	background: url(../images/design/h3bg2.gif) no-repeat top left;
}

.toplistcont {
	margin: 0 5px;
}

.toplistcont h3 {
	clear: both;
	padding: 2px 0px 2px 10px;
	margin: 0px;
	color: #000;
	font-size: 90%;
	font-variant: small-caps;
	border-bottom: 1px solid #232323;
	background-color: #fff;
	background:url(../images/design/navBar_a.gif) top left no-repeat;
}

#toplist a {
	color: #232323;
	text-decoration: none;
}

#toplist a:hover {
	color: #810000;
	text-decoration: underline;
}


#toplist {
	margin-bottom: 5px;

}

#toplist ul {
	margin: 0;
	list-style: none;
	padding: 0;
	font-size: 85%;
}

#toplist li {
	padding: 2px;
	padding-left: 5px;
	color: #232323;
	background: #d1d1d1;
}

#toplist li.alt {
	padding: 2px;
	padding-left: 5px;
	background: #b7b7b7;
}

#toplist li.last {
	padding: 2px 2px 2px 5px;
	background: #b7b7b7 url(../images/design/tbbtm.gif) bottom left no-repeat;
}

#toplist li.lasta {
	padding: 2px 2px 2px 5px;
	background: #d1d1d1 url(../images/design/tbbtma.gif) bottom left no-repeat;
}


.trailerlist {
	float: left;
	margin-top: 5px;
	width: 490px;
	padding-bottom: 10px;
	background: #3c4355 url(../images/design/box1_btm.gif) no-repeat bottom left;
}

.trailerlist h3 {
	padding: 2px 0px 2px 10px;
	margin: 0px;
	color: #f5f5f5;
	font-size: 90%;
	font-variant: small-caps;
	background: url(../images/design/h3b1_top.gif) no-repeat top left;
}

#toptrailers {
	float: left;
	width: 488px;
	padding-bottom: 10px;
	border: 1px solid #8b916f;
	border-bottom: none;
	border-top: none;
}

#toptrailers.alt {
	float: left;
	width: 488px;
	padding-bottom: 10px;
	border: 1px solid #7c808a;
	border-bottom: none;
	border-top: #7c808a;
}

#toptrailers dl {
	float: left;
	width: 470px;
	margin: 10px 10px 0px 10px;
	margin-bottom: 0;
	padding: 0;
	display: inline;
}

#toptrailers dl.specs {
	float: left;
	width: 470px;
	margin: 5px 10px 10px 10px;
	margin-bottom: 0;
	padding: 0;
	padding-bottom: 10px;
	display: inline;
	background: url(../images/design/dots.gif) repeat-x bottom left;
}

#toptrailers dl.last {
	float: left;
	width: 470px;
	margin: 5px 10px 0px 10px;
	margin-bottom: -10px;
	padding: 0;
	display: inline;
}

#toptrailers dt {
	float: right;
	width: 321px;
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 100%;
	font-weight: bold;
	letter-spacing: 1px;
}

#toptrailers dt a {
	color: #dae4ff;
	text-decoration: underline;
}

#toptrailers dt a:hover {
	color: #80a2ff;
	text-decoration: underline;
}

#toptrailers dd {
	margin: 0;
	padding: 0;
	font-size: 85%;
	line-height: 1.25em;
	color: #f5f5f5;
}

#toptrailers dd.date {
	margin: 0;
	padding: 0;
	font-size: 85%;
	font-weight: normal;
	line-height: 1.25em;
	color: #9c9c9c;
}

#toptrailers dd.watch a {
	margin: 0;
	padding: 0;
	font-size: 85%;
	font-weight: bold;
	line-height: 1.25em;
	color: #FFD5AB;
}

#toptrailers dd.watch a:hover {
	margin: 0;
	padding: 0;
	font-size: 85%;
	font-weight: bold;
	line-height: 1.25em;
	text-decoration: underline;
	color: #FFEAD5;
}

#toptrailers dd.specs {
	margin: 0;
	padding: 0;
	font-size: 85%;
	line-height: 1.25em;
	display: inline !important;
}

#toptrailers dd.img img {
	float: left;
	margin: 5px 8px 0 0;
	padding: 2px;
	border: 1px solid #8c8c8c;
	border-bottom-color: #232323;
	border-right-color: #232323;
	background: #ccc;
}

.more {
	float: left;
	width: 100%;
	font-size: 85%;
	text-align: center;
	border-top: 1px solid #634239;
	padding: 2px;
	margin-top: 10px;
	margin-bottom: -8px;
	color: #FFD5AB;
}

.more a {
	padding: 0px;
	margin: 0;
	text-decoration: none;
	color: #FFD5AB;
}

.more a:hover {
	padding: 0px;
	margin: 0;
	text-decoration: underline;
	color: #FFEAD5;
}

.main-ad {
	clear: both;
	margin: auto;
	height: 60px;
	padding-top: 5px;
}

.main-ad2 {
	clear: both;
	margin: auto;
	height: 15px;
	padding-top: 5px;
}

.screen-box {
	float: left;
	margin-top: 5px;
	width: 490px;
	background: url(../images/design/box5bg_new.gif) no-repeat bottom left;
}

.screen-box h3 {
	padding: 2px 0px 2px 10px;
	margin: 0px;
	color: #f5f5f5;
	font-size: 90%;
	border:none;
	border-bottom: 1px solid #95979d;
	background: url(../images/design/h3bg1_new.gif) no-repeat top left;
}

.scrmain h4 {
	padding: 0px 0px 0px 5px;
	margin: 0;
	margin-top: 5px;
	color: #f5f5f5;
	font-size: 80%;
}
.scrmain {
	float: left;
	width: 488px;
	border: 1px solid #8c8c8c;
	border-top: none;
	border-bottom: none;
	margin-bottom: 10px;
}
.scrmain img {
	float: left;
	margin-left: 4px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 2px;
	border: 1px solid #8c8c8c;
	background: #1b1b1b;
}

.scrmain img:hover {
	background: #646464;
}

.scrsub {
	float: left;
	width:484px;
	font-size: 85%;
	padding: 2px;
	text-align: center;
	color: #e2a12a;
	border-top: 1px solid #8c8c8c;
}

.scrsub a {
	padding: 0px;
	margin: 0;
	text-decoration: none;
	color: #ffc142;
}
.scrsub a:hover {
	padding: 0px;
	margin: 0;
	text-decoration: underline;
	color: #f0cda8;
}
/*********************
* Main Sidebar       *
*********************/

#main-sidebar {
	float: right;
	background: #232323;
	width: 292px;
	margin-top: 5px;

}

#scr-sidebar {
	float: right;
	background: #232323;
	width: 132px;
	margin-top: 5px;

}

#main-sidebar h3.vid {
	clear: both;
	padding: 2px 0px 2px 5px;
	margin: 0px;
	color: #000;
	font-size: 90%;
	font-variant: small-caps;
	border-bottom: 1px solid #232323;
	background-color: #fff;
	background: url(../images/design/navBar.gif) bottom left repeat-x;
}

.sidead {
	float: left;
	width: 100%;
	margin-top: 10px;
}

.sidelist {
	float: left;
	margin: 0px 0 0 5px;
	width: 282px;
	background: #393939 url(../images/design/sidebtm.gif) no-repeat bottom left;
}

.sidelist h3 {
	padding: 2px 0px 2px 10px;
	margin: 0px;
	color: #f5f5f5;
	font-size: 90%;
	border: none;
	border-bottom: 1px solid #8c8c8c;
	background: url(../images/design/sideh3.gif) no-repeat top left;
}


.sidelist ul {
	margin: 0;
	color: #a1a1a1;
	list-style: none;
	border: 1px solid #8b916f;
	border-top: none;
	border-bottom: none;
	padding: 5px 5px 5px 5px;
	font-size: 85%;
}

.sidelist li {
	padding-bottom: 5px;
	color: #fff;
}

.sidelist li a {
	color: #d2d40a;
	text-decoration: none;
}

.sidelist li a:hover {
	color: #f1ffcd;
	text-decoration: underline;
}

.sublist {
	float: left;
	width:278px;
	font-size: 85%;
	padding: 2px;
	text-align: center;
	color: #e2a12a;
	border-top: 1px solid #8c8c8c;
}

.sublist a {
	padding: 0px;
	margin: 0;
	text-decoration: none;
	color: #fffeae;
}

.sublist a.sl1 {
	color: #ffc142;
}

.sublist a:hover {
	padding: 0px;
	margin: 0;
	text-decoration: underline;
	color: #f0cda8;
}

.scrcont {
	float: left;
	width: 280px;
	border: 1px solid #8c8c8c;
	border-top: none;
	border-bottom: none;
	margin-bottom: 5px;
}
.scrcont img {
	float: left;
	margin-left: 4px;
	margin-top: 5px;
	padding: 2px;
	border: 1px solid #8c8c8c;
	background: #1b1b1b;
}

.scrcont img:hover {
	background: #646464;
}



/*********************
* Footer       *
*********************/

#footer {
	clear: both;
	background: #232323;
	width: 793px;
	margin: 0px auto 0 auto;
	border-top: 1px solid #b3b3b3;
	border-bottom: 1px solid #b3b3b3;
}

#footer p {
	text-align: center;
	margin: 0;
	padding: 0;
	font-size:85%;
	color: #e9e9e9;
}

#footer a {
	color: #80a2ff;
	text-decoration: none;
}

#footer a:hover {
	color: #dae4ff;
	text-decoration: underline;
}