/***************************************************
				      GLOBAL
***************************************************/
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: 0px;
	padding: 0px;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	
	text-decoration:none;
}
body {
	background-color: #ffffff;
	font-size: 12px;
	color: #4f4d3e;
	line-height: 17px;
	font-style: inherit;
	font-weight: inherit;
	background-position: left top;
}

a {
	text-decoration: none;
	color: #31b8da;
}
a:hover {
	text-decoration: underline;
}

#container {
	width: 1024px;
	background-color: #fff;
	border: 1px none #EEEEEE;
	color: #aeaeae;
	margin:auto auto;
}

/****************************
		HOME SLIDER
****************************/
#slider-accordion {
	height:340px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#slider-accordion img {
	border:none;
}
.slide	{
	list-style:none;
	height:340px;
	display:block;
}
.slide li 	{
	float:left;
	display:inline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	height: 340px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.slide .desc {
/*	background-image: url(../images/transparent_bg.png);
	background-repeat: repeat;
	*/height: 60px;
	width: 687px;
	position: absolute;
	left: 46px;
	bottom: 0px;
	padding: 20px;
	color: #CCCCCC;
}
.slide .desc a {
	position: absolute;
	float: right;
	top: 65px;
	right: 19px;
	color:#333;
	font-family: 'Rokkitt';
	font-size:32px;
	
	
	
}

