/*
Theme Name: 
Theme URI: 
Description : 
Version: 
Start: 
Author: 
Author URI: 
*/



/* `Eric Meyer's Reset taken from: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ 
----------------------------------------------------------------------------------------------------*/

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;
}
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: "" "";
}

/* `Global
----------------------------------------------------------------------------------------------------*/

body {
	font-family: Arial, Helvetica, sans-serif ; font-size: 13px; line-height: 18px; color: #333;
	background: #002F68 url(../images/bg.jpg) repeat-x;
}


#container {
	width: 960px; margin: 0 auto;
}

.clear:after {
	content: ""; display: block; clear: both;
}
	.clear { zoom: 1; } 
	
html { overflow-y:scroll; }

.left {
	float: left;
}
.right {
	float: right;
}

a.button {
	display: block; height: 24px; padding: 5px 0 0 0; margin-top: 20px;
	background-color: #FF3333; color: #fff; font-size: 15px; font-style: italic; text-decoration: none; text-align: center;
}
a:hover {
	text-decoration: underline;
}

/* `Header
----------------------------------------------------------------------------------------------------*/

#header {
	margin-top: 40px;
}
	#header h1 a {
		display: block; width: 311px; height: 78px; background: url(../images/alpha-toys-logo.gif); text-indent: -9999px;
	}

	#header ul#nav {
		background: url(../images/navigation.gif) no-repeat;
		clear: both; height: 59px; padding: 18px 0 0 50px; 
	}
		#header ul#nav li {
			float: left; margin: 0 30px 0 0; 
		}
			#header ul#nav li a {
				color: #fff; font-size: 14px; text-transform: uppercase; text-decoration: none;
			}
				#header ul#nav li a:hover {
					border-bottom: 1px solid #fff; padding-bottom: 2px;
				}

/* `Content
----------------------------------------------------------------------------------------------------*/

#content #feature-product {
	width: 657px; height: 331px; 
	padding: 20px 10px 20px 30px;
	float: left; position: relative;
}
#content #feature-product .transimg {
	position: absolute; left:0; top:0;
	behavior:url(css/iepngfix_v2/iepngfix.html);
	z-index:-1;
}

	#content #feature-product h2 {
		font-weight: bold; font-size: 30px; line-height: 36px; color: #0099ff;
	}
	#content #feature-product p {
		margin: 10px 0;
	}
	#content #feature-product a.button {
		width: 295px;
	}
	#content #feature-product img.left {
		margin: 20px 15px 10px 0;
	}
	#content #feature-product img.right {
		margin-left: 10px;
	}
	#content #feature-product a.button {
		position: absolute; bottom: 20px;
	}

#content #feature-toys {
	clear: both; padding-top: 20px;
}
	
	#content #feature-toys h2 {
		font-weight: bold; font-size: 30px; line-height: 36px; color: #fff; margin: 0 0 20px 25px;
	}	
	#content #feature-toys .feature-toys {
		width: 216px; height: 316px; float: left;  position: relative; margin-left: 30px;
		background: url(../images/bg-feature-toys.gif) no-repeat; /*padding: 7px 20px 20px 9px;*/
	}
		#content #feature-toys .feature-toys.first {
			margin-left: 0px;
		}
		#content #feature-toys .feature-toys img {
			display: block; margin: 8px auto;
		}
		#content #feature-toys .feature-toys h4,#content #feature-toys .feature-toys small {
			padding: 0 15px;
		}
		#content #feature-toys .feature-toys h4 {
			font-size: 20px; line-height: 24px; color: #ff0000;
		}
		#content #feature-toys .feature-toys small {
			font-size: 14px; line-height: 21px; color: #333;
		}
		#content #feature-toys .feature-toys a.button {
			width: 185px; left: 15px; position: absolute; bottom: 18px;
		}
		
/* `Sidebar
----------------------------------------------------------------------------------------------------*/

#sidebar {
 width: 220px; float: right;
}

#sidebar .back {
 width: 220px; float: right; margin-top:20px;
 behavior:url(css/iepngfix_v2/iepngfix.html);
 background: url(../images/sidebar-bg-transparent.png) left bottom no-repeat;
}
 	#sidebar h3 {
 	 font-weight: bold; font-size: 24px; color: #fff; margin:20px 0 0 25px;
 	}
 	
	#sidebar ul {
	  background-color: #FF3333; margin:8px 0 8px 8px; width: 159px;/* width + margin  */
	  padding: 10px 20px 10px 20px;
	}
		#sidebar ul li {
			border-bottom: 1px solid #fff; margin:5px 0; padding-bottom: 8px;
		}
			#sidebar ul li:last-child {
				border: none; padding-bottom: 5px;
			}
			
			#sidebar ul li a {
				text-decoration: none; color: #fff; font-size: 12px; text-transform: uppercase;
				display: block;
			}
				#sidebar ul li a:hover {
					text-decoration: none; color: #fff; font-size: 12px; text-transform: uppercase;
					padding-left: 10px;
				}


/* `Footer
----------------------------------------------------------------------------------------------------*/

#footer {
	background: url(../images/bg-footer.jpg) no-repeat; padding: 0 25px; margin: 20px 0 0 10px;
}
	#footer h5 {
		font-size: 22px; font-weight: bold; line-height: 26px; color: #003366; padding: 20px 0 20px 10px;
	}
	#footer h6 {
		float: left; margin-right: 30px;
	}
	#footer h6 a {
		display: block; text-indent: -9999px;
	}
		#footer h6.siku a {
			width: 58px; height: 58px; background: url(../images/siku-logo.jpg) no-repeat;
		}
		#footer h6.bullyland a {
			width: 182px; height: 91px; background: url(../images/bullyland-logo.jpg) no-repeat;
		}
		#footer h6.kids-globe-farming a {
			width: 136px; height: 103px; background: url(../images/kids-globe-farming-logo.jpg);
		}
	#footer p {
		clear: both; padding: 20px 0;
	}
	#footer a {
		color: #FF3333; text-decoration: none;
	}	
		#footer a:hover {
			text-decoration: underline;
		}

