

/*********************************************************************************/
/* 1000px (> 480px && < 1200px)                                                  */
/*********************************************************************************/

/* Basic */


	body {
		min-width: 960px;
	font-size: 12.5pt;
	}


			
	h1,h2,h3,h4 {
	color: #1155a8;
	font-weight: normal;
	margin-top: 2%;
	margin-right: 0;
	margin-bottom: 2%;
	margin-left: 0%;		
	}

	h1,h2 {

	}
	
	h1{
		font-size: 1.4em;
	}

	h2 {
		font-size: 1.2em;
		letter-spacing: 0px;

	}
	
		h2 {
		font-size: 1.1em;
		letter-spacing: 0px;

	}

	h3,h4 {
		color: #1799ef;

	}

	h3 {
		font-size: 1.0em;
		margin-bottom: 0.8em;
		line-height:25px;

	}

	h4 {
		font-size: 1em;
	
	}

	p, ul {
		margin-bottom: 1.25em;
	}

	p {
		line-height: 1.8em;
		text-align:left;
	
	
	}

	strong {
	color: #474e43;
	font-weight: bold;
	}
	
	
	

/* Reusable */

	ul.small-image-list img {
		width: 50px;
	}

	ul.big-image-list img {
		width: 200px;
	}

ul.otherlinks img {
		width: 40%;
	background: url("images/bg04.png") repeat scroll 0 0 #fff;
    border: 5px solid #fff;
    border-radius: 10px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
	height:auto;
	margin:5px;
	}
	
		ul.otherlinks p  {

		line-height:17px;
		font-size:.9em;
		text-align:left;
	}
	
	ul.otherlinks h2 {
    font-size: 1.1em;
    letter-spacing: -1px;
}

/* Header */

	#header {
		height: 120px;
	}

		#header h1 {
	position: absolute;
	left: 10px;
	top: -20px;
	color: #fff;
	font-size: 0em;
	letter-spacing: -2px;
	line-height: 150px;
	background-repeat:no-repeat;
	display:block;
	background-image: url(../images/logo.svg);
	background-position: center center;	
	z-index:999;
	width:300px;
	height:120px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);

		}

		#header nav {
			line-height: 74px;
			font-size: 1.1em;
		}
		
			#header nav a {
				padding: 0 20px 0 20px;
			}

/* Banner */
		
	#banner {

	}
	
	.csslider1 > ul > li.img img {

}

		#banner h2 {
			font-size: 3em;
			top: 80px;
		}

		#banner span {

		}
		
		
/* products */
	#product-wrapper
	{
	background: none repeat scroll 0 0 #fff;
    box-shadow: 2px 2px 2px 1px rgba(128, 128, 128, 0.1);
	padding: 30px 0 110px 0;
	}
	


.mi-slider ul {
	list-style-type: none;
	position: absolute;
	width: 100%;
	top: 100px;
	overflow: hidden;
	text-align: center;
	pointer-events: none;
}


/* Footer */
	
	#footer-wrapper {
		padding: 5% 0 5% 0;
	}
	
	#footer-wrapper h2 {
				font-size:1.2em;
		color:#ffc9f3;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
		  
	}
	
	.cirque {
	display: inline-block;
	padding: 10px;
	background-color: #00338e;
	border-radius: 10px;
	float:left;
	width:120px;
	background-image: url(images/cds-logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	border: 2px solid #FFF;
	margin-bottom:15px;
	}

/* Copyright */

	#copyright {
		padding: .5em;
		margin: 5% 0 0 0;
	}