/* http://meyerweb.com/eric/tools/css/reset/ 

   v2.0 | 20110126

   License: none (public domain)

*/



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, 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,

article, aside, canvas, details, embed, 

figure, figcaption, footer, header, hgroup, 

menu, nav, output, ruby, section, summary,

time, mark, audio, video {
	border: 0;
	font-size: 12px;
	vertical-align: baseline;
	padding: 0;
	font-family: "Century Gothic";
	color: #6699CC;
	text-align: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;

}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, 

footer, header, hgroup, menu, nav, section {

	display: block;

}

body {

	line-height: 1;

}

ol, ul {

	list-style: none;

}

/* END RESET */


a, a:link, a:visited{
	text-decoration: none;
	outline: none;
	font-family: "Calibri Light";
	font-weight: bold;
	font-size: 14px;

}

.green{
	color: #FFFFFF;
}

.white{

	color: #fff;

}

strong{
	font-family: "Calibri Light", Calibri;
	font-weight: normal;
	font-size: 18px;
	color: #EFEFEF;



}

/* END FONTS STYLES */

nav{
	clear: both;
	width: 970px;
	height: 50px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	background-color: #D34A1D;
	/* Safari 4+, Chrome 1-9 */

	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5fae53), to(#3b7c33));
	/* Safari 5.1+, Mobile Safari, Chrome 10+ */

	background-image: -webkit-linear-gradient(top, #5fae53, #3b7c33);
	/* Firefox 3.6+ */

	background-image: -moz-linear-gradient(top, #5fae53, #3b7c33);
	/* IE 10+ */

	background-image: -ms-linear-gradient(top, #5fae53, #3b7c33);
	/* Opera 11.10+ */

	background-image: none;
	border: 1px solid #CC3300;
	margin-top: 30px;
	margin-left: 0px;
	padding-left: 0px;

}

nav ul li{

	float: left;

	border-right-width: 1px;

	border-left-width: 1px;

	border-right-style: solid;

	border-left-style: solid;

	border-right-color: #D34A1D;

	border-left-color: #D34A1D;

}

nav ul li.home{

	border-left: none;

	text-indent: -9999px;

	background: url(images/Main/home.png) no-repeat 50% 50%;

}



nav ul li.last{

	border-left: none;

	border-right: none;

	float: right;

	margin-right: 20px;

}

nav ul li a{
	display: block;
	padding: 0 20px;
	height: 50px;
	line-height: 50px;
	font-size: 15px;
	color: #fff;
	text-shadow: 0 1px 0 #387031;
}

nav ul li a:hover{
	background-color: #FFFFFF;
	color: #000000;

}


nav ul li.home a:hover{

	-webkit-border-top-left-radius: 30px;

	-webkit-border-bottom-left-radius: 30px;

	border-top-left-radius: 30px;

	border-bottom-left-radius: 30px;

	background-color: #666666;

	background-image: url(images/Main/home.png);

	background-repeat: no-repeat;

	background-position: 50% 50%;

}

nav ul li div input[type=text]{

	-webkit-border-radius: 20px;

	-moz-border-radius: 20px;

	color: #fff;

	text-shadow: 0 1px 0 #387031;

	padding: 5px 0 5px 5px;

	width: 200px;

	background-color: #D34A1D;

	border-top-width: 1px;

	border-bottom-width: 1px;

	border-top-style: solid;

	border-right-style: solid;

	border-bottom-style: solid;

	border-left-style: solid;

	border-top-color: #FFFFFF;

	border-bottom-color: #FFFFFF;

	border-right-color: #FFF;

	border-left-color: #FFF;

	border-right-width: 1px;

	border-left-width: 1px;

}

nav ul li div input[type=text]:focus{

	outline: none;

}



/* TO STYLE PLACE HOLDER */

::-webkit-input-placeholder {

   color: #fff;

}

:-moz-placeholder {  

   color: #fff;   

}



nav ul li div input[type=submit]{

	background: url(images/Main/search.png) no-repeat 50% 50%;

	border: none;

	text-indent: -999999px;

	margin-left: 5px;

	height: 50px;

	width: 16px;

}



/* END HEADER */


/* SLIDES */

#slides{

	position: relative;

	margin-top: 30px;

}

.slides_container{

	height: 315px;

}

.slide-right{

	position: absolute;

	top: 62px;

	left: 554px;

	width: 314px;

	visibility: inherit;

}

.pagination{
	position: inherit;
	bottom: 32px;
	left: 0px;
	z-index: 99;
}



ul.pagination li{

	float: left;

	margin-right: 10px;

	background: url(images/Main/pagination.png) no-repeat;

	background-position: top;

	width: 14px;

	height: 15px;

}

ul.pagination li.current{

	background-position: bottom;

}

ul.pagination li a{

	display: block;

	text-indent: -999999px;

}


a.next{

	position: absolute;

	right: 25px;

	bottom: 30px;

	display: block;

	width: 7px;

	height: 13px;

	background: transparent url(images/prev-next.png) no-repeat;

	background-position: top right;

	text-indent: -9999px;

}

a.prev{

	position: absolute;

	right: 50px;

	bottom: 30px;

	display: block;

	width: 7px;

	height: 13px;

	background: transparent url(images/prev-next.png) no-repeat;

	background-position: top left;

	text-indent: -9999px;

}

a.next:hover{

	background-position: bottom right;

}

a.prev:hover{

	background-position: bottom left;

}

/* END SLIDES*/





/* CLEAR FIX */

.group:after {

  content: "";

  display: table;

  clear: both;

}



.qq {

	font-size: 15px;

	font-family: sans-serif;

}

#container #slides .slides_container div .slide-right .MV {

	font-family: inherit;

	font-size: 15px;

	color: #555555;

	text-align: left;

}

#container #service #web .MV .mvv {

	font-family: "Century Gothic";

	color: #0066CC;

	font-size: 18px;

}

#container #service #vector .SS .sss {

	font-family: "Century Gothic";

	color: #669900;

	font-size: 18px;

}
ab {
	text-align: left;
}
