@charset "UTF-8";
/*
----------------------------
RESET
----------------------------
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*
----------------------------
MAIN
----------------------------
*/
html, body {
	height:100%
}
body {
	margin:0px;
	padding:0px;
	background-image:url(http://www.slapdowngames.net/images/background.gif);
}
#wrapper {
	width:100%;
	height:100%;
	position:relative;
}
#content {
	position:relative;
	width:902px;
	left:50%;
	margin-left:-451px;
	min-height:400px;
}
#header {
	position:relative;
	width:100%;
	height:80px;
	padding-top: 20px;
}
#editableContent {
	position:relative;
	top: 20px;
	width:100%;
	min-height: 400px;
}
#footer {
	position:relative;
	top:60px;
	height:20px;
	clear:both;
	text-align:left;
	/*border-top:1px;
	border-top-style:solid;
	border-top-color:#666;*/
}
#footer p {
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	line-height:12px;
	color:#666;
}
#footer a {
	font-size:9px;
	text-decoration:none;
}
#footer a:link {
	text-decoration:none;
	color:#036;
}
#footer a:hover {
	text-decoration:underline;
}
#footer a:visited {
	color:#036;
}
/*
----------------------------
PARAGRAPH STYLES
----------------------------
*/
p {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color:#333;
}
h1 {
	font-family:Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color:#333;
}
h2 {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height:20px;
	font-weight:bold;
	color:#333;
}
h3 {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height:20px;
	font-weight:bold;
	padding-top:20px;
	text-align:center;
	color:#333;
}
h4 {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#333;
}
a {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color:#333;
	text-decoration:none;
}
a:link {
	color:#036;
	text-decoration:none;
}
a:visited {
	color:#036;
	text-decoration:none;
}
a:hover {
	color:#036;
	text-decoration:underline;
}
/*
----------------------------
MENU STYLES
----------------------------

CSS defines actions of menu bar and buttons within. Menu buttons are pure CSS so all that
is needed in the div is a link with no text.
*/
/*--------Menu div and button div ---------*/
#menu_div {
	position: relative;
	height: 37px;
	width: 902px;
	left: 0px;
	top: 10px;
	background-color: #000;
	background-image: url(http://www.slapdowngames.net/images/menu_bg.gif);
	background-repeat: no-repeat;
}
.menu_buttons {
	position: relative;
	height: 27px;
	width: 890px;
	left: 6px;
	top: 5px;
}
.menu_buttons li {
	display:inline;
}
/* --------- HOME ROLLOVER DIV ------------*/
#home a {
	position: absolute;
	height: 27px;
	width: 98px;
	left: 0px;
	top: 0px;
	background-repeat:no-repeat;
	background-image:url(http://www.slapdowngames.net/images/menu_home_up.gif);
	display:block;
}
#home a:link {
	background-image:url(http://www.slapdowngames.net/images/menu_home_up.gif);
}
#home a:hover {
	background:none;
	/*background-image:url(http://www.slapdowngames.net/images/menu_home_hover.gif);*/
}
#home_active {
	position: absolute;
	height: 27px;
	width: 98px;
	left: 0px;
	top: 0px;
	background-repeat:no-repeat;
	background-image:url(http://www.slapdowngames.net/images/menu_home_active.gif);
	display:block;
}
/* --------- GAMES ROLLOVER DIV ------------*/
#games a {
	position: absolute;
	height: 27px;
	width: 98px;
	left: 98px;
	top: 0px;
	background-repeat:no-repeat;
	background-image:url(http://www.slapdowngames.net/images/menu_games_up.gif);
	display:block;
}
#games a:link {
	background-image:url(http://www.slapdowngames.net/images/menu_games_up.gif);
}
#games a:hover {
	background:none;
	/*background-image:url(http://www.slapdowngames.net/images/menu_games_hover.gif);*/
}
#games_active {
	position: absolute;
	height: 27px;
	width: 98px;
	left: 98px;
	top: 0px;
	background-repeat:no-repeat;
	background-image:url(http://www.slapdowngames.net/images/menu_games_active.gif);
	display:block;
}
/* --------- NEWS ROLLOVER DIV ------------*/
#news a {
	position: absolute;
	height: 27px;
	width: 98px;
	left: 196px;
	top: 0px;
	background-repeat:no-repeat;
	background-image:url(http://www.slapdowngames.net/images/menu_news_up.gif);
	display:block;
}
#news a:link {
	background-image:url(http://www.slapdowngames.net/images/menu_news_up.gif);
}
#news a:hover {
	background:none;
	/*background-image:url(http://www.slapdowngames.net/images/menu_news_hover.gif);*/
}
#news_active a {
	position: absolute;
	height: 27px;
	width: 98px;
	left: 196px;
	top: 0px;
	background-repeat:no-repeat;
	background-image:url(http://www.slapdowngames.net/images/menu_news_active.gif);
	display:block;
}
#news_active a:link {
	background-repeat:no-repeat;
	background-image:url(http://www.slapdowngames.net/images/menu_news_active.gif);
	display:block;
}
#news_active a:hover {
	background-repeat:no-repeat;
	background-image:url(http://www.slapdowngames.net/images/menu_news_hover.gif);
	display:block;
}
/* --------- FORUM ROLLOVER DIV ------------*/
#forum a {
	position: absolute;
	height: 27px;
	width: 98px;
	left: 294px;
	top: 0px;
	background-repeat:no-repeat;
	background-image:url(http://www.slapdowngames.net/images/menu_forum_up.gif);
	display:block;
}
#forum a:link {
	background-image:url(http://www.slapdowngames.net/images/menu_forum_up.gif);
}
#forum a:hover {
	background:none;
	/*background-image:url(http://www.slapdowngames.net/images/menu_forum_hover.gif);*/
}
#forum_active {
	position: absolute;
	height: 27px;
	width: 98px;
	left: 294px;
	top: 0px;
	background-repeat:no-repeat;
	background-image:url(http://www.slapdowngames.net/images/menu_forum_active.gif);
	display:block;
}
/* --------- GAMECARDS ROLLOVER DIV ------------*/
#gamecards a {
	position: absolute;
	height: 27px;
	width: 98px;
	left: 392px;
	top: 0px;
	background-repeat:no-repeat;
	background-image:url(http://www.slapdowngames.net/images/menu_gamecards_up.gif);
	display:block;
}
#gamecards a:link {
	background-image:url(http://www.slapdowngames.net/images/menu_gamecards_up.gif);
}
#gamecards a:hover {
	background:none;
	/*background-image:url(http://www.slapdowngames.net/images/menu_gamecards_hover.gif);*/
}
#gamecards_active {
	position: absolute;
	height: 27px;
	width: 98px;
	left: 392px;
	top: 0px;
	background-repeat:no-repeat;
	background-image:url(http://www.slapdowngames.net/images/menu_gamecards_active.gif);
	display:block;
}
/* --------- ABOUT US ROLLOVER DIV ------------*/
#aboutUs a {
	position: absolute;
	height: 27px;
	width: 98px;
	left: 490px;
	top: 0px;
	background-repeat:no-repeat;
	background-image:url(http://www.slapdowngames.net/images/menu_aboutUs_up.gif);
	display:block;
}
#aboutUs a:link {
	background-image:url(http://www.slapdowngames.net/images/menu_aboutUs_up.gif);
}
#aboutUs a:hover {
	background:none;
	/*background-image:url(http://www.slapdowngames.net/images/menu_aboutUs_hover.gif);*/
}
#aboutUs_active {
	position: absolute;
	height: 27px;
	width: 98px;
	left: 490px;
	top: 0px;
	background-repeat:no-repeat;
	background-image:url(http://www.slapdowngames.net/images/menu_aboutUs_active.gif);
	display:block;
}
/* --------- SUPPORT ROLLOVER DIV ------------*/
#support a {
	position: absolute;
	height: 27px;
	width: 98px;
	left: 588px;
	top: 0px;
	background-repeat:no-repeat;
	background-image:url(http://www.slapdowngames.net/images/menu_support_up.gif);
	display:block;
}
#support a:link {
	background-image:url(http://www.slapdowngames.net/images/menu_support_up.gif);
}
#support a:hover {
	background:none;
	/*background-image:url(http://www.slapdowngames.net/images/menu_support_hover.gif);*/
}
#support_active {
	position: absolute;
	height: 27px;
	width: 98px;
	left: 588px;
	top: 0px;
	background-repeat:no-repeat;
	background-image:url(http://www.slapdowngames.net/images/menu_support_active.gif);
	display:block;
}
/* --------- CONTACT US ROLLOVER DIV ------------*/
#contactUs a {
	position: absolute;
	height: 27px;
	width: 98px;
	left: 686px;
	top: 0px;
	background-repeat:no-repeat;
	background-image:url(http://www.slapdowngames.net/images/menu_contactUs_up.gif);
	display:block;
}
#contactUs a:link {
	background-image:url(http://www.slapdowngames.net/images/menu_contactUs_up.gif);
}
#contactUs a:hover {
	background:none;
	/*background-image:url(http://www.slapdowngames.net/images/menu_contactUs_hover.gif);*/
}
#contactUs_active {
	position: absolute;
	height: 27px;
	width: 98px;
	left: 686px;
	top: 0px;
	background-repeat:no-repeat;
	background-image:url(http://www.slapdowngames.net/images/menu_contactUs_active.gif);
	display:block;
}
/* ------ End div for menu. No link --------*/
#menu_end {
	position: absolute;
	height: 27px;
	width: 106px;
	left: 784px;
	top: 0px;
	background-repeat:no-repeat;
	background-image:url(http://www.slapdowngames.net/images/menu_end.gif);
	display:block;
}

/*--------- FORM STYLES --------*/
.textarea {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	line-height:18px;
	color:#333;
	background-image:url(../images/background.gif);
	background-color:#FFF;
	border-style:solid;
	border-width:1px;
	border-color:#333;
	padding:3px;
	margin-top:3px;
}
.input {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#333;
	background-image:url(../images/background.gif);
	border-style:solid;
	border-width:1px;
	border-color:#333;
	padding:3px;
	margin-top:3px;
}
.button {
	width:120px;
	height:25px;
	background-color:#FFF;
	border-style:solid;
	border-width:1px;
	border-color:#333;
	padding-bottom:1px;
}
.button:hover {
	background-color:#000;
	color:#FFF;
	border-color:#000;
}
.button_praise {
	width:120px;
	height:25px;
	color:#000;
	background-color:#C90;
	border-style:solid;
	border-width:1px;
	border-color:#333;
	padding-bottom:1px;
}
.button_praise:hover {
	background-color:#CC6;
	color:#000;
	border-color:#000;
}
/*--------- NEWS TICKER --------*/
#news_ticker_bg {
	position:relative;
	height: 27px;
	width: 902px;
	left: 0px;
	top: 8px;
	background-image: url(http://www.slapdowngames.net/images/main_news_bar.gif);
	background-repeat: no-repeat;
}
#news_ticker {
	position:relative;
	height: 15px;
	width: 900px;
	left: 1px;
	top: 5px;
}
#news_ticker a {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color:#FFF;
}
#news_ticker a:link {
	text-decoration:underline;
}
#news_ticker a:hover {
	text-decoration:none;
}
#news_ticker h4 {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight:normal;
	color:#FFF;
	padding-left:9px;
	padding-top:3px;
}
/*-------- RSS icon div ----------*/
#news_rss a {
	position:relative;
	width: 49px;
	height: 38px;
	top: -24px;
	left: 840px;;
	display:block;
}
/*--------- INDEX DIVS -----------*/
#index_featured {
	position:relative;
	top:25px;
	width:900px;
	height:27px;
	background-image:url(http://www.slapdowngames.net/images/titleBar_middle.gif);
}
#index_flash {
	position: relative;
	width:900px;
	height:300px;
	top:35px;
}
#index_games {
	position:relative;
	top:55px;
	width:600px;
	height:27px;
	background-image:url(http://www.slapdowngames.net/images/titleBar_middle.gif);
}
#index_gamesContent {
	position:relative;
	top:65px;
	width:600px;
	height:165px;
}
#index_gamecards {
	position:relative;
	top:28px;
	width:292px;
	height:27px;
	background-image:url(http://www.slapdowngames.net/images/titleBar_middle.gif);
	float:right;
}
#index_gamecardsContent {
	position:relative;
	top:-104px;
	width:292px;
	height:165px;
	float:right;
}
#index_gamecardsText {
	position:relative;
	top:-185px;
	width:190px;
	height:100px;
	float:left;
}
#index_gamecardsText h2 {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height:20px;
	font-weight:normal;
	color:#333;
	padding-left:10px;
}
/*--------- GAMES DIVS -----------*/
#games_gamesTitle {
	position:relative;
	height: 27px;
	width: 902px;
	left: 0px;
	top: 8px;
	background-image: url(http://www.slapdowngames.net/images/main_news_bar.gif);
	background-repeat: no-repeat;
}
#games_gamesContent {
	position:relative;
	min-height:400px;
	width: 900px;
	left: 0px;
	top: 14px;
}
#games_gamesContent p {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color:#333;
	padding-right:0px;
	padding-left:10px;
}
#games_gamesContent h1 {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 22px;
	font-weight:bold;
	text-align:left;
	padding-top:10px;
	padding-bottom:10px;
	color:#333;
}
#games_gamesContent a {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color:#333;
	text-decoration:none;
}
#games_gamesContent a:link {
	color:#036;
	text-decoration:none;
}
#games_gamesContent a:visited {
	color:#036;
	text-decoration:none;
}
#games_gamesContent a:hover {
	text-decoration:underline;
}
.games_game {
	position:relative;
	width: 900px;
	min-height:320px;
	margin-bottom:25px;
	padding-bottom:10px;
	border-bottom-style:solid;
	border-bottom-color:#333;
	border-bottom-width:1px;
}
.games_game img {
	padding:10px;
}
/*--------- GAMECARDS DIVS -----------*/
#gamecards_gamecardsTitle {
	position:relative;
	height: 27px;
	width: 902px;
	left: 0px;
	top: 8px;
	background-image: url(http://www.slapdowngames.net/images/main_news_bar.gif);
	background-repeat: no-repeat;
}
#gamecards_gamecardsContent {
	position:relative;
	min-height:400px;
	width: 900px;
	left: 0px;
	top: 18px;
}
#gamecards_gamecardsContent p {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color:#333;
}
#gamecards_gamecardsContent h1 {
	font-family:Helvetica, Arial, sans-serif;
	font-size: 22px;
	font-weight:bold;
	color:#333;
	padding-top:10px;
	padding-bottom:10px;
}

#gamecards_gamecardsContent h2 {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 15px;
	line-height:22px;
	font-weight:bold;
	color:#333;
	padding-top:10px;
	padding-right:200px;
	padding-bottom:10px;
}
#gamecards_gamecardsContent a {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color:#333;
	text-decoration:none;
}
#gamecards_gamecardsContent a:link {
	color:#036;
	text-decoration:none;
}
#gamecards_gamecardsContent a:visited {
	color:#036;
	text-decoration:none;
}
#gamecards_gamecardsContent a:hover {
	text-decoration:underline;
}
.gamecards_card {
	position:relative;
	text-align:center;
	width: 430px;
	float:left;
	margin-top:20px;
	margin-bottom:20px;
	margin-right:20px;
}
/*--------- ABOUT US DIVS -----------*/
#aboutUs_aboutUsTitle {
	position:relative;
	height: 27px;
	width: 902px;
	left: 0px;
	top: 8px;
	background-image: url(http://www.slapdowngames.net/images/main_news_bar.gif);
	background-repeat: no-repeat;
}
#aboutUs_aboutUsContent {
	position:relative;
	min-height:400px;
	width: 900px;
	left: 0px;
	top: 18px;
}
#aboutUs_images {
	position:relative;
	min-height:400px;
	width: 455px;
	float:right;
}
#aboutUs_images img {
	padding-bottom:10px;
}
#aboutUs_aboutUsContent p {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	line-height:16px;
	color:#333;
	padding-left:20px;
	padding-right:120px;
}
#aboutUs_aboutUsContent h1 {
	font-family:Helvetica, Arial, sans-serif;
	font-size: 22px;
	font-weight:bold;
	color:#333;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:20px;
}
#aboutUs_aboutUsContent a {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color:#036;
	text-decoration:none;
}
#aboutUs_aboutUsContent a:link {
	text-decoration:none;
}
#aboutUs_aboutUsContent a:hover {
	text-decoration:underline;
}
/*--------- SUPPORT DIVS -----------*/
#support_supportTitle {
	position:relative;
	height: 27px;
	width: 902px;
	left: 0px;
	top: 8px;
	background-image: url(http://www.slapdowngames.net/images/main_news_bar.gif);
}
#support_supportContent {
	position:relative;
	min-height:400px;
	width: 870px;
	left: 0px;
	top: 28px;
	margin-left:15px;
}
#support_supportContent p {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color:#333;
}
#support_supportContent h1 {
	font-family:Helvetica, Arial, sans-serif;
	font-size: 22px;
	font-weight:bold;
	color:#333;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
}
#support_supportContent a {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color:#036;
	text-decoration:none;
}
#support_supportContent a:link {
	text-decoration:none;
}
#support_supportContent a:hover {
	text-decoration:underline;
}
/*
_________________________________
IE PNG FIX
_________________________________
*/
img, div { behavior: url(http://www.slapdowngames.net/Scripts/iepngfix.htc) }