/* RESET CSS */
	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, font, img, ins, kbd, q, s, samp,
	small, strike, 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;
	}
	/* remember to define focus styles! */
	:focus {
		outline: 0;
	}
	body {
		line-height: 1;
		color: black;
		background: white;
	}
	ol, ul {
		list-style: none;
	}
	/* tables still need 'cellspacing="0"' in the markup */
	table {
		border-collapse: separate;
		border-spacing: 0;
	}
	caption, th, td {
		text-align: left;
		font-weight: normal;
	}
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: "";
	}
	blockquote, q {
		quotes: "" "";
	}
	img { display: block; }

/* DEFAULT SETTINGS */
	body {
		background: #FFF;
		color: #395259;
		font: normal 13px/135% Arial, Verdana, sans-serif;
	}

	p 	{ margin: 15px 0; }
	a 	{ color: #e41715; }

	h1, h2, h3 { font-weight: normal; margin: 10px 0; line-height: 100%; }

	h1 	{ color: #FFF; font-size: 30px; font-weight: bold; margin: 0; }
	h2 	{
		background: #E41715 url('../img/bg-title.gif') repeat-x 0 100%;
		color: #FFF;
		display: inline-block;
		font-size: 24px;
		padding: 15px 20px 28px;
	}
	h3 	{ color: #e41715; font-size: 15px; }
	h4 	{ color: #e41715; font-size: 13px; }

	.required { color: #e41715; font-size: 11px; }

	/* Elements */
	#logo {
		float: left;
		margin: 0;
		padding: 20px 0;
	}
	#logo a {
		color: #b6b5b5;
		font-size: 18px;
		font-weight: bold;
		text-decoration: none;
		text-transform: uppercase;
	}
	#nav, #footer ul {
		overflow: hidden;
		width: 100%;
	}
	#nav li, #footer ul li  {
		float: left;
	}
	#nav li a, #footer ul li a {
		color: #333;
		text-decoration: none;
	}

	#nav {
		float: left;
		margin: 87px 0 0 50px;
		width: auto;
	}
	#nav li a {
		display: block;
		padding: 5px 8px 9px;
		font-size: 12px;
	}
	#nav li a:hover,
	#nav li.active a {
		background: transparent url('../img/bg-nav.png') no-repeat 0 0;
		color: #FFF;
	}
	#nav li a.agencies { padding: 5px 7px 9px; }
	#nav li a.contact {  padding: 5px 9px 9px; }
	#nav li.active a.contact,
	#nav li a.contact:hover { background-position: 0 -66px; }
	#nav li.active a.agencies,
	#nav li a.agencies:hover { background-position: 0 -33px; }


	#footer ul li {
		font-size: 11px;
		margin-right: 10px;
	}
	#footer ul li span {
		border-right: 1px solid #333;
		padding-right: 10px;
	}
	#footer ul li a:hover {
		color: #e41715;
		border-bottom: 1px dotted #F00;
	}

	/* Home */
	.home h2 	{ background: none; color: #F00; display: block; margin: 15px 0 10px; padding: 0; }
	#products 	{
		overflow: hidden;
		width: 100%;
	}
	#products li {
		border-bottom: 1px solid #EEE;
		float: left;
		margin: 0 20px 0 0;
		padding: 2px;
		width: 170px;
	}
	/* Agencies */
	#agencies {
		overflow: hidden;
		width: 100%;
	}
	#agencies .two_columns dt {
		display: inline-block;
		width: 29%;
		vertical-align: middle;
	}
	#agencies .two_columns dd {
		display: inline-block;
		width: 64%;
		margin-left: 6%;
		vertical-align: middle;
	}
	#agencies .two_columns dd h2 {
		background: none;
		color: #F00;
		display: block;
		margin: 15px 0 10px;
		padding: 0;
	}
	#agencies .two_columns dd h2 a {
		text-decoration: none;
	}
	#agencies li {
		background: url('../img/bg-agency.gif') repeat-x 0 0;
		float: left;
		margin: 0 20px 0 0;
		padding-top: 10px;
		width: 100%;
	}
	#agencies li img {
		margin: 40px 0;
	}
	#agencies li:nth-child(1),
	#agencies li:nth-child(2),
	#agencies li:nth-child(3) {
		background: 0;
		padding: 0;
	}
	#agencies li:nth-child(3n+3) {
		margin-right: 0;
	}
	#agencies li:nth-child(3n+1) {
		clear: left;
	}
	#agencies li dt {
		color: #e41715;
		font-size: 15px;
	}

	#agencies li dd p {
		margin: 5px 0;
	}


/* LAYOUTS */
	#header {
		background: #FFF url('../img/bg-header.jpg') repeat-x 0 100%;
	}
	#footer {
		background: #FFF url('../img/bg-footer.jpg') repeat-x 0 0;
		padding: 20px 0;
	}
	.container {
		margin: 0 auto;
		padding: 0 10px;
		width: 940px;
	}
	#header .container {
		background: transparent url('../img/bg-header-container.jpg') no-repeat 100% 100%;
	}
	#main .container {
		padding-bottom: 50px;
	}
	.container .background {
		background: #FFF url('../img/bg-contact.jpg') repeat-x 0 10px;
	}
	.half {
	float: left;
	width: 450px;
	padding-right: 20px;
	}
	.leftSide {
		float: left;
		width: 330px;
		padding: 0 20px 0 0;
	}
	.leftSide p { margin-left: 40px; }
	.rightSide {
		float: left;
		width: 450px;
		padding: 40px 70px 0;
	}

	.success p {
		line-height: 230%;
		margin: 0;
		text-align: center;
	}
	.success p:first-child {
		margin-top: 70px;
	}

/* FORMS */
	form dl 	{ margin: 10px 0; overflow: hidden; width: 100%; }
	form dt,
	form dd 	{ float: left; }

	form dt 	{ margin-right: 10px; width: 130px; padding-top: 5px; }
	form dd		{ width: 310px; }

	input.text, textarea, select {
		background: #FFF;
		border: 1px solid #CCC;
		color: #666;
		font: 12px Arial, Verdana, sans-serif;
		padding: 5px 10px;
		width: 202px;
	}
	textarea {
		width: 288px;
	}
	select {
		width: 195px;
	}

	input.image {
		float: left;
		margin-left: 138px;
	}
	form p.required {
		float: right;
		margin-top: 8px;
	}


/* Tools */
.wrapper {
	overflow: hidden;
	width: 100%;
}

.mTop50 { margin-top: 50px; }

.red { color: #e41715; }

/* JQUERY PLUGINS */
	/* validationEngine */

	/* Validation engine */
	.formError {
			position:absolute;
			top:300px; left:300px;
			padding-bottom:13px;
			display:block;
			z-index:5000;
		}
			.ajaxSubmit{ padding:20px; background:#55ea55;border:1px solid #999;display:none}
			.formError .formErrorContent {
				width:100%;
				background:#ee0101;
				color:#fff;
				width:150px;
				font-family:tahoma;
				font-size:11px;
				font-size: 11px;
				color: #fff;
				text-shadow: 0 0 2px #000;
				padding: 4px 8px;
				border-radius: 3px;
				-webkit-border-radius: 3px;
				-moz-border-radius: 3px;
				box-shadow: 0 0 3px #555;
				-webkit-box-shadow: 0 0 3px #555;
				-moz-box-shadow: 0 0 3px #555;

			}

			.formError .formErrorArrow{
				position:absolute;
				bottom:0;left:20px;
				width:15px; height:15px;

				z-index:5001;
			}
			.formError .formErrorArrowBottom{top:0;margin:-6px;}

				.formError .formErrorArrow div{
					box-shadow: 0px 2px 3px #444;
					-moz-box-shadow: 0px 2px 3px #444;
					-webkit-box-shadow: 0px 2px 3px #444;
					font-size:0px; height:1px; background:#ee0101;margin:0 auto;line-height:0px; font-size:0px; display:block;
				}
					.formError .formErrorArrowBottom div{
						box-shadow: none;
						-moz-box-shadow: none;
						-webkit-box-shadow: none;
					}

				.greenPopup .formErrorArrow div{background:#33be40;}
				.blackPopup .formErrorArrow div{
					border-color: rgba(255,255,255,0.25);
					background-color: rgb(45,45,45);
					background-color: rgba(45,45,45,0.92);
					color:#FFF;
				}

				.formError .formErrorArrow .line10{width:15px;border:none;}
				.formError .formErrorArrow .line9{width:13px;border:none;}
				.formError .formErrorArrow .line8{width:11px;}
				.formError .formErrorArrow .line7{width:9px;}
				.formError .formErrorArrow .line6{width:7px;}
				.formError .formErrorArrow .line5{width:5px;}
				.formError .formErrorArrow .line4{width:3px;}
				.formError .formErrorArrow .line3{width:1px;}
				.formError .formErrorArrow .line2{width:3px;border:none;display:none;}
				.formError .formErrorArrow .line1{width:1px;border:none;display: none;}

/* jQtransform */

	/* -------------
	 * Selects
	 * ------------- */
	.jqTransformSelectWrapper {
		width: 27px;
		position:relative;
		height: 26px;
		background: #FFF;
		float:left;
	}

	.jqTransformSelectWrapper div span {

		font-size: 12px;
		float: none;
		position: absolute;
		white-space: nowrap;
		height: 18px;
		line-height: 18px;
		padding: 3px 0 3px 11px;
		overflow: hidden;
		cursor:pointer;
		color: #666;
		border: 1px solid #CCC;
		border-right: none;
		position: absolute;
		top: 0; left: 0;
		opacity: 1;
		z-index: 5;
	}

	.jqTransformSelectWrapper  a.jqTransformSelectOpen {
		display: block;
		position: absolute;
		right: 0px;
		width: 29px;
		height: 26px;
		background:  url('../img/btn-select.gif') no-repeat 0 0;
		outline: none;
	}
	a.jqTransformSelectOpen, a.jqTransformSelectOpen:hover { border: 0; }

	/* reset */
	form .jqTransformSelectWrapper ul, form .jqTransformSelectWrapper ul li,
	.jqTransformSelectUl li { margin: 0; padding: 0; text-align: left; }

	.jqTransformSelectWrapper ul,
	.jqTransformSelectUl {
		position: absolute;
		width: 25px;
		top: 20px;
		left: 0px;
		list-style: none;
		background-color: #FFF;
		border: solid 1px #CCC;
		display: none;
		margin: 0px;
		padding: 0px;
		height: 150px;
		overflow-y: auto;
		overflow-x: 0 !important;
		z-index:10;
	}

	.jqTransformSelectWrapper ul a,
	.jqTransformSelectUl a {
		display: block;
		padding: 2px 5px;
		text-decoration: none;
		color:#666;
		background-color: #FFF;
		font-size: 12px;
		border-color: #CCC;
	}
	.jqTransformSelectWrapper ul a:hover,
	.jqTransformSelectUl a:hover { border-style: dotted; }
	.jqTransformSelectWrapper ul li:last-child a,
	.jqTransformSelectUl li:last-child a { border: 0; }

	.jqTransformSelectWrapper ul a.selected,
	.jqTransformSelectUl a.selected {
		background: #F0F0F0;
		color: #333;
	}

	.jqTransformSelectWrapper ul a:hover, .jqTransformSelectWrapper ul a.selected:hover,
	.jqTransformSelectUl a:hover, .jqTransformSelectUl a.selected:hover {
		background:#E0E0E0;
		color: #333;
	}
	.jqTransformSelectWrapper select { margin-left: 0; }

	/* -------------
	* Hidden - used to hide the original form elements
	* ------------- */

	.jqTransformHidden { /* position: absolute; */ z-index: 1; top: 0; left: 0; opacity: 0; filter: alpha(opacity=0); margin-left: 20px; }

.sub-nav {
	float: right !important;
	width: 710px !important;
	margin-top: -49px !important;
}
.agency { margin: 20px 0; margin-bottom: 40px;}
.agency-left {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	margin-right: 2%;
	margin: 24px;
	margin-left: 0;
}
.agency-right {
	width: 100%;
	display: inline-block;
	margin-top: 16px;
}
.products { margin: 20px 0; margin-bottom: 40px;}
.product-left {
	width: 46%;
	display: inline-block;
	vertical-align: top;
	margin-right: 2%;
	margin: 24px;
	margin-left: 0;
}
.products div img {
	margin: 20px;
	width: 50%;
}
.product-right {
	width: 46%;
	display: inline-block;
	margin-top: 16px;
}

span.subtitle {
	color: #e41715;
	font-size: 22px;
	margin-top: 47px;
	display: block;
}
.side-nav {
	display: inline-block;
	width: 25%;
}
#agencies, .side-main {
	display: inline-block;
	width: 73%;
	vertical-align: top;
}
.side-nav h2 {
display: block;
width: 151px;
}
.side-nav #nav {
	margin: 0 !important;
}
.side-nav #nav li {
	float: none !important;
}
.subnav {
	margin-left: 15px;
}
.subnav li > a {
background: none !important;
color: #333 !important;
cursor: pointer;
}
.side-nav li.active > a {
background: none !important;
color: #e41715 !important;
text-decoration: underline !important;
}
.side-nav li > a {
color: #333 !important;
}
.side-nav li:hover > a {
background: none !important;
}

.three_sections {
	width: 100% !important;
}
.three_sections li {
	width: 30% !important;
}

.side-nav #nav li a{
	font-size: 16px;
	line-height: 22px;
}
.side-nav #nav {
	margin-top: 13px !important;
}
.news-container {
	display: block;
}
.news-column {
	display: inline-block;
	width: 74%;
}
.conference-column {
	display: inline-block;
	width: 25%;
	vertical-align: top;
}
h2.news-title {
	background: none;
	color: #F00;
	display: block;
	margin: 15px 0 10px;
	padding: 0;
}
.conference-article, .news-article {
	background: url('../img/bg-agency.gif') repeat-x 0 0;
	margin-right: 5%;
	padding: 10px 0;
}
div.news-article.first {
	background: none !important;
}
#argon h3{
	color: black;
	font-size:15px;
	margin-bottom: -5px;
	padding-top: 20px;
	font-weight: bold;

}
#argon b{
	color: #06C;
	font-size:14px;
}

#argon .products div img{
	width:60%;
}

#argon .product-left{
	margin-top: 15.5px;
}
.contact_city_t{
	font-size:14px;
}
