@charset "utf-8";
/* CSS Document */

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;
}

img { -ms-interpolation-mode: bicubic; }


ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: 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;
}

body{
margin:0;
}

.slider{
width:780px;
height:237px;
}

.slider img{
width:780px;
height:237px;
}

#container{
width:780px;
}

.break{
height:8px;
}

.logo{
margin-bottom:15px;
float:left;
}

.clear{
clear:both;
}

.nav_wrap{
margin-top:0px;
}

#nav li{
list-style:none;
float:left;
width:103px;
height:59px;
padding:1px;
border:1px solid #F0F0F0;
margin-right:5px;
cursor:pointer;
-webkit-box-shadow:0 0 10px rgba(0,0,0,0.1);
background:#F0F0F0;
}

#nav li:hover{
background:#77A8D9;
}

.last{
margin-right:0px;
}

.activeSlide{
background:#77A8D9;
}



.menu_blue{
background:#1a65ad;
/*background:-webkit-gradient(linear, 0% 0%, 0% 90%, from(rgba(1, 84, 164, 0.7)), to(rgba(1, 84, 164, 0.9)));
background:-moz-linear-gradient(top,bottom,from(rgba(1, 84, 164, 0.7)), to(rgba(1, 84, 164, 0.9)));*/
}

.menu_blue:hover{
background:#518ac1;
/*background:-webkit-gradient(linear, 0% 0%, 0% 90%, from(rgba(1, 84, 164, 0.5)), to(rgba(1, 84, 164, 0.7)));
background:-moz-linear-gradient(top,bottom,from(rgba(1, 84, 164, 0.5)), to(rgba(1, 84, 164, 0.7)));*/
}

.menu_pink{
background:#e91b92;
/*background:-webkit-gradient(linear, 0% 0%, 0% 90%, from(rgba(231, 2, 134, 0.7)), to(rgba(231, 2, 134, 0.9)));
background:-moz-linear-gradient(top,bottom,from(rgba(231, 2, 134, 0.7)), to(rgba(231, 2, 134, 0.9)));
*/
}

.menu_pink:hover{
background:#ee4daa;
/*background:-webkit-gradient(linear, 0% 0%, 0% 90%, from(rgba(231, 2, 134, 0.5)), to(rgba(231, 2, 134, 0.7)));
background:-moz-linear-gradient(top,bottom,from(rgba(231, 2, 134, 0.5)), to(rgba(231, 2, 134, 0.7)));
*/
}

.menu_green{
background:#81ac50;
/*background:-webkit-gradient(linear, 0% 0%, 0% 90%, from(rgba(115, 163, 61, 0.7)), to(rgba(115, 163, 61, 0.9)));
background:-moz-linear-gradient(top,bottom,from(rgba(115, 163, 61, 0.7)), to(rgba(115, 163, 61, 0.9)));*/
}

.menu_green:hover{
background:#9dbe77;
/*background:-webkit-gradient(linear, 0% 0%, 0% 90%, from(rgba(115, 163, 61, 0.5)), to(rgba(115, 163, 61, 0.7)));
background:-moz-linear-gradient(top,bottom,from(rgba(115, 163, 61, 0.5)), to(rgba(115, 163, 61, 0.7)));*/
}

.menu_purple{
background:#854ab4;
/*background:-webkit-gradient(linear, 0% 0%, 0% 90%, from(rgba(120, 54, 172, 0.7)), to(rgba(120, 54, 172, 0.9)));
background:-moz-linear-gradient(top,bottom,from(rgba(120, 54, 172, 0.7)), to(rgba(120, 54, 172, 0.9)));*/
}

.menu_purple:hover{
background:#a173c5;
/*background:-webkit-gradient(linear, 0% 0%, 0% 90%, from(rgba(120, 54, 172, 0.5)), to(rgba(120, 54, 172, 0.7)));
background:-moz-linear-gradient(top,bottom,from(rgba(120, 54, 172, 0.5)), to(rgba(120, 54, 172, 0.7)));*/
}


.menu{
float:right;
margin-top:15px;
}

.menu ul li{
list-style-type:none;
display:inline;
margin-left:7px;
}

.menu ul li a{
font-family:Arial, Helvetica, sans-serif;
color:#fff;
padding:10px 12px;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
font-size:12px;
text-align:center;
text-decoration:none;
display:inline-block;
-webkit-box-shadow:1px 1px 4px #ccc;
-moz-box-shadow:1px 1px 4px #ccc;
box-shadow:1px 1px 4px #ccc;
}

