/* @override http://renewmg.com/css/style.css */

/* Global (start) */


* {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* ClearFix */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/* Page Style */

body {
	font-family: "Helvetica Neue", Helvetica, Geneva, sans-serif;
	font-size: 62.5%;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
}

h1, h2, h3, h4 {
	color: #59595b;
}

h2 {
	font-size: 1.8em;
	line-height: 1.4;
	border-bottom: 1px solid #cecece;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

h2 span {
	font-weight: normal;
	font-style: normal;
	font-size: .8em;
}

h3 span {
	font-weight: normal;
	font-style: normal;
	font-size: .9em;
}

h3 {
	font-size: 1.4em;
	line-height: 2;
}

h3.font {
	line-height: 2;
	font-size: 1.4em;
	font-weight: normal;
	font-style: normal;
}

h4 {
	font-weight: normal;
	font-style: normal;
}

p {
	font-size: 1.4em;
	line-height: 1.3;
	color: #6a6c6c;
}

a {
	color: #b4cf4b;
}

a:hover {
	color: #666666;
}

a img {
	border-style: none;
}

strike {
	color: #d2d68d;
}

/* Links ---------------------------------------- */

a:link, a:hover, a:active, a:visited {
	text-decoration: none;
}

/* Structural -------------------------------------------- */

div.block {
	width: 100%;
	position: relative;
	float: left;
	z-index: 0;
	margin-bottom: 4em;
}

/* Header */

#header {
	margin-top: 3em;
	font-family: "Helvetica Neue", Helvetica, Geneva, sans-serif;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}

#header h1.logo {
	display: block;
	text-indent: -9999px;
	background: url(/img/logo.jpg) no-repeat;
	height: 50px;
	width: 260px;
	margin-bottom: 5px;
}

#header h1 {
	color: #b4cf4b;
	margin-top: 10px;
	line-height: 1.6;
	font-weight: normal;
	font-style: normal;
	font-size: 2.1em;
}

#header p {
	font-size: 1.6em;
	line-height: 1.3;
	color: #787878;
}

#media {
	width: 100%;
	background-color: #dddee2;
	margin-top: 2em;
	padding-top: 3em;
	padding-bottom: 3em;
	margin-bottom: 2em;
	border-bottom: 1px solid #c8c8c8;
	border-top: 1px solid #c8c8c8;
}

#media div.mcontent {
	margin-right: auto;
	margin-left: auto;
	width: 850px;
}

/* Video Box */

div.video {
	width: 500px;
	height: 281px;
	background-color: white;
	border: 1px solid #c4c6c6;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	padding: 10px;
	float: left;
}

/* RFP Form */

div.proposal {
	width: 276px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	padding: 10px;
	float: right;
	background: url(/img/proposal-bg.png) no-repeat 0 bottom;
}

div.proposal-content {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	padding: 15px;
	background-color: white;
	border: 1px solid #c4c6c6;
	text-align: center;
}

div.proposal-content h3 {
	color: #6e6e6e;
	border-top: 1px solid #d8d8d8;
	margin-top: 7px;
	padding-top: 10px;
	line-height: 1.4em;
	font-size: 2em;
}

div.proposal-content p {
	font-size: 1.3em;
	line-height: 1.3em;
	color: #7b7b7b;
	margin-bottom: 7px;
	margin-top: 5px;
	border-bottom: 1px solid #d8d8d8;
	padding-bottom: 15px;
}

#media span.link {
	width: 276px;
	margin-top: 15px;
	position: relative;
	text-align: center;
	left: 43px;
	float: left;
}

/* Content Section */

#content {
	width: 850px;
	margin: 3em auto 10em;
}

/* Printing Process */

div.sformat {
	border-right: 1px solid #cecece;
	padding-right: 1em;
	float: left;
	margin-top: 1.5em;
}

div.lformat {
	margin-top: 1.5em;
	float: right;
}

div.sformat ul.list, div.lformat ul.list {
	position: relative;
	float: left;
	margin-top: 6px;
	margin-right: 20px;
}

div.sformat ul.list li, div.lformat ul.list li  {
	list-style-position: inside;
	list-style-type: disc;
	font-size: 1.3em;
	color: #8a8c8c;
	padding-bottom: 4px;
}

div.lformat ul.list li.ftp {
	background: url(/img/upload-bg.png) no-repeat;
	width: 142px;
	list-style-type: none;
	position: absolute;
	margin-top: 9px;
	font-weight: bold;
	height: 82px;
	text-align: center;
}

div.lformat ul.list li.ftp a {
	color: #9d9f9f;
	display: block;
	margin-top: 19px;
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
	padding-top: 4px;
	padding-bottom: 9px;
	margin-right: 20px;
	margin-left: 20px;
}

img.icon {
	position: relative;
	top: 4px;
}

div.clients {
	width: 400px;
	float: left;
	text-align: justify;
}

div.clients ul li {
	float: left;
	background-color: #fbfbfb;
	height: 85px;
	width: 90px;
	display: block;
	padding: 9px;
	margin: 9px;
	text-align: center;
	border: 1px solid #cecece;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
}

/* Creative Design */

div.creative {
	float: right;
	width: 400px;
}

div.creative ul {
	position: relative;
	float: left;
	margin-top: 1.6em;
	margin-right: 3em;
}

div.creative ul li  {
	list-style-position: inside;
	list-style-type: disc;
	font-size: 1.3em;
	color: #8a8c8c;
	padding-bottom: 4px;
}

div.about {
	float: left;
	width: 400px;
	font-size: 1em;
}

div.about p.presentation {
	margin-top: 13px;
}

div.about p.presentation a {
	color: #6e6e72;
	font-weight: bold;
}

div.location {
	float: right;
	width: 400px;
}

/* Footer Section */

div.footer {
	width: 875px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Helvetica Neue", Helvetica, Geneva, sans-serif;
	margin-bottom: 3em;
	text-align: right;
	clear: both;
	border-top: 2px solid #cecece;
}

div.footer h3 {
	text-align: right;
	line-height: 1.3em;
	font-size: 1.7em;
	margin-top: 6px;
}

