/***** Start Eric Meyer Reset Reloaded DONT TOUCH *****/

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;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/***** End Eric Meyer Reset Reloaded DONT TOUCH *****/


/***** Start General Tag Styles *****/

body{
	background-color: #333366;
	font-family: Arial, sans-serif;
	color: #fff;
}

#container{
	position: relative;
	width: 800px;
	margin: 20px auto;
}

p{
	margin-bottom: 1em;
}
h1{
	margin-bottom: 1em;
}

h2 {
	color:#fd9a34;
	font-size:14;
	font-weight:bold;
}

#header{
	background-image: url('../_images/layout/header.png');
	height: 217px;
	width: 800px;
}
#menu{
	position: absolute;
	top: 130px;
	left: 180px;
	width: 620px;
	font-size: 11px;
}
#menu ul li{
	float: left;
	width: 85px;
	height: 80px;
}
#menu ul li:hover{
}
#menu ul li#menu_home:hover{
	background-image: url('../_images/layout/menu_home_hover.png');
	background-position: 10px 20px; /* right down */
	background-repeat: no-repeat;
}
#menu ul li#menu_devil_sticks:hover{
	background-image: url('../_images/layout/menu_home_hover.png');
	background-position: 10px 20px; /* right down */
	background-repeat: no-repeat;
}
#menu ul li#menu_flying_discs:hover{
	background-image: url('../_images/layout/menu_home_hover.png');
	background-position: 10px 20px; /* right down */
	background-repeat: no-repeat;
}
#menu ul li#menu_about_us:hover{
	background-image: url('../_images/layout/menu_home_hover.png');
	background-position: 10px 20px; /* right down */
	background-repeat: no-repeat;
}
#menu ul li#menu_big_chillgrimage:hover{
	background-image: url('../_images/layout/menu_home_hover.png');
	background-position: 10px 20px; /* right down */
	background-repeat: no-repeat;
}
#menu ul li#menu_contact:hover{
	background-image: url('../_images/layout/menu_home_hover.png');
	background-position: 10px 20px; /* right down */
	background-repeat: no-repeat;
}
#menu ul li#menu_retail_outlets:hover{
	background-image: url('../_images/layout/menu_home_hover.png');
	background-position: 10px 20px; /* right down */
	background-repeat: no-repeat;
}
#menu ul li a{
	display: block;
	text-decoration: none;
	color: #fff;
	text-align: center;
	width: 85px;
	height: 80px;
}
#content{
	width: 800px;
	background-image: url('../_images/layout/content_bg.png');
	background-repeat: repeat-y;
	color: #FFF;
	line-height: 1.2em;
}
#content_wrapper{
	padding: 30px;
}

#sidebar{
	float: right;
	width: 89px;
	background-color: #434376;
	margin-left: 20px;
	margin-bottom: 20px;
	padding: 1em;
}
#sidebar img{
	border: 2px solid white;
	margin-bottom: 6px;
}

#footer{
	width: 800px;
	background-image: url('../_images/layout/footer.png');
	height: 26px;
}

.clear{
	clear: both;
}

/***** End General Tag Styles *****/