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;
}
/* The :focus pseudo-class is supported in all major browsers, except the fabulous Internet
Explorer. The :focus pseudo-class adds special style to an element that has keyboard
input focus*/


@charset "utf-8";
::selection                         { background: #F2F7FD; color: #BBEBFE; /* Safari */ }
::-moz-selection                    { background: #F2F7FD; color: #BBEBFE; /* Firefox */ }



body {
word-spacing: normal;
letter-spacing: 0;
margin: 0px;
font-size:12px;
background: #F7CD47;
font-family: 'Dosis', sans-serif;
color: #fff;
}

* :focus { outline: 0; } /* Removing Dotted Link Outline in CSS */

a {
  text-decoration: none;
  text-decoration:none;
  outline: none;
  color: #FFF;
}


a:hover {
  color: #F7CD47;
}

a:focus {
        outline: none;
}

:focus {
	outline: 0;
}



#content {
background: transparent url(../img/header_bg.png) repeat-x;
}

#wrapper {
clear: both; 
float:none; 
width:980px; 
margin:0 auto;
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -4em;

}


#footer, .push {
clear: both;

}


#footer a {
display: inline;

}

#header {
height: 180px;
}

#header h1.logo {

width: 293px;
height: 100px;
background: transparent url(../img/logo.png);
float: left;
margin: 35px 0 0 20px;
}

#footer {
height: 120px;
text-align: center;
bottom:0;
width:100%;
background: transparent url(../img/footer_bg.png) repeat-x bottom center;
}


#navi{
	float: right;
}


ul#nav {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#nav li{
	position: relative;
	display: inline;
	float: left;
}

#nav li.twe{
width: 110px;
height: 185px;
background: transparent url(../img/nav.png) -18px 0 no-repeat;
}

#nav li.mi3{
width: 110px;
height: 185px;
background: transparent url(../img/nav.png) -130px 0 no-repeat;
}

#nav li.mi6{
width: 110px;
height: 185px;
background: transparent url(../img/nav.png) -240px 0 no-repeat;
}

#nav li.sub{
width: 110px;
height: 185px;
background: transparent url(../img/nav.png) -350px 0 no-repeat;
}

#nav li.amp{
width: 110px;
height: 185px;
background: transparent url(../img/nav.png) -460px 0 no-repeat;
}


#nav li.blues{
width: 110px;
height: 185px;
background: transparent url(../img/series_nav.png) -245px -6px no-repeat;
}

#nav li.blacks{
width: 110px;
height: 185px;
background: transparent url(../img/series_nav.png) -18px -6px no-repeat;
}

#nav li.reds{
width: 110px;
height: 185px;
background: transparent url(../img/series_nav.png) -135px -6px no-repeat;
}

.shell { clear: both; float:none; width:980px; margin:0 auto; }



.slideshow_base{
background: transparent url(../img/slide-base.png) top center no-repeat;
width: 950px;
height:  450px;
padding: 23px 12px 0 15px;
}

.slideshow{
width: 940px;
height:  430px;
}



.slideshow_pro{
clear: both;
float: left;
}

.slideshowpro{
width: 250px;
height:  250px;
}

.slideshow_sam{
float: right;
}

.slideshowsam{
width: 699px;
height:  415px;
}

.pro_title { 
font-family: 'Salsa', cursive;
font-size: 20px;
text-align: right;
margin: 60px auto 20px;
        color: #fff;
        text-shadow: 0px 1px 0px #999, 0px 2px 0px #888, 0px 3px 0px #777, 0px 4px 0px #666, 0px 5px 0px #555, 0px 6px 0px #444, 0px 7px 0px #333, 0px 8px 7px #001135;

}

.fadein { position:relative; width:250px; height:250px;}
.fadein img { position:absolute; left:0; top:0; }


.proin { position:relative; width:699px; height:415px;}
.proin img { position:absolute; left:0; top:0; }

.fadein-js > * { position: absolute; top: 0; left: 0; }



.proline{
clear: both;
display: block;
padding: 5px;
border-bottom: 1px dashed #F2B90B;
height: 300px;
margin-bottom: 15px;
}

.prod{
width: 410px;
height: 320px;
float: left;

}


#slideshow {
  width: 600px;
  height: 200px;
}







.social{
	width: 250px;
	margin: 15px auto;
}

