@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

body {
	padding: 6px 0px 12px;
	background-color: #fff;
	color: #333333;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	text-align: center;
}

a {
	text-decoration: underline;
}

a:hover {
	color: #305785;
	background-color: inherit;
}
div.services_textbox p a {
	color: #695d47;
	background-color: inherit;
	text-decoration: underline;
}

.services_textbox p a:hover {
	color: #ab9c7e;
	background-color: inherit;
}
span {
	display: none;
}

img {
	border: none;
}

ul {
	list-style-type: none;
}

li {
	list-style-type: none;
	
}

p {
	margin: 10px 0px 10px;
	text-align: left;
	line-height: 15px;
}


.clearthis {
	margin : 0px;
	height : 1px;
	clear : both;
	float : none;
	font-size : 1px;
	line-height : 0px;
	overflow : hidden;
	visibility: hidden;
}

input {
	padding-top: 2px;
	background-color: #fff;
	color: #666666;
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	border:thin inset;
}

select {
	background-color: #fff;
	color: #666666;
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
}


#container {
	margin: 0px auto;
	padding-top: 7px;
	width: 732px;
	background: url('images/background_top.gif') repeat-x 0px 0px;
	text-align: justify;
}


/* Page Header */

#page_header {
	margin-bottom: 1px;
	background: url('images/header-image.jpg') no-repeat 100% 0px;
	width: 732px;
	height: 174px;
	overflow: hidden;
}

#page_header h1 {
	width: 221px;
	height: 174px;
	/*background: url('images/sports-exchange-logo.jpg') #387e28 no-repeat 50% 50%;*/
	background: url('images/logo-neo.jpg') #387e28 no-repeat 50% 50%;
	color: #fff;
}


/* Page Menu */

#page_menu {
	width: 732px;
	height: 44px;
	overflow: hidden;
}

#page_menu ul {
	width: 732px;
	height: 44px;
}

#page_menu li {
	margin-left: 1px;
	height: 44px;
	float: left;
	text-align: center;
	overflow: hidden;
}

#page_menu li.black {
	margin: 0px;
}

#page_menu li a {
	padding: 0px 12px;
	color: inherit;
	background: url('images/menu_bgred.gif') #a52322 no-repeat 0px 0px;
	overflow: hidden;
	display: block;
	cursor: pointer;
}

#page_menu li.black a {
	color: inherit;
	background: #000000 no-repeat 0px 0px;
	border-right: #a52322 1px solid;
	border-left: #FFF 1px solid;
	/*url('images/menu_bgblack.gif')*/
}

#page_menu li a:hover {
	color: inherit;
	background-color: #891d1c;
}

#page_menu li.black a:hover {
	color: inherit;
	background-color: #424242;
}

#page_menu li b {
	height: 44px;
	display: block;
}

#page_menu li#home {
	width: 74px;
}

#page_menu li#home b {
	width: 76px;
	background: url('images/menu-home.png') no-repeat 0px 50%;
}

#page_menu li#links {
	width: 74px;
}

#page_menu li#news {
	width: 74px;
}

#page_menu li#sports-feeds {
	width: 124px;
}

#page_menu li#trading {
	width: 88px;
}

#page_menu li#training {
	width: 88px;
}

#page_menu li#register {
	width: 88px;
}

#page_menu li#contact {
	width: 84px;
}


#page_menu li#news b {
	width: 76px;
	background: url('images/menu-news.png') no-repeat 0px 50%;
}
#page_menu li#sports-feeds b {
	width: 126px;
	background: url('images/menu-sports-feeds.png') no-repeat 0px 50%;
}


#page_menu li#register b {
	width: 90px;
	background: url('images/menu-register.png') no-repeat 0px 50%;
}

#page_menu li#trading b {
	width: 76px;
	background: url('images/menu-trading.png') no-repeat 0px 50%;
}

#page_menu li#training b {
	width: 76px;
	background: url('images/menu-training.png') no-repeat 0px 50%;
}

#page_menu li#links b {
	width: 76px;
	background: url('images/menu-links.png') no-repeat 0px 50%;
}

#page_menu li#contact b {
	width: 76px;
	background: url('images/menu-contact.png') no-repeat 0px 50%;
}

#page_menu li#spacer {
	width:30px;
}









/* Page Search */

#page_search {
	margin-top: 10px;
	margin-left: 498px;
	width: 234px;
	height: 36px;
	z-index: 1;
	position: absolute;
}

#page_search h3 {
	padding-top: 6px;
	width: 60px;
	display: block;
	color: #666;
	background-color: inherit;
	font-size: 11px;
	font-weight: bold;
	line-height: 11px;
	float: left;
}

#page_search form {
	padding-right: 10px;
}

#page_search select, #page_search input {
	margin-top: 2px;
	width: 130px;
	height: 19px;
	float: left;
}

#page_search input.button {
	margin-top: 0px;
	margin-left: 5px;
	width: 23px;
	height: 19px;
	
}

/* Page Content */

#page_content {
	padding: 5px 0px 0px;
	width: 732px;
	background: url('images/content_background.gif') repeat-y 0px 0px;
}

.content_box {
	margin: 0px auto;
	padding: 11px 0px 0px;
	width: 530px;
	float: left;
}

.content_box h2 {
	height: 18px;
}

.feeds_box	{
	float: left;
	padding-left: 10px;
}

.content_box li {
	margin-left:40px;
	list-style: disc;
	
}



/* Welcome Text*/

#welcome_text {
	padding: 0px 11px;
}

#welcome_text h2 {
	width: 350px;
	background: url('images/welcome-to-sporting-exchange.jpg') no-repeat 0px 0px;
}

#sports_feeds {
	padding: 0px 11px;
}

#sports_feeds h2 {
	width: 350px;
	background: url('images/sports-feeds.png') no-repeat 0px 0px;
}

#trading_text {
	padding: 0px 11px;
}

#trading_text h2 {
	width: 350px;
	background: url('images/trading.png') no-repeat 0px 0px;
}

#training_text {
	padding: 0px 11px;
}

#training_text h2 {
	width: 350px;
	background: url('images/training.png') no-repeat 0px 0px;
}

#news_text {
	padding: 0px 11px;
}

#news_text h2 {
	width: 350px;
	background: url('images/news.png') no-repeat 0px 0px;
}

#contact_text h2 {
	width: 350px;
	background: url('images/contact-us.png') no-repeat 0px 0px;
}

/* Services Column */

#services_column {
	padding-top: 1px;
	width: 424px;
	text-align: right;
	float: left;
	margin-left: 6px;
}

#services1 {
	margin: 2px 0px 0px auto;
	width: 414px;
	height: 117px;
	background: url('images/thumbnail-01.jpg') #64970c no-repeat 0px 0px;
	color: #fff;
	overflow: hidden;
	text-align: left;
}

#services2 {
	margin: 2px 0px 0px auto;
	width: 414px;
	height: 112px;
	background: url('images/thumbnail-02.jpg') #731f21 no-repeat 0px 0px;
	color: #d5bcbd;
	overflow: hidden;
	text-align: left;
}

#services3 {
	margin: 2px 0px 0px auto;
	width: 414px;
	height: 119px;
	background: url('images/thumbnail-03.jpg') #282828 no-repeat 0px 0px;
	color: #bfbfbf;
	overflow: hidden;
	text-align: left;
}

.services_textbox {
	margin-left: 155px;
	margin-right: 10px;
	width: 248px;
}

.services_textbox p {
	margin-bottom: 5px;
}


.link-more {
	padding-top: 5px;
	padding-right: 10px;
	text-align: right;
	font-weight: bold;
	font-size: 10px;
}

.link-more a {
	color: #fff;
	background-color: inherit;
}

.link-more a:hover {
	color: #d7d7d7;
	background-color: inherit;
}

div.services_textbox p a{
	font-weight: bold;
	font-size: 10px;
	color: #FFFFFF;
}

div.services_textbox p a:hover {
	color: #d7d7d7;
	background-color: inherit;
}
/* Order Cards */

#order_cards {
	margin: 3px 0px 3px 16px;
	color: #9f0b17;
	background-color: inherit;
	font-weight: bold;
	border: #98141b 1px solid;
	float: left;
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;

	width : 283px;
	voice-family : "\"}\"";
	voice-family : inherit;
	width : 281px;
}

#order_cards {
	clear: right;
}

#order_cards a {
	color: #9f0b17;
	background-color: inherit;
}

#order_cards a:hover {
	color: #387e28;
	background-color: inherit;
}

#order_cards h2 {
	margin-bottom: 12px;
	width: 281px;
	height: 28px;
	color: inherit;
	background: url('images/order_header.gif') #387e28 no-repeat 0px 0px;
}

#order_accept {
	margin: 10px auto 2px;
	text-align: center;
}

#order_cards ul {
	padding: 0px 3px 0px 4px;
	font-size: 10px;
	height: 95px;
}

#order_cards li {
	padding: 0px 5px;
	color: #9f432b;
	background-color: #fff;
	background-position: 5px 0px;
	background-repeat: no-repeat;
	float: left;
}

#order_cards li#online {
	background-image: url('images/order_online.gif');
}

#order_cards li#phone {
	background-image: url('images/order_phone.gif');
}

#order_cards li#mail {
	background-image: url('images/order_mail.gif');
}

#order_cards li a {
	display: block;
	background: inherit;
	background-position: 0px 0px;
	color: #9f432b;
	font-weight: bold;
	text-decoration: none;
	text-align:center;
	text-transform: lowercase;
	cursor: pointer;
}

#order_cards li a .block {
	display: block;
	border: #cccccc 1px solid;
}

#order_cards li a:hover .block {
	color: inherit;
	background-color: #f2f2f2;
}

#order_cards li a span {
	width: 79px;
	height: 73px;
	display: block;
}

#order_cards li a b {
	line-height: 12px;
	width: 79px;
	display: block;
}

#order_cards li#phone b {
	width: 80px;
}

#order_text {
	padding: 0px 15px 12px;
}

#order_text p {
	line-height: 14px;
}


/* Mailing List */

#mailing_list {
	margin-bottom: 1px;
	margin-left: 10px;
	width: 283px;
	height: 352px;
	float: left;
	background-color: #387E28;
	color: #333;
	overflow: hidden;
	font-family: tahoma, arial, sans-serif;
	font-weight: bold;
	text-align: left;
	margin-top: 2px;
	border: #98141b 1px solid;
}

#mailing_list h2 {
	padding-top: 8px;
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
	background-color: #387E28;
	color: #FFF;
}

#mailing_list form {
	margin-left: 10px;
	padding-top: 0px;
	margin-right: 10px;
}

#mailing_list input {
	margin-right: 15px;
	padding: 2px 0px 1px;
	width: 190px;
	font-family: tahoma, arial, sans-serif;
	font-size: 12px;
	float: left;
	border:1px inset #CCC;
}

#mailing_list input.button {
	margin: 0px;
	padding: 0px;
	width: 100px;
	height: 20px;
	background: none;
	border:outset;
}
#mailing_list a {
	color: #CCC;
	text-decoration: none;
	background-color: inherit;
}

#mailing_list a:hover {
	color: #FFF;
	background-color: inherit;
}

#latest_news{
	width:198px;
	border:	#387e28 1px solid;
	float: left;
}

#latest_news_header{
	width:198px;
	background:	#387e28;
}
#latest_news_header h3{
	font-size:18px;	
	padding:4px;
	color:#FFF;
}
#latest_news p{
	font-size:11px;	
	padding:4px;
	color:#000;
}

/* Footer Links */

#footer_links {
	padding: 18px 0px 0px;
	color: #083360;
	background: url('images/footer_background.gif') #fff repeat-x 0px 1px;
	font-family: tahoma, arial, sans-serif;
	font-weight: bold;
	text-align: center;
}

#footer_links a {
	color: #083360;
	text-decoration: none;
	background-color: inherit;
}

#footer_links a:hover {
	color: #185799;
	background-color: inherit;
}

#footer_links ul {
	margin: 0px auto;
	padding: 0px 0px 0px 330px;
	text-align: center;
}

#footer_links li {
	padding: 0px 12px 0px 10px;
	color: inherit;
	/*background: url('images/footer_links_div.gif') #fff no-repeat 100% 100%;*/
	text-transform: lowercase;
	float: left;
}

#footer_links li.last {
	padding-right: 10px;
	background: none;
}


/* Page Footer */

#page_footer {
	padding: 15px 20px 0px;
	color: #000;
	background-color: #fff;
	font-family: tahoma, arial, sans-serif;
	font-weight: normal;
	text-align: center;
}

#page_footer a {
	color: #000;
	background-color: inherit;
}

#banner-bottom{
	text-align:center;
	padding-top: 20px;
}

#page_footer a:hover {
	color: #5c5c5c;
	background-color: inherit;
}

form {
	font-weight:bold;
	text-align:left;
}

form h3{
	font-size:16px;
	text-decoration:underline;
	padding-top: 20px;
}


.twitter_feeds{
	float: left;
	padding-left: 10px;
	width:300px;
	height:400px;
}

.product_desc{
	font-size:16px;	
	padding:4px;
}
