/*General*/
body {
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 14px;
	background: #f6f6f6;
}

.img {
	border: 0;
}

ul {
	line-height: 25px; /*Space between list*/
}
.style-switcher {
	position: fixed;
	float: right;
}
.style-switcher img {
	position: relative;
	top:12px;
}
/*Links style*/
a,
a:active,
a:visited {
	text-decoration: none;
	color: #0075cd;
	border:0px;
}
	
a:hover {
	text-decoration:underline;
	border:0px;
}

/*Layout*/
#All {
	width:1000px; height:auto;
	margin:15px auto;
	background: #fff;
	padding: 15px;
	border: 1px solid #cfcfcf;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-webkit-box-shadow: 0px 0px 5px 2px #b1b1b1;
	-moz-box-shadow: 0px 0px 5px 2px #b1b1b1;
	box-shadow: 0px 0px 5px 2px #b1b1b1; 
}


.right {
	position: relative;
	top: 15px;
	width:250px; height:auto;
	float:right; 
	padding:5px;
}

.left{
	width:730px; height:auto;
	float:left;
	padding:5px;
}

/*Header*/
.header {
	width:auto; height:auto;
}

.logo-site {
	width: 600px;
	float: left;
	color: #333;
	margin-bottom: 10px;
}	

.image-logo {
	float: left;
}
	/*Website name*/
	.logo-site h2 {
		color: #333;
		font-size: 32px;
		font-weight:bold;
		padding: 0;
		margin: 0;
	}
	
	/*Website slogan*/
	.logo-site h3 {
		color: #333;
		font-size: 12px;
		padding: 0;
		color: grey;
		margin: 0;
	}

/*Toll number*/
.toll-number h2 {
	float: right;
	position:relative;
	top: 18px;
	color: #333;
	font-weight:bold;
}

.toll-number-text { 
	color: #6a6a6a;
}

/*Menu*/
#menu {
	width:auto; height:auto;
	padding: 0px; font-size: 14px;
	position: relative;
	left:5px; top: 5px;
}

.menu-width {
	width: 	990px; height:37px;
	padding: 0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #999999; /* Old browsers */
	background: -moz-linear-gradient(top,  #999999 0%, #6a6a6a 97%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), color-stop(97%,#6a6a6a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #999999 0%,#6a6a6a 97%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #999999 0%,#6a6a6a 97%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #999999 0%,#6a6a6a 97%); /* IE10+ */
	background: linear-gradient(top,  #999999 0%,#6a6a6a 97%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#6a6a6a',GradientType=0 ); /* IE6-9 */
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 6px;
}

#menu li {
	display: inline;
	padding: 10px;
}

#menu a:link {
	text-decoration:none;
	color: #fff;
	text-transform:uppercase;
}

#menu a:hover {
	color: #6a6a6a;
	text-decoration:none;
}

#menu a:active {
	color: #fff;
	text-decoration:none;
}
#menu a:visited {
	color: #fff;
	text-decoration:none;
}

#menu li:hover {
	background: #333;
}
/*Slider*/
.slider {
	width:730px; height:250px;
	padding: 15px 0 40px 0;
}

.title-box {
	width:auto; height:auto;
	padding:6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	background: #999999; /* Old browsers */
	background: -moz-linear-gradient(top,  #999999 0%, #6a6a6a 97%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), color-stop(97%,#6a6a6a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #999999 0%,#6a6a6a 97%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #999999 0%,#6a6a6a 97%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #999999 0%,#6a6a6a 97%); /* IE10+ */
	background: linear-gradient(top,  #999999 0%,#6a6a6a 97%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#6a6a6a',GradientType=0 ); /* IE6-9 */
}

.title-box h1, h2 {
	color: #fff;
	font-weight: 100;
	font-size: 16px;
	padding: 0;
	margin:0;
}

.box {
	width:auto; height:auto;
	border-bottom:1px solid #e9e9e9;
	border-left:1px solid #e9e9e9;
	border-right:1px solid #e9e9e9;
	margin-bottom:10px; 
	color: #333;
	padding:10px;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}
/*Box with Licenses*/
.box-licenses {
	width:auto; height:auto;
	border:1px solid #e9e9e9;
	margin-bottom:10px;
	padding:15px;
	text-align: center;
	line-height: 30px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-bottom-radius: 6px;
}

/*Make images in article rounded*/
.box img {
	margin: 10px;
	-webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px;
}

.form-input {
	width: 180px;
}

.image-big {
	margin: 15px 0 10px 0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-bottom-radius: 6px;
}

.download-button {
	margin: 0 auto;
	width: 220px;
	text-decoration: none;
	text-align:center;
	padding: 10px;
	color: #fff;
	font-size: 18px;
	border:1px solid #6a6a6a;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #999999; /* Old browsers */
	background: -moz-linear-gradient(top,  #999999 0%, #6a6a6a 97%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), color-stop(97%,#6a6a6a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #999999 0%,#6a6a6a 97%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #999999 0%,#6a6a6a 97%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #999999 0%,#6a6a6a 97%); /* IE10+ */
	background: linear-gradient(top,  #999999 0%,#6a6a6a 97%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#6a6a6a',GradientType=0 ); /* IE6-9 */
}

#footer {
	width:auto; height:auto;
	border-top:1px solid #e9e9e9;
	clear:both; padding: 4px;
}
	/*Left side*/
	.footer-left {
		float: left;
	}
	
	/*Right side*/
	.footer-right {
		float: right;
		text-align:right;
	}