/* 

	sliced - a free web template by spyka webmaster
  	http://www.spyka.net
	
	phpBB3 port by Awesome Styles
	http://www.awesomestyles.com
	
	based on subSilver2 by subBlue
	http://www.subBlue.com
	
*/

/* page */
html, * {
	padding:0;
	margin:0;
}
body{background:url(./images/index-bg.jpg) no-repeat center top #000; margin:0px; padding:0px; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal; color:#000;}
@font-face {
    font-family: 'HelveticaCondensedBold';
    src: url('fonts/ps_2-webfont.eot');
    src: url('fonts/ps_2-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ps_2-webfont.woff') format('woff'),
         url('fonts/ps_2-webfont.ttf') format('truetype'),
         url('fonts/ps_2-webfont.svg#HelveticaCondensedBold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'HelveticaNeueRegular';
    src: url('fonts/helveticaneue-condensed-webfont.eot');
    src: url('fonts/helveticaneue-condensed-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/helveticaneue-condensed-webfont.woff') format('woff'),
         url('fonts/helveticaneue-condensed-webfont.ttf') format('truetype'),
         url('fonts/helveticaneue-condensed-webfont.svg#HelveticaNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* layout */
div#container {
	width:95%;
	margin:0 auto;
	border:3px solid #080808;
	background-color:#FFFFFF;
}
div#header {
	background-image:url('./images/header_background.jpg');
	background-repeat:repeat-x;
	background-color:#F85C5D;
	padding:20px 0;
}
div#header p {
	text-align:center;
	color:#ffffff;
}
div#content {
	margin:2px 6px;
	font-size:0.8em;
}
div#footer p {
	font-size:0.8em;
	text-align:center;
	color:#fff;
}


/* navigation menu */
div#nav {
	width:100%;
	height:50px;
	background-image:url('./images/nav_background.gif');
	background-repeat:repeat-x;
	background-position:center bottom;
}
div#nav ul {
	margin:0;
	padding:0;
}
div#nav ul li {
	display:block;
	float:left;
	padding-right:10px;
}
div#nav ul li a {
	float:left;
	padding:12px 10px;
	height:26px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	display:block;
}
div#nav ul li a:hover {
	background-color:#E23C3C;
}


/* headers */
/*h1 {
	color:#ffffff;
	text-align:center;
	font-size:1.8em;
	letter-spacing:3px;
	font-weight:bold;
}*/
h2 {
	color:#E2E2E2;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:1.5em;
	text-align:left;
}
h3 {
	font-size:1.3em;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#B90302;
	font-weight: bold;
}
h4 {
	font-size:1.1em;
	margin:0;
	padding:0;
	font-weight: bold;
}


/* links */
a, a:visited {
	color:#B90302;
	text-decoration:none;	
	font-size:12px;
}
a:hover {
	text-decoration:underline;
}
h1 a,
h1 a:link,
h1 a:visited,
h1 a:active 
{
	color:#ffffff !important;
	text-decoration:none;
	text-align:center;
}
p.searchbar a {
	font-size:12px;
	text-decoration:underline;
}
a.titles {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:1.3em;
	text-decoration:none;
}
.cat a,
.cat a:link,
.cat a:visited,
.cat a:active {
	color:#cccccc;
}
a.forumlink {
	color:#880101;
	font-weight:bold;
	font-size:1.2em;
}
a.topictitle {
	color:#880101;
	margin: 1px 0;
	font-size:1.1em;
	font-weight:bold;
}
a.topictitle:visited {
	color:#B90302;
	font-weight:normal;
	text-decoration:none;
}
th a,
th a:visited {
	color:#ffffff;
	text-decoration:underline;
}
th a:hover {
	text-decoration:underline;
}
.postreported, 
.postreported a:visited, 
.postreported a:hover, 
.postreported a:link, 
.postreported a:active {
	margin:0;
	color:#B80201;
	font-weight:bold;
}
.postapprove, 
.postapprove a:visited, 
.postapprove a:hover, 
.postapprove a:link, 
.postapprove a:active {
	color:#009900;
	font-weight:bold;
}


/* paragraphs */
p {
	margin:6px 0 10px 0;
}
p.moderators {
	margin:0;
	float:left;
	color:#000000;
	font-weight:bold;
}
p.linkmcp {
	margin:0;
	padding:0;
	float:right;
	color:#B90302;
}
p.breadcrumbs {
	margin:0;
	float:left;
	color:#000000;
	font-weight:bold;

}
p.datetime {
	margin:0;
	float:right;
	padding:0;
	font-size:12px;
}
p.searchbar {
	padding:2px 0;
	color:#B90302;
	font-size:0.9em;
} 
p.searchbarreg {
	margin:0;
	float:right;
}
.rtl p.searchbarreg,
.rtl p.datetime,
.rtl p.linkmcp {
	float:left;
}
.rtl p.breadcrumbs,
.rtl p.moderators {
	float:right;
}
p.forumdesc {
	padding:0px;
	margin:0;
	font-size:12px;
}
p.topicauthor {
	margin:1px 0;
}
p.topicdetails {
	margin:1px 0;
}


/* forms */
form {
	margin:3px;
	padding:10px;
}
form p {
	margin:12px 0;
}
form label {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:0.9em;
}
form input, textarea{
	border:1px solid #CCCCCC;
	padding:3px;
	background-color:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
}
form input.radio {
	border:none;
}
input.btnmain,
input.btnbbcode,
input.btnlite,
input.btnfile,
input.helpline {
	background-color:#EFEFEF;
	border:1px solid #666666;
	padding:1px 5px;
	cursor:pointer;
}
input.btnmain {
	font-weight:bold;
}
input.btnbbcode {
	color:#333333;
	font-weight:normal;
	font-size:0.9em;
	padding:3px;
}
input.btnlite {
	font-weight:normal;
}
input.btnfile {
	font-weight:normal;
	font-size: 1.1em;
}


/* element defaults */
ul {
	list-style:square;
	margin:4px 0 4px 20px;
}
ol {
	margin:4px 0 4px 27px;
}
code {	
	font-family:"Courier New", Courier, monospace;
	margin:10px;
	padding:10px;
	border:1px solid #CCCCCC;
	background-color:#E2E2E2;
	display:block;	
}
pre {
	font-size:1.1em;
	font-family:"Courier New", Courier, monospace;
}
hr {
	height:1px;
	border-width:0px;
	background-color:#D1D7DC;
	color:#D1D7DC;
}


/* date and find bars */
div#datebar {
	margin:0;
}
div#findbar {
	width:100%;
	margin:0;
	padding:0;
	border:none;
}


/* forum rules */
div.forumrules {
	background-color:#3B3B3B;
	border:3px solid #323131;
	padding:7px;
	font-size:1.1em;
	color:#cccccc;
}
div.forumrules h3 {
	color:#cccccc;
	margin:0;
	padding:0;
	font-weight:normal;
	text-decoration:underline;
}


/* posts */
.postauthor {
	color:#000000;
}
.postdetails {
	color:#000000;
}
.postbody {
	font-size:1.1em;
	line-height:1.6em;
}
.posthilit {
	background-color:#FFFF00;
}
.nav {
	margin:0;
	font-weight:bold;
}
.pagination {
	padding:4px;
	color:#000000;
	font-weight:bold;
}


/* tables */
th {
	color:#ffffff;
	font-weight:bold;
	background-image:url('./images/header_background.jpg');
	background-repeat:repeat-x;
	background-color:#F85C5D;
	padding:7px 5px;
	font-size:12px;
}
td {
	padding:2px;
	font-size:12px;
}
td.profile {
	padding:4px;
	text-align:center;
}
table.tablebg {
	background-color:#BFBFBF;
}
td.catdiv {
	height:28px;
	margin:0;
	padding:0;
	color:#cccccc;
	border:none;
	background-image:url('./images/nav_background.gif');
	background-repeat:repeat-x;
	background-position:center bottom;
	background-color: #3A3A3A;
}
td.cat {
	height:28px;
	margin:0;
	padding:0;
	border:none;
	color:#cccccc;
	background-image:url('./images/nav_background.gif');
	background-repeat:repeat-x;
	background-position:center bottom;
	background-color: #3A3A3A;
	text-indent:5px;
}
.row1,
.row2,
.row3 {
	background-color:#ddd;
	padding:4px;
}
.row2 {
	background-color:#cccccc;
}
.row3  {
	background-color:#999999;
	color:#ffffff;
}
table *.spacer {
	background-color:#dddddd;
}
table.legend {
	text-align:center;
	margin:0 auto;
}


/* bbcode */
.quotetitle, .attachtitle, .codetitle {
	margin:10px 5px 0 5px;
	padding:4px;
	color:#ffffff;
	background-image:url('./images/header_background.jpg');
	background-repeat:repeat-x;
	background-color:#F85C5D;
	font-size:0.85em;
	font-weight:bold;
}
.quotecontent, .attachcontent, .codecontent {
	margin:0 5px 10px 5px;
	padding:5px;
	border:1px solid #C31111;
	font-weight:normal;
	line-height:1.5em;
	background-color:#ffffff;
}
.attachcontent {
	font-size:0.85em;
}
.codecontent {
	color: #333;
	font-family:"Courier New", Courier, monospace;
}
.syntaxbg {
	color:#FFFFFF;
}
.syntaxcomment {
	color:#FF8000;
}
.syntaxdefault {
	color:#0000BB;
}
.syntaxhtml {
	color:#000000;
}

.syntaxkeyword {
	color:#007700;
}
.syntaxstring {
	color:#DD0000;
}


/* PM message colours */
.pm_marked_colour {
	background-color:#000000;
}
.pm_replied_colour {
	background-color:#A9B8C2;
}
.pm_friend_colour {
	background-color:#007700;
}
.pm_foe_colour {
	background-color:#DD0000;
}


/* images */
img {
	border:none;
}
.postapprove img, 
.postreported img {
	vertical-align:bottom;
	margin-right:5px;
}


/* misc */
.sep {
	color:#000000;
	background-color:#FFA34F;
}
table.colortable td {
	padding:0 !important;
}


/* generic classes */
.nowrap {
	white-space:nowrap;
}
.username-coloured {
	font-weight:bold;
}
.bold {
	font-weight:bold;
}
.clear { 
	clear:both; 
}
.gen {
	margin:1px;
	font-size:1.2em;
}
.genmed {
	margin:1px;
	font-size:1.1em;
}
.gensmall {
	margin:1px;
	font-size:12px;
}
.copyright {
	color:#333333;
}
.error {
	color:#B80201;
}

/************* poker styles*/
.mainbg {
	background-color: #2b2b2b;
	background-image: url(images/mainbg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.topleft {
	background-image: url(images/topleft.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
.topleft1 {
	background-image: url(images/topleft_1.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
.topright {
	background-image: url(images/topright.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.topright1 {
	background-image: url(images/topright_1.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
.footerredtext	{
	font-family:tahoma;
	font-size:11px;
	font-weight:normal;
	color:#f7181a;
	text-decoration:none;
}
.footergraytext	{
	font-family:Tahoma;
	font-size:11px;
	font-weight:normal;
	color:#888888;
	text-decoration:none;
}
.footergraytext:hover	{
	font-family:Tahoma;
	font-size:11px;
	font-weight:normal;
	color:#888888;
	text-decoration:underline;
}
.topbg {
	background-image: url(images/topbg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.welcometext	{
	font-family:Tahoma;
	font-size:11px;
	font-weight:normal;
	color:#ffffff;
	text-decoration:none;
}
.quicklinksbg {
	background-image: url(images/quicklinks_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.quicklinkstext	{
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#a0a0a0;
	text-decoration:none;
}
.quicklinkstext:hover	{
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#DE2324;
	text-decoration:none;
}
.border {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-right-color: #990909;
	border-bottom-color: #990909;
	border-left-color: #990909;
	border-top-width: 1px;
	border-top-color: #990909;
}
.smallblack	{
	font-family:Tahoma;
	font-size:11px;
	font-weight:normal;
	color:#000000;
	text-decoration:none;
}
.boldred	{
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	color:#eb1515;
	text-decoration:none;
}

.bolddarkgray	{
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#434343;
	text-decoration:none;
}
.boldblue	{
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#015be1;
	text-decoration:none;
}
.graysmall	{
	font-family:Tahoma;
	font-size:11px;
	font-weight:normal;
	color:#434343;
	text-decoration:none;
}
.border2 {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #c6c6c6;
	border-bottom-color: #c6c6c6;
	border-left-color: #c6c6c6;
	border-top-width: 1px;
	border-top-color: #c6c6c6;
}
.smallwhite	{
	font-family:Tahoma;
	font-size:11px;
	font-weight:normal;
	color:#ffffff;
	text-decoration:none;
}
.smallwhite:hover	{
	font-family:Tahoma;
	font-size:11px;
	font-weight:normal;
	color:#000000;
	text-decoration:none;
}
.seemoretext	{
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#7f7f7f;
	text-decoration:none;
}
.seemoretext:hover	{
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#d82021;
	text-decoration:none;
}
.topicred	{
	font-family:Tahoma;
	font-size:11px;
	font-weight:normal;
	color:#ff1b1b;
	text-decoration:none;
}
.bodybg {
	background-color:#666666;
	background-image: url(images/bodybg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.blackborder {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #181818;
	border-bottom-color: #181818;
	border-left-color: #181818;
	border-top-width: 1px;
	border-top-color: #181818;
}
.darkred	{
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	color:#f51313;
	text-decoration:none;
}
.redborder {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #d90202;
	border-bottom-color: #d90202;
	border-left-color: #d90202;
	border-top-width: 1px;
	border-top-color: #d90202;
}
.boldyellow	{
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#FFD016;
	text-decoration:none;
}
.smallrose	{
	font-family:Tahoma;
	font-size:11px;
	font-weight:normal;
	color:#EEA8A8;
	text-decoration:none;
}
.boldrose	{
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#EEA8A8;
	text-decoration:none;
}
.boldrose:hover	{
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
}
.blackborder2 {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-right-color: #d90202;
	border-bottom-color: #d90202;
	border-left-color: #d90202;
	border-top-width: 1px;
	border-top-color: #d90202;
}
.boldred	{
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#990000;
	text-decoration:none;
}
.innertopbg {
	background-image: url(images/inner_topbg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.boldred2	{
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#E72022;
	text-decoration:none;
}
.boldred2:hover	{
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}
.boldred3	{
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#E72022;
	text-decoration:none;
}
.boldred3:hover	{
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
.boldred4	{
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#FFD016;
	text-decoration:none;
}
.boldred4:hover	{
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}

.boldred5	{
	font-family:Tahoma;
	font-size:14px;
	font-weight:bold;
	color:#E72022;
	text-decoration:none;
}
.boldred6	{
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
.boldred6:hover	{
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;	
	color:#FFD016;
	text-decoration:none;
}
.navy	{
	font-family:Tahoma;
	font-size:10px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}
.navy:hover	{
	font-family:Tahoma;
	font-size:10px;
	font-weight:bold;
	color:#E72022;
	text-decoration:none;
}

.grayborder	{
	border:#F0F0F0 solid 1px;
}
.dottedborder	{
	border:#F0F0F0 dotted 1px;
}
.linkred	{
	font-family:Tahoma;
	font-size:11px;
	font-weight:normal;
	color:#D92022;
	text-decoration:underline;
}	
.linkred:hover	{
	font-family:Tahoma;
	font-size:11px;
	font-weight:normal;
	color:#D92022;
	text-decoration:none;
}
.darkgrayborder	{
	border:#CCCCCC dotted 1px;
}	
.toppokerpromosbg	{
background-color:#BC0103;
background-image: url(images/top_pokerpromosbg.gif);
background-repeat: repeat-x;
background-position: left top;
}

.banner_right {
	background:url(http://www.pokerfreerollsonline.com/images/poker_freerollsimg.jpg) no-repeat top left;
	margin:0px;
	padding:0px;
}
ul,li,ol{list-style:none;}
/****************************************************/
.header{width:982px; height:130px; margin:0px; padding:0px; margin:0 auto;}
.logo{width:270px; height:115px; margin:0px; padding:15px 0px 0px 24px; float:left;}
.logo a img{border:none; outline:none;	}
.header-image{width:189px; height:130px; margin:0px; padding-right:6px; float:right;}
.join{width:210px; height:157px; margin:0px; padding:10px 0px; float:right; }
.sign-up{width:210px; margin:7px 0px 0px 0px;   height:35px; padding:0px; float:left;} 
.sign-up a{font-family:Arial, Helvetica, sans-serif; font-size:13px; font-weight:bold; color:#fff; margin:0px; padding:0px 0px 0px 20px; text-decoration:underline;}
.sign-up a:hover{text-decoration:none;}
.forget-password{width:150px; height:35px; margin:7px 0px 0px 0px;  float:left; padding:0px 0 0 10px;}
.forget-password a{font-family:Arial, Helvetica, sans-serif; font-size:13px; font-weight:bold; color:#fff; margin:0px; padding:0px 0px 0px 20px; text-decoration:underline;}
.forget-password a:hover{text-decoration:none; font-family:}
/********************************************************************/
.menu{width:982px; height:44px; margin:0px; padding:0px; margin:0 auto; }
.menu-left{background:url(./images/menu-left.jpg) no-repeat left top; width:18px; height:44px; margin:0px; padding:0px; float:left;}
.menu-right{ background:url(./images/menu-right.jpg) no-repeat left top; width:14px; height:44px; margin:0px; padding:0px; float:left;}
.menu-middle{ background:url(./images/menu-mid.jpg) repeat-x left top; width:950px; height:44px; margin:0px; padding:0px; float:left;}
/**.menu-middle ul{ margin:0px; padding:0px;}
.menu-middle ul li{ margin:0px; padding:0px; float:left; background:url(../images/menu-line.gif) no-repeat left 14px;}
.menu-middle ul li a{margin:0px; padding:11px 10px 0px 12px; font-family:'HelveticaCondensedBold', Arial, Helvetica, sans-serif; font-size:14px; font-weight:normal; color:#ffffff; text-transform:uppercase; display:block;}
.menu-middle ul li a.selected, .menu-middle ul li a:hover{color:#ffb400;}**/
.menu-middle-left{width:700px; margin:0px; padding:0px; float:left; height:44px;}
.menu-middle-left ul{ margin:0px; padding:0px;}
.menu-middle-left ul li{ margin:0px; padding:0px; float:left; background:url(./images/menu-line.gif) no-repeat left 14px;}
.menu-middle-left ul li a{margin:0px; padding:11px 10px 0px 12px; font-family:'HelveticaCondensedBold', Arial, Helvetica, sans-serif; font-size:14px; font-weight:normal; color:#ffffff; text-transform:uppercase; display:block;}
.menu-middle-left ul li a.selected, .menu-middle ul li a:hover{color:#ffb400; text-decoration:none;}
.menu-middle-right{ margin:0px; padding:5px 0 0 0px; float:right;  height:44px;}
.menu-middle-right .network1 a{color:#fff; font: bold 12px Arial,Helvetica,sans-serif; padding:7px 0 0 0;}
.menu-middle-right .network1 a span {
    float: left;
    padding: 10px 5px 0;
}
.menu-middle-right .network1 img {
    float: left;
    margin: 0;
    padding-top: 5px;
}
.menu-middle-right .network1 a:hover{text-decoration:nonel}
.pos{ position:relative; right:120px; top:-49px; z-index:99;}
.social-networks { float: right; padding: 0; position: relative; right: 0; z-index: 9999;}
.network1 a{font:bold 12px Arial, Helvetica, sans-serif; color:#FFFFFF; }
.network1 a span{padding:10px 5px 0 5px; float:left;}
.network1 a:hover{color:#ffb400;}
.content{width:982px; margin:0px auto; padding:0px; background:url(images/continer-bg.png) repeat-y left top;}

.content-top{width:982px; margin:0px; padding:0px; float:left;}
.content-top-left{width:509px; margin:0px; padding:30px 0px 20px 46px; float:left;}
.content-top-left h3{font-family:'HelveticaNeueRegular', Arial, Helvetica, sans-serif; font-size:28px; color:#ffffff;}
.content-top-left h3 span{color:#ffb400;}
.content-top-left h1{font-family:'HelveticaNeueRegular', Arial, Helvetica, sans-serif; font-size:28px; color:#ffb400; background:url(images/arrow-heading.png) no-repeat left top; margin:0px; padding:0px 0px 0px 20px;}
.content-top-left p{font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal; color:#fff; line-height:20px; margin:0px; padding:10px 0px 0px 0px;}
.content-top-left p span{font-weight:bold; text-transform:uppercase;}

.content-mid{width:954px; margin:0px; padding:0px 14px 0px 14px; position:relative;}
.content-mid-top{width:954px; height:30px; background:url(images/content-mid-top.gif) no-repeat left top;}

.content-mid-top .img{position:absolute; top:-27px; right:-10px;}
.content-mid-center{width:954px; margin:0px; padding:0px; background:url(images/content-mid-bg.gif) repeat-y left top; float:left;}
.content-mid-bottom{width:954px; margin:0px; padding:0px; background:url(images/content-mid-bot.jpg) no-repeat left top; height:18px; float:left;}

.mid{padding:0 0 0 23px;}

/********************************************************************/
/******************************************************/
.footer{width:982px; margin:0 auto;}
.footer ul{float:left; padding:16px 0 0 220px; display:block; width:762px;}
.footer ul li{float:left;  color:#FFFFFF; padding:0 2px; list-style:none;}
.footer ul li a{ font:normal 11px Arial, Helvetica, sans-serif;  color:#FFFFFF;}
.footer ul li a:hover{text-decoration:underline;}
.footer span{width:100%; text-align:center; font:normal 11px Tahoma Arial, Helvetica, sans-serif; color:#dc080a; display:block; clear:both; padding:10px 0 0 0;}
.footer span strong{ color:#ff9d14;}

