/* BestBookies CSS Document */
body{
	margin: 0px;
	text-align: center;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-color: #333333;
}

img  {
	border: 2px solid #FFFFFF;
}
img:hover {
	border-top-color: #FFCC66;
	border-right-color: #FFCC66;
	border-bottom-color: #FFCC66;
	border-left-color: #FFCC66;
}


#head {
	height: 108px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	background-position: 2px 27px;
}
#logo {
	height: 48px;
	width: 218px;
	float: left;
	display: block;
	padding: 0px;
	margin-top: 27px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
	font-size: 0.2em;
}
#logo a{
	display:block;
	height: 48px;
	width: 218px;
	text-indent: -900em;
	text-decoration: none;
	line-height:100%;
}
#menu {
	float: right;
	margin-top: 67px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#menu li {
	float: left;
	display: inline;
	margin-left: 2px;
}
#menu a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-decoration: none;
	color: #999999;
	background-image: url(images/tab-left.gif);
	background-repeat: no-repeat;
	line-height: 28px;
	font-weight: bold;
	float: left;
}
#menu a span {
	float:left;
	background-image: url(images/tab-right.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	height: 41px;
	padding-right: 18px;
	text-decoration: none;
	background-position: right top;
}
#menu a:hover {
	background-position: left -41px;
}
#menu a:hover span {
	background-position: right -41px;
	color: #666666;
}
#menu .selected a {
	background-position: left -82px;
}
#menu .selected a span {
	background-position: right -82px;
	color: #FF7F00;
}
#menu .selected a:hover, #menu .selected a span:hover{
	color: #FF7F00;
}
#contentwrap {
	background-color: #FFFFFF;
	margin: 0px;
	float: left;
	width: 100%;
	background-image: url(images/footbg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 20px;
	padding-top: 5px;
	text-align: center;
}
#content {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#leftcol {
	float: left;
	width: 675px;
	background-color: #FFFFFF;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 25px;
	padding-right: 25px;
}
#leftcol a {
	color: #2E9FD8;
}
#leftcol p a:hover {
	color: #FF7F00;
}

#leftcol h2 {
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
}
#leftcol h3 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8EFF7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: normal;
}
#leftcol h4 {
	font-size: 1.2em;
	color: #2E9FD8;
}
#leftcol h5 {
	color: #999999;
}


.bookiesummery {
	background-color: #faf9f4;
	border: 1px solid #ffdaa6;
	padding: 5px;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	margin-bottom: 15px;
	width: 660px;
	float: left;
}
.bookiesummery:hover {
	border-top-color: #A6D7EE;
	border-right-color: #A6D7EE;
	border-bottom-color: #A6D7EE;
	border-left-color: #A6D7EE;
	background-color: #F5F3EB;
}
.bookiesummery h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	margin: 0px;
	padding: 0px;
}
.bookiesummery h4 a {
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #A6D7EE;
	color: #2E9FD8;
}
.bookiesummery h4 a:hover {
	border-bottom-color: #333333;
}



.bookieimage {
	float: left;
	margin-right: 10px;
}
.l-img {
	float: left;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-right: 10px;
}
#form label
{
	width: 7em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	padding-top: 1px;
}
#form input
{
	color: #666666;
	border: 1px solid #2E9FD8;
	background-color: #F8FAFC;
	font-family: Arial, Helvetica, sans-serif;
	width: 200px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
}
#form textarea {
	background-color: #F8FAFC;
	border: 1px solid #2E9FD8;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 3px;
	color: #666666;
}

#form .submit input
{
	color: #000;
	border: 2px outset #2E9FD8;
	background-color: #EDF2F8;
	width: 80px;
	margin-left: 108px;
	margin-right: -98px;
	font-weight: normal;
	padding: 0px;
	margin-bottom: 20px;
	margin-top: 0px;
}
#form .submit input:hover {
	color: #FF7F00;
	background-color: #E3EBF4;
}

#form fieldset
{
	border: 1px solid #2E9FD8;
	background-color: #FFFFFF;
	margin-left: 100px;
	width: 400px;
}
#form legend
{
	color: #2E9FD8;
	background-color: #FFFFFF;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	font-size: 1.2em;
}
#rightcol {
	width: 200px;
	float: right;
}
#rightcol h2 {
	background-image: url(images/lc-top.gif);
	background-repeat: no-repeat;
	font-size: 1.1em;
	color: #2E9FD8;
	text-align: center;
	padding-top: 5px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
#rightcol #bookmakerlinks {
	background-image: url(images/lc-bg.gif);
	background-repeat: repeat-y;
}

#rightcol #bookmakerlinks ul {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFCC66;
	display: block;
	padding-top: 10px;
	background-image: url(images/lc-foot.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 15px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#rightcol #bookmakerlinks li {
	list-style-type: none;
	margin-right: 8px;
}
#rightcol #bookmakerlinks a {
	padding-left: 45px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-decoration: none;
	color: #666666;
	font-weight: bold;
	line-height: 34px;
	height: 34px;
	display: block;
}
#rightcol #bookmakerlinks a:hover {
	color: #FF7F00;
}
#rightcol #bookmakerlinks .current a {
	color: #FF7F00;
	background-image: url(images/lc-hover.gif);
	background-repeat: no-repeat;
}

#rightcol #betoffers {
	background-image: url(images/lc-bg.gif);
	background-repeat: repeat-y;
}
#rightcol #betoffers .offers-ad {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFCC66;
	background-image: url(images/lc-foot.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 10px;
}
#rightcol .offers-ad img {
	text-align: center;
	display: block;
	width: 120px;
	margin-right: auto;
	margin-left: auto;
}
#footerwrap {
	float: left;
	width: 100%;
}
#footer {
	width: 890px;
	color: #909090;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding-right: 5px;
	padding-left: 5px;
	height: 30px;
	padding-top: 10px;
}
#footer a {
	color: #B6D8F3;
	text-decoration: none;
}
#footer a:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFA54D;
	color: #CAE7F4;
}
#siteinfo {
	text-align: right;
	float: right;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
}
#footlinks {
	float: left;
	padding-bottom: 5px;
}
