/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var, 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, h1, h2, h3, h4, h5, p {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	-webkit-appearance: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	background-color: #fbfcfc;
	font-family: Verdana, "Lucida Grande", Arial, sans-serif;
	color: #2d2a2b;
	line-height: 20px;
	font-size: 12px;
}
		
ol, ul {
	list-style: none;
}

strong, bold{
	font-weight: bold;
}

h2{
	font-size: 16px;
	font-weight: bold;
}
h3{
	font-size: 14px;
	font-weight: bold;
}


blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: none;
}
a {
	text-decoration: none;
}
p a {
	text-decoration: underline;
}
h1 {
	line-height: 25px;	
}

p{
	margin-bottom: 20px;
}

.hidden {
	display: none;	
}

/*////////////////////////////////////////////
	Css start							  ///
////////////////////////////////////////////*/


		
#videoplayer {
	width: 				100%;
	height: 			100%;
	position:			fixed;
	z-index: 			10;
	top: 				0;
}

#header {
	height: 62px;
	width: 100%;
	background: url(../img/sprite.png) top left repeat-x;
	border-top:1px solid #231f20;
}
#wrapper {
	width: 960px;
	height: 100%;
	margin: 0 auto;
}
#logo {
	margin: 33px 0 15px 10px;
	float: left;
	clear: both;
} 
#gratis {
	height: 35px;
	width: 125px;
	background-color: #fff200;
	float: left;
	border-radius: 5px;
	margin-top: 3px;
}
#gratis span {
	text-transform:uppercase;
	font-size: 14px;
	color: #2d2a2b;
	display: block;
	margin: 9px 0 0 18px;
	line-height: 16px;
}
#breadcrumbs {
	margin-bottom: 10px;
}
#breadcrumbs, #breadcrumbs a {
	font-size: 11px;
	color: #a7a9ac;
	text-decoration: none;
}
#breadcrumbs a:hover {
	text-decoration: underline;
}
.title {
	font-size: 35px;
	line-height: 35px;
	margin-bottom: 15px;
}
.spacer {
	height: 1px;
	width: auto;
	clear: both;
}
/*////////////////////////////////////////////
	Menu								  ///
////////////////////////////////////////////*/
#menu {
	width: 960px;
	margin: 5px auto 0 auto;
}
.nav {
	float: left;
	width: 650px;
	overflow: hidden;
	margin-top: 5px;
	margin-left: 5px;
	display: inline;
}
.nav li{
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display:inline;
	
	margin-right: 25px;
	font-size: 14px;
	height: 30px;
}
.nav li.first {
	margin-top: 0;
}
.nav li a {
	color: #fff;
	text-decoration: none;
	-moz-transition: color 0.3s ease 0s;
	-ms-transition: color 0.3s ease 0s;
	-o-transition: color 0.3s ease 0s;
	-webkit-transition: color 0.3s ease 0s;
	text-transform:uppercase;
	padding-top: 5px;
	display: block;
}
.nav li a:hover, .nav li.active a  {
	color: #fff200;
}
.first {
	width: 34px;
	height: 29px;
}
.first a {
	margin-left: 0px;
	width: 34px;
	height: 29px;
	background: url(../img/sprite.png);
	background-position: 0px -88px;
    display: block;
    text-indent: -900px;
}
.first a:hover {
	background-position: -34px -88px;
}
.sub_depth_0 {

}
.sub_depth_0 .first a {
	background: none;
}
/*////////////////////////////////////////////
	Search								  ///
////////////////////////////////////////////*/
#search {
	height: 20px;
	float: right;
}
#field {
	padding: 2px;
	height: 12px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 5px;
	width: 105px;
	margin-left: 5px;
	float: left;
	background-color: none;
	border: 0 none;
    color: #656565;
    font-family: 'Lucida Grande','Trebuchet MS',Arial,sans-serif;
    font-size: 11px;
	margin-top: 10px;
	background: url(../img/search.png) no-repeat;
	-webkit-appearance: none;
	border-radius: 0;
}
#button {
	background: url(../img/searchbutton.png) no-repeat;
	height: 20px;
	width: 17px;
	cursor: pointer;
	border: 0 none;
	margin-top: 10px;
	-webkit-appearance: none;
	border-radius: 0;
}
/*////////////////////////////////////////////
	Social media						  ///
////////////////////////////////////////////*/
#social {
	width: 175px;
	float: right;
	margin-top: 100px;
}
#flickr, #vimeo, #twitter, #mail {
	height: 23px;
	width: 23px;
	background: url(../img/sprite.png);
	display: block;
	float: right;
	margin-left: 5px;
}

#facebook{
	background: url(../img/facebook.png);
	height: 23px;
	width: 23px;
	display: block;
	float: right;
	margin-left: 5px;
}

#flickr {
	background-position: -69px -65px;
}
#vimeo {
	background-position: -46px -65px;
}
#twitter {
	background-position: -23px -65px;
}
#mail {
	background-position: 0px -65px;
}
#number {
	width: 175px;
	height: 20px;
	font-size: 19px;
	float: left;
	margin-top: 5px;
	display: block;
	background: url(../img/telephone.png) no-repeat;
	padding-left: 35px;
}
#number a {
	color: #2D2A2B;
	text-decoration: none;
}

/*////////////////////////////////////////////
	Content								  ///
////////////////////////////////////////////*/

#content {
	background-color: #fff;
	width: 940px;
	height: auto;
	clear: both;
	margin-top: 15px;
	padding: 10px 10px 30px 10px;
}

/*////////////////////////////////////////////
	Homepage							  ///
////////////////////////////////////////////*/

#headerimg {
	width: 689px;
	height: 426px;
	float: left;
}
#twitterblock {
	width: 240px;
	height: 426px;
	overflow: hidden;
	float: left;
	margin-left: 10px;
}
#twitterblock h4 {
	font-size: 18px;
	color: #2d2a2b;
}
p {
	clear: both;
}
#twitterblock span {
	width: 240px;
	display: block;
	line-height: 18px;
}
.user {
	font-size: 12px;
	color: #47b8f3;
	margin-top: 15px;
}
.message {
	font-size: 12px;
	color: #2d2a2b;
}
.message a {
	color: #2d2a2b;
	text-decoration: none;
}
a.messagelink {
	text-decoration: underline;
}
.date {
	font-size: 11px;
	color: #a7a9ac;
}
.blocks {
	clear: both;
}
.block {
	width: 282px;
	height: 100%;
	float: left;
	padding: 25px 47px 15px 0;
}
.last{
	padding-right: 0px;
}
.block h2 {
	font-size: 19px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.blocks h3 {
	font-size: inherit;
	font-weight: bold;
}
.block a {
	text-decoration: none;
	color: #2d2a2b;
}
.block p a {
	text-decoration: underline;
}
#usp {
	background: url(../img/upsbg.png) repeat-x;
	height: 263px;
	width: 960px;
	clear: both;
	margin-left: -10px;
}
#usp ul {
	width: 450px;
	float: left;
	margin-top: 5px;
	color: #2d2a2b;
	text-decoration: none;
}
#usp ul li {
	height: 48px;
}
#usp ul li#last {
	text-decoration: underline;
}
#usp ul img {
	float: left;
	margin-left: 40px;
}
.kop {
	font-size: 19px;
	display: block;
	margin-top: 25px;
	margin-left: 100px;
	padding-top: 5px;
}
.text {
	display: block;
	margin-left: 100px;
}
#form {
	color: #2d2a2b;
	width: 400px;
	height: 100%;
	margin-top: 30px;
}
#form h2 {
	font-size: 28px;
    margin-bottom: 20px;
}
#form label {
    display: block;
    float: left;
    height: 20px;
    width: 125px;
}
#form input {
    border: 1px solid #CCCCCC;
    float: left;
    width: 180px;
}
#form lable, #form input {
    height: 20px;
    margin-bottom: 10px;
    -webkit-appearance: none;
    border-radius: 0;
}
#form input[type="submit"] {
	background: #7DB72F;
    background: -moz-linear-gradient(center top , #7DB72F, #4E7D0E) repeat scroll 0 0 transparent;
    border: 1px solid #538312;
    color: #E8F0DE;
    display: block;
    font-weight: bold;
    height: 30px;
    margin-left: 125px;
    width: 184px !important;
    -webkit-appearance: none;
}
#form .cmxform label.error {
    margin-left: 125px;
    width: 180px;
    margin-bottom: 10px;
}
.cmxform
form.cmxform label.error, label.error {
    color: red;
    font-style: italic;
}
/*////////////////////////////////////////////
	Textpage							  ///
////////////////////////////////////////////*/
#textpage {
	width: 689px;
	height: auto;
}

.portfolionav{
	text-align: right;
}

.portfolionav a{
	color:#A7A9AC;
}

.portfolionav a:hover{
	color:#2D2A2B;
}

/*////////////////////////////////////////////
	Blog								  ///
////////////////////////////////////////////*/
.post {
	width: 689px;
	height: auto;
	padding-bottom: 40px;
}
.post .title a {
	color: #2d2a2b;
	text-decoration: none;
}
.post a:hover {
	text-decoration: underline;
}
.post img {
	display: block;
}
.post p {
	display: block;
}
.date {
	clear: both;
}
#pageNavigation {
	display: block;
    height: auto;
    overflow: hidden;
    width: 689px;
    text-align: center;
}
#pageNavigation ul li {
	display: inline;
}
.current {
	color: #A7A9AC;
}
.notcurrent {
	color: #2d2a2b;
	text-decoration: none;
}
.notcurrent:hover {
	text-decoration: underline;
}
/*////////////////////////////////////////////
	Search								  ///
////////////////////////////////////////////*/
#searchResults a {
	color: #009933;
	text-decoration: none;	
}
#searchResults h3 {
	color: #2d2a2b;
}
#searchResults a:hover {
	text-decoration: underline;
}
#searchResults li{
	padding-top: 30px;
}
/*////////////////////////////////////////////
	Contact								  ///
////////////////////////////////////////////*/
#map{
	float: left;
	overflow: hidden;
	margin-bottom: 20px;
}
#contactblock {
	width: 240px;
	height: 426px;
	overflow: hidden;
	float: left;
	margin-left: 10px;
}
#contactblock li {
	font-size: 12px;
}
#contactblock li a {
	color: #2d2a2b;
	text-decoration: none;
}
#contactblock li#name {
	font-size: 18px;
}
.space {
	margin-top: 15px;
}
/*////////////////////////////////////////////
	404									  ///
////////////////////////////////////////////*/
#error {
	display: block;
	margin: 0 auto;
	width: 689px;
}
/*////////////////////////////////////////////
	Footer								  ///
////////////////////////////////////////////*/

#footer {
	margin: 0 auto 50px auto;
	width: 960px;
	height: 35px;
	background-color: #231f20;
	clear: both;
}
#footer span {
	margin: 0 0 0 186px;
	padding-top: 7px;
	font-size: 11px;
	color: #fff;
	height: 10px;
	display: block;
}
#footer a{
	color: #fff;
	text-decoration: none;
}



h3{
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
}


#takeover{
	position: absolute;
	right: 0;
	top:232px;
	cursor: pointer;
}

#takeover a{
	cursor: pointer;
}