/* ----------- GLOBAL 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, 
b, u, i, center, 
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;
vertical-align: baseline;
background: transparent;
font:13px/1.22 "trebuchet ms", verdana, arial, san-serif;
*font-size:small;
*font:x-small;
}

ol, ul {
list-style: none;
}

blockquote, q {
quotes: none;
}

.accessibility {
position: relative;
left: -9000px;
}

body {
	width: 899px;
	margin: 0 auto;
	background:#333333 url(/images/bg_tile.gif);
	//background-color: #000;
}

div.logoHeader {
	background:#333333 url(/images/bg_tile.gif);
	//background-color: #000000;
	width: 900px;
	//margin: 20px;
	padding: 0;
}

a.logoLink:link, a.logoLink:visited {
	background: url(/images/rcloudsoftware_logo_black_125_75.png) no-repeat;
	border: none;
	text-decoration:none;
	display: block;
	width: 125px;
	height: 75px;
}

a.logoLink:hover, a.logoLink:active {
	background: url(/images/rcloudsoftware_logo_black_spellwarsblue_125_75.png) no-repeat;
}


#wrapper {
	background-color: #fff;
}

#header {
	border: none;
	height: 279px;
	border-right: solid 1px #000;
}

#header img {
	border: none;
}

#main {
	width: 695px;
	float: left;
	margin: 0 0 0 40px;
	padding-bottom: 20px;
	border: none;
	background: url(/images/spellwars_sidebar.jpg) repeat-y top right;
} 

#main ul, #main p {
	margin: 0 140px 0 20px;
}

#main ul li {
	padding-bottom: 6px;
	list-style: disc;
}

h1 {
	font-size: 18px;
	padding-bottom: 8px;
	margin-top: 20px;
}

h3 {
	font-size: 16px;
	padding-bottom: 8px;
	margin-top: 10px;
}

p {
	padding-bottom: 8px;
}

.gameTitle {
	font-weight: 900;
	color: #0099cc;
}

a:link {color: #0099cc; text-decoration:none;}
a:visited {color: #0099cc; text-decoration:none;}
a:active {color: #7813BF; text-decoration:underline;}
a:hover {color: #7813BF; text-decoration:underline;}


#sidebar {
	width: 154px;
	float: left;
	margin: 0 0 0 10px;
}

#sidebar ul {
	position: relative;
}

#sidebar ul li {
	padding-bottom: 6px;
}

#footer {
	background:#333333 url(/images/bg_tile.gif);
	//background-color: #000;
	height: 100px;
	float: none;
	clear: both;
}

/* for bottom footerish links */

p.copyright {
	color: #a2d2e7;
	margin: 12px 0 12px 12px;
	padding-top: 12px;
}

a.mainNavLink:link {color: #d58a2d; text-decoration:none;}
a.mainNavLink:visited {color: #d58a2d; text-decoration:none;}
a.mainNavLink:active {color: #a2d2e7; text-decoration:underline;}
a.mainNavLink:hover {color: #a2d2e7; text-decoration:underline;}

#iconMenu{
	background:url(/images/iconMenu_bg.gif) repeat-x;
	height:75px;
	clear:both;
}
#iconMenu ul{
	list-style:none;
	margin:0 auto;
	padding:0;
	width:555px;
}
#iconMenu ul li{
	float:left;
	padding:6px 6px 0 6px;
	margin:0;
}
#iconMenu ul li.activeTab{
	background:url(/images/iconMenu_active.gif) no-repeat;
}
#iconMenu ul li a{
	padding:5px 5px 0 5px;
}
#iconMenu ul li a img{
	padding-top:5px;
}
