body {
	margin: 0px;
	padding: 0px;
	background: #fff url('../images/bg.gif') repeat-x;
	color: #666;
	font-family: Arial;
	font-size: 12px;
}

#header {
	background: url('../images/header.jpg') no-repeat;
	width: 951px;
	margin: 20px 20px 0px 25px;
}
#logo {
	float: left;
	margin-top: -70px;
}
#nav {
	margin-top: 20px;
	background: url('../images/nav.jpg') no-repeat;
	height: 48px;
	overflow: hidden;
}
#nav ul {
	margin: 16px 12px 12px 12px;
	padding: 0px;
}
#nav li {
	float: left;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav a {
	padding: 8px 15px 8px 15px;
	color: #7F7F7F;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	
	border-width: 0px 1px 0px 0px;
	border-style: solid;
	border-color: #fabc0e;
}
#nav a:hover {
	color: #111;
}
#nav .s {
	float: right;
}
#nav .s a {
	border-width: 0px 0px 0px 1px;
	border-style: solid;
	border-color: #fabc0e;
}


#wrap {
	background: url('../images/white_top.png') no-repeat;
	width: 1000px;
	margin: 80px auto 20px auto;
}

#main {
	margin: 20px 25px 30px 25px;
}

#box-left {
	width: 640px;
	float: left;
}
#box-right {
	width: 300px;
	float: right;
}

#splash {
	width: 637px;
	height: 237px;
	background: url('../images/splash.gif') no-repeat;
	float: left;
}
	
#login {
	background: #BDE3EC url('../images/txt-login.jpg') no-repeat;
	background-position: 14px 20px;
	font-size: 11px;
	color: #666666;
	line-height: 26px;
	width: 300px;
	overflow: hidden;
}
	#login .t {
		background: url('../images/blue_top.jpg') no-repeat;
		height: 11px;
	}
	#login .b {
		background: url('../images/blue_bottom.jpg') no-repeat;
		height: 11px;
	}
	#login .c {
		margin-top: 10px;
	}
	#login .c a {
		font-weight: bold;
		color: #666;
		text-decoration: none;
	}
	#login .c a:hover {
		text-decoration: underline;
	}
	#login-form {
		margin: 40px 15px 15px 15px;
		
		border-width: 1px 0px 1px 0px;
		border-style: solid;
		border-color: #8DC2CE;
		
		padding: 10px 0px 10px 0px;
	}
	#login .c {
		margin: 15px;
	}
	#login-form br {
		clear: both;
	}
	#login input {
		font-family: Arial;
		color: #000000;
		font-size: 15px;
	}
	#login label {
		margin-right: 10px;
		float: left;
		width: 60px;
		text-transform: uppercase;
	}
	#login .i {
		font-family: Arial;
		border: 0px;
		
		border: 1px;
		border-style: solid;
		border-color: #5C828B;
		padding: 4px;
		
		margin-bottom: 5px;
	}
	#login #ls {
		margin-top: 5px;
		padding: 5px;
		border: 0px;
		background: #5C828B;
		color: #fff;
		text-transform: uppercase;
		font-weight: bold;
	}
	
#footer {
	color: #666;
	font-size: 11px;

	overflow: hidden;
	
	width: 66%;
	line-height: 18px;
}
#footer .nav {
	border-width: 1px 0px 1px 0px;
	border-style: solid;
	border-color: #ccc;
	padding: 10px 0px 10px 0px;
}
	#footer .content {
		margin: 15px;
	}
	
#footer a {
	text-decoration: none;
	color: #666;
}
	#footer a:hover {
		color: #84B9C5;
	}
#footer .nav a {
	color: #84B9C5;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-weight: bold;
}
	#footer .nav a:hover {
		color: #014961;
	}

#footer .nav ul {
	list-style-type: none;
	margin: 0px 15px 0px 0px;
	padding: 0px;
	width: 22%;
	float: left;
	
	border-width: 0px 1px 0px 0px;
	border-style: solid;
	border-color: #ccc;
	
	min-height: 70px;
	padding-top: 10px;
}
#footer .nav li {
	margin-right: 15px;
}





/* ----------------- */
.err {
	font-weight: bold;
	color: #ff0000;
}
.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
}
.line {
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #ccc;
	
	margin: 20px 0px 20px 0px;
}
h1 {
	font-family: Arial;
	font-size: 16px;
	margin: 0px;
}

img {
	border: 0px;
}
a {
	color: #5FB3CF;
}
a:hover {
	text-decoration: none;
}


#_c_modal_content_txt  {
	margin: 30px 15px 15px 15px;
	text-align: center;
	font-size: 17px;
	font-family: Arial;
	font-weight: bold;
	color: #207289;
}
#_c_modal_content_opts {
	text-align: center;
}
	#_c_modal_content_opts .isubmit {
		font-family: Arial;
		font-size: 14px;
		padding: 4px;
		width: auto;
		background: #60ACC0 !important;
		color: #fff;
	}

#_c_modal_content_ {
	display: block;
	visibility: visible;
}


#_c_modal_content_ {
	position: absolute;
	top: 10%;
	left: 10%;
	width: 398px;
	height: 250px;
	visibility: hidden;
	display: none;
	z-index: 1000;
	background: #A2D5E3;

	border-width: 8px 0px 0px 0px;
	border-style: solid;
	border-color: #207289;
}

#_c_modal_bg_ {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:100;
	width: 100%;
	height: 100%;
	background-color: #222;
	margin:0;
	padding:0;
	display: none;
	visibility: hidden;
}
#_c_modal_content_html {
	font-weight: bold;
	color: #666666;
}

#trans-message {
	margin: 50px 15px 15px 15px;
	text-align: center;
	font-size: 17px;
	font-family: Arial;
	font-weight: bold;
	color: #207289;
}

#trans-msg {
	position: absolute;
	top: 10%;
	left: 10%;
	width: 398px;
	height: 250px;
	visibility: hidden;
	display: none;

	background: #A2D5E3;

	border-width: 8px 0px 0px 0px;
	border-style: solid;
	border-color: #207289;
}

.isubmit {
	padding: 4px;
	font-weight: bold;
}


#trans-x {
	float: right;
	margin-right: 8px;
}
#trans-x a {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #207289;
}
#trans-x a:hover {
	color: #666666;
}



#toys .h , #featured .h {
	margin-bottom: 15px;
}


#toys {
	margin-top: 20px;
}
	#toys .l {
		background: #AAC56E;
		margin-right: 15px;
		width: 100px;
		float: left;
		text-align: center;
		color: #666;
		font-size: 11px;
		padding: 1px;
	}
	#toys span {
		display: block;
		background: #6F8448;
		color: #fff;
		padding: 2px;
	}


#featured {
	margin-top: 20px;
}
	#featured .l {
		background: #BDE3EC;
		margin-right: 15px;
		width: 100px;
		float: left;
		text-align: center;
		color: #666;
		font-size: 11px;
		padding: 1px;
	}
	#featured span {
		display: block;
		background: #014961;
		color: #fff;
		padding: 2px;
	}
	#featured .l img {
		width: 100px;
		height: 80px;
		overflow: hidden;
	}
#games {
	background: #FCAF13 url('../images/txt-games.jpg') no-repeat;
	background-position: 15px 20px;
	margin-top: 30px;
}
	#games .content {
		margin: 40px 15px 15px 15px;
	}
	#games .t {
		background: url('../images/orange_top.jpg') no-repeat;
		height: 19px;
	}
	#games .b {
		background: url('../images/orange_bottom.jpg') no-repeat;
		height: 19px;
	}
	#games h2 {
		color: #fff;
		margin: 0px 0px 10px 0px;
	}
	#games .line {
		border-color: #E49800;
	}
	#games span {
		background: #fff;
		overflow: hidden;
		height: 50px;
		display: block;
		margin-bottom: 15px;
		
		border: 1px;
		border-style: solid;
		border-color: #E49800;
	}
	#games a {
		color: #fff;
		text-transform: uppercase;
		font-weight: bold;
		text-decoration: none;
		font-size: 14px;
	}
	#games a:hover {
		text-decoration: underline;
	}



