/*********************************************

	General Styles

********************************************/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	line-height: 150%;
}

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
}

body, html {
	
}


a:link     { color:#666; text-decoration:none; }
a:visited  { color:#666; text-decoration:none; }
a:hover    { color:#000; text-decoration:underline; }
a:active   { color:#666; text-decoration:none; }



.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%;
}


.container {
	width: 960px; 
	margin: 0 auto; 
	overflow: hidden; 
	position: relative;
}

#content .container {
	padding-bottom: 60px;
}


/*********************************************

	Welcome Screen

********************************************/


body, html {
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

.window_overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	left: expression( document.body.scrollLeft + 'px' );
  	top: expression( document.body.scrollTop + 'px' );
}

body > .window_overlay { position: fixed; left: 0px; top: 0px; }

.window_bg {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index:1002;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
 
.window_content {
	
	position: absolute;
	top: 50%;
	left: 50%;
	width: 652px;
	height: 246px;
	margin-left: -326px;
	margin-top: -123px;
	padding: 0px;
	border: none;
	background-color: transparent;
	z-index:1003;
	overflow: hidden;
}




#window {
	position: absolute;
	width: 572px;
	height: 206px;
	background: url("../images/bg/welcome_bg.png") no-repeat;
	padding: 40px;
}

#window h2 {
	font-size: 30px;
	color: #666;
	font-weight: bold;
	padding: 0px 5px;
	padding-top: 10px;
}

#window h2 span {
	color: #333;
}

#window p {
	margin-bottom: 10px;
}

#window div.description {
	margin-top: 30px;
	margin-bottom: 20px;
	line-height: 150%;
	color: #333;
	padding: 0px 5px;
}

#window div.form {

}

#window div.form p.formcheckbox {
	float: right;
	display: inline;
	margin-top: 7px;
}

#window div.form p.formcheckbox label {
	color: #666666;
	font-size: 12px;
}

#window div.form p.formsubmit input {
	width: 121px;
	height: 31px;
	color: #ccc;
	font-size: 12px;
	padding-top: 1px;
	background: url("../images/buttons/button_welcome.png") no-repeat transparent;
	border: none;
	text-align: left;
	padding-left: 19px;
	cursor: pointer;
}




/*********************************************

	Header / Navigations

********************************************/

#header {
	width: 100%;
	height: 131px;;
	background: url("../images/bg/header_bg.png") repeat-x;
}


#header h1 {
	margin-left: 5px;
	width: 306px;
	height: 106px;
}

#header h1 a {
	text-indent: -1000px;
	overflow: hidden;
	background: url("../images/logo.png") no-repeat center left;
	display: block;
	width: 100%;
	height: 100%;
}


#header .main {
	height: 35px;
	position: absolute;
	top: 71px;
	right: 20px;
}

#header .main li {
	height: 35px;
	float:left;
	margin-left: 15px;
	display: inline;
}

#header .main a {
	text-indent: -1000px;
	overflow: hidden;
	display: block;
	height: 35px;
	background-position: top left;
	background-repeat: no-repeat;
}

#header .main a:hover {
	background-position: 0px -35px;
}

#header .main li a.active {
	background-position: 0px -70px;
}

#header .home a {
	width: 48px;
	background-image: url("../images/navigation/home.png");
}

#header .video-produktion a {
	width: 134px;
	background-image: url("../images/navigation/production.png");
}

#header .video-promotion a {
	width: 129px;
	background-image: url("../images/navigation/promotion.png");
}

#header .referenzen a {
	width: 89px;
	background-image: url("../images/navigation/references.png");
}

#header .kontakt a {
	width: 61px;
	background-image: url("../images/navigation/contact.png");
}


#header .meta {
	position: absolute;
	top: 5px;
	right: 20px;
}

#header .meta li {
	float: left;
	display: inline;
	margin-left: 15px;
	font-size: 12px;
	line-height: 20px;
}

#header .meta a:link     { color:#999; text-decoration:none; }
#header .meta a:visited  { color:#999; text-decoration:none; }
#header .meta a:hover    { color:#000; text-decoration:none; }
#header .meta a:active   { color:#999; text-decoration:none; }

.searchfield {
	float:left;
	display: inline;
	width: 138px;
	height: 20px;
	background: url("../images/navigation/search_field.png") no-repeat top left;
}

.searchfield input {
	width: 132px;
	height: 20px;
	font-size: 12px;
	border: none;
	color: #999;
	line-height: 20px;
	padding: 0px 3px;
	background: none;
	
}

.searchbutton {
	float:left;
	width: 21px;
	height: 20px;
	background: url("../images/navigation/search_button.png") no-repeat;
}

.searchbutton input {
	background: none;
	border: none;
	text-indent: -1000px;
	overflow: hidden;
	width: 21px;
	height: 20px;
	cursor: pointer;
}

#header .sub {
	float: right;
	display: inline;
	margin: 0px 20px;
	clear:both;
	height: 25px;
	text-align: right;
}

#header .sub li {
	float: left;
	display: inline;
	margin-left: 8px;
	padding-left: 8px;
	background: url("../images/bg/navi_separator.gif") no-repeat;
	height: 25px;
	line-height: 24px;
}

#header .sub a {
	color: #ccc;
	font-size: 12px;
	height: 100%;
	display: block;
	float: left;
}

#header .sub li.active a {
	background: url("../images/navigation/sub_active.png") no-repeat bottom center;
}


/*********************************************

	Footer

********************************************/

#footer {
	background: url("../images/bg/footer_bg.png") repeat-x #696969;
}

#footer .contact {
	line-height: 150%;
}

#footer ul.footer {
	margin: 0px 20px 10px -25px;
}

#footer li.footer {
	float: left;
	display: inline;
	width: 215px;
	background: url("../images/bg/footer_separator.png") no-repeat;
	padding-left: 25px;
	min-height: 200px;
	height:auto !important;
	height:200px;
}

#footer li strong {
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	color: #999;
	line-height: 26px;
	font-size: 12px;
	height: 25px;
	margin-bottom: 10px;
}

#footer a {
	font-size: 12px;
	line-height: 200%;
}

#footer p {
	font-size: 12px;
	line-height: 200%;
	color: #ccc;
	margin-bottom: 20px;
}


#footer li.footer ul.meta li a {
	line-height: 120%;
}

#footer li.footer li form {
	margin-top: 5px;
}


#footer a:link     { color:#ccc; text-decoration:none; }
#footer a:visited  { color:#ccc; text-decoration:none; }
#footer a:hover    { color:#fff; text-decoration:none; }
#footer a:active   { color:#ccc; text-decoration:none; }



/*********************************************

	Content

********************************************/


a.smallbutton {
	float: left;
	display: inline;
	clear: both;
	height: 21px;
	background: url("../images/buttons/button_small_right.png") no-repeat top right;
	padding-right: 22px;
	text-decoration: none;
}

a.smallbutton span {
	display: block;
	float: left;
	height: 21px;
	background: url("../images/buttons/button_small_left.png") no-repeat top left;
	padding-left: 14px;
	font-size: 11px;
	color: #fff;
	cursor: pointer;
}


a.bigbutton {
	float: left;
	display: inline;
	clear: both;
	height: 34px;
	background: url("../images/buttons/button_big_right.png") no-repeat top right;
	padding-right: 32px;
	text-decoration: none;
}

a.bigbutton span {
	display: block;
	float: left;
	height: 34px;
	background: url("../images/buttons/button_big_left.png") no-repeat top left;
	padding-left: 20px;
	font-size: 14px;
	padding-top: 7px;
	color: #fff;
	cursor: pointer;
}



#content {
	background-image: url("../images/bg/content_bg.png");
	background-repeat: repeat-x;
}

#content.portfolioContent {
	background-image: url("../images/bg/portfolio_bg.png");
}

.contentTitle {
	margin: 47px 13px 36px 13px;
}

.contentSubTitle {
	margin: 30px 0px 20px 0px;
}

.contentText {
	margin: 0px 13px;
}

.contentTitle h2 {
	font-size: 32px;
	color: #333;
	font-weight: bold;
	margin-bottom: 15px;
}

.contentSubTitle h2 {
	font-size: 32px;
	color: #333;
	font-weight: bold;
	margin-bottom: 0px;
}

.contentTitle h3, .contentSubTitle h3 {
	font-size: 28px;
	color: #666;
	font-weight: normal;
}


#content.detailContent {
	background: none;
}

#content.projectContent .projectvideo {
	margin-top: 0px;
}

#content.detailContent .container {
	padding-bottom: 20px;
}

#content.projectContent .contentTitle.share h2 {
	float: left;
	padding: 4px 10px 4px 0px;
	border-right: 1px solid #999;
}

#content.projectContent .contentTitle.share {
	width: 100%;
}

.projectContent #iconsBookmark {
	float: left;
	margin-left: 10px;
	margin-top: 5px;
}

.projectContent {
	background-position: 0px 367px;
}

.homeContent {
	background-position: 0px 647px;
}

.videoContent {
	background-position: 0px 587px;
}

.portfolioContent {
	background-position: 0px 267px;
}

.clientsContent {
	background-position: 0px 407px;
}

#content.contactContent {
	background-image: url("../images/bg/contact_bg.png");
	background-position: 0px 337px;
}

.contentTxt .defaultarticle {
	padding: 0px 20px;
}



.contentTxt .defaultarticle h3 {
	margin-top: 40px;
	margin-bottom: 20px;
	clear: both;
}

.contentTxt .defaultarticle h4 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #333;
}

.contentTxt .defaultarticle p {
	margin-bottom: 20px;
	clear: both;
}

.contentTxt .defaultarticle em {
	font-style: italic;
}


.contentTxt .defaultarticle del {
	text-decoration: underline;
}

.contentTxt .bigbutton {
	margin: 20px 0px 60px 0px;
	clear: both;
}

.contentTxt .defaultarticle ul {
	margin-bottom: 20px;
}


.contentTxt .defaultarticle li {
	list-style-type: disc;
	margin-left: 20px;
	margin-bottom: 10px;
}


.homeTeasing {
	font-size: 16px;
	width: 780px;
}


.videoTeasing {
	font-size: 14px;
	width: 780px;
}

.videoTeasing p {
	margin-bottom: 20px;
}

.contactContent .contentText {
	margin-top: 30px;
	font-size: 14px;
	width: 500px;
}

.widescreen {
	margin: 50px 0px;
	width: 928px;
}

.widescreen .videoContainer {
	width: 928px;
}

.defaultarticle {
	margin: 50px 13px 10px 13px;
}

.flasharticle {
	margin: 50px 13px 10px 13px;
}

.portfolioContent .flasharticle {
	margin: 0px;
}

.defaultarticle h3, .flasharticle h3 {
	font-size: 20px;
	color: #333;
	font-weight: bold;
	margin-bottom: 15px;
}

.doubleline {
	border-width: 1px 0px 1px 0px;
	border-style: solid;
	border-color: #ccc;
	padding: 15px 0px;
}

.singleline_top {
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #ccc;
	padding: 15px 0px;
}

.noline {
	border-width: 0px;
	padding: 15px 0px;
}

.singleline_bottom {
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #ccc;
	padding: 15px 0px;
}


.onecolumn_left div {
	float: left;
	display: inline !important;
	width: 437px;
	margin-right: 40px;
}

.onecolumn_right div {
	float: left;
	display: inline;
	width: 437px;
	margin-right: 0px;
}


.onecolumn_left h3, .onecolumn_right h3 {
	float: left;
	width: 447px;
	
}

.onecolumn_left h3 a.smallbutton, .onecolumn_right h3 a.smallbutton {
	float: right;
	margin-top: 2px;
	
}

.onecolumn_left span.title, .onecolumn_right span.title {
	float: left;
}


.twocolumn .left {
	float: left;
	display: inline;
	width: 417px;
	margin-right: 20px;
	padding-right: 40px;
}

.twocolumn .right {
	float: left;
	display: inline;
	width: 457px;
}

.twocolumn .single {
	width: 780px;
}

.contactcolumn {
	clear: both;
}

.contentTxt .contactcolumn {
	padding: 0px;
}

.contentTxt .defaultarticle {
	padding: 0px;
}


.contactcolumn .left {
	float: left;
	display: inline;
	width: 596px;
	margin-right: 20px;
	padding-left: 90px;
	background-repeat: no-repeat;
	background-position: left center;
}

.contactcolumn .right {
	float: left;
	display: inline;
	width: 213px;
	color: #000;
}


.contactcolumn .right a {
	margin-top: 3px;
}



ul.overview li {
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #ccc;
	margin-bottom: 5px;
	padding-bottom: 10px;
}

ul.overview img, ul.overview a {
	float: right;
}

ul.overview h4 {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	width: 300px;
	float: left;
	display: inline;
	margin-bottom: 10px;
}

ul.overview p {
	font-size: 12px;
	line-height: 140%;
	width: 280px;
}

ul.overview p .smallbutton {
	line-height: 180%;
	float: left;
}


ul.service {
	margin-left: -30px;
	width: 960px;
}

ul.service li {
	float: left;
	display: inline;
	margin-left: 30px;
	width: 397px;
	margin-bottom: 50px;
	background-repeat: no-repeat;
	padding-left: 50px;
}

ul.service h4 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 8px; margin-bottom: 15px;
	color: #000;
}

ul.service p {
	width: 360px;
}



.slideshow_component {
	margin-top: 80px;
	margin-bottom: 0px;
}


.slideshow_component .header .container {
	width: 938px;
}

.slideshow_component .header strong {
	float: left;
	padding-right: 20px;
	border-width: 0px 1px 0px 0px;
	border-style: solid;
	border-color: #ccc;
	margin-right: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	padding-bottom: 5px;
}

.slideshow_component .slideshow {
	background: url("../images/bg/content_bg.png") repeat-x;
	padding: 30px 0px 10px 0px;
}

.contact_component {
	background: url("../images/bg/content_bg.png") repeat-x;
	padding: 0px 0px 50px 0px;
}

.slideshow_component .slideshow span {
	display: block;
	height: 20px;
	line-height: 110%;
}




.videoWall {
	height: 418px;
	margin: 28px 0px 100px 0px;
}

.videoWall .categories {
	height: 31px;
}

.videoWall .categories div {
	float: right;
	height: 25px;
	width: 211px;
	padding-top: 6px;
	padding-left: 12px;
	background: url("../images/bg/categories_bg.gif") no-repeat;
}

.videoWall .categories label {
	font-size: 12px;
	color: #666;
	margin-right: 10px;
}

.videoWall .categories select {
	width: 130px;
}



.productCategories {
	padding: 0px 12px;
	width: 720px;
	margin: 40px 0px 80px -40px;
	
}

.productCategories li {
	border-bottom: 1px solid #ccc;
	float: left;
	width: 297px;
	height: 42px;
	padding: 0px 10px;
	margin-left: 40px;
	background: url("../images/icons/icon_arrow.png") no-repeat 292px 18px;
}

.productCategories li.top {
	border-top: 1px solid #ccc;
}

.productCategories a {
	display: block;
	color: #333;
	height: 42px;
	line-height: 42px;
	vertical-align: middle;
}

.productCategories a:hover {
	color: #666;
	text-decoration: none;
}

.category {
	border-top: 1px solid #ccc;
	width: 890px;
}

.category li {
	height: 32px;
	padding: 12px 0px 10px 0px;
	margin: 0px;
	border-bottom: 1px solid #ccc;
}
.category .img {
	float: left;
	width: 42px;
	margin-right: 28px;
	height: 32px;
	line-height: 32px;
	vertical-align: middle;
}

.category .title {
	display: block;
	float: left;
	font-weight: bold;
	width: 255px;
	color: #333;
	font-size: 14px;
	margin-right: 48px;
	line-height: 100%;
	padding-top: 7px;
	vertical-align: middle;
}

.category .description {
	font-size: 12px;
	color: #666;
	line-height: 140%;
	width: 405px;
	float: left;
	height: 32px;
	margin-right: 32px;
}

.category .more {
	float: left;
	height: 32px;
	width: 80px;
}

.category .more a {
	margin-top: 3px;
}

.contactContent .container {
	background: url("../images/contact.gif") no-repeat 530px 50px;
}

.contactContent .contentText {
	height: 200px;
}



.contactContent .contentText span {
	width: 380px;
	display: block;
	margin-top: -50px;
	position: relative;
}

.contactContent .contentText p {
	float: left;
	margin-top: 50px;
	color: #333;
	margin-right: 50px;
}

.location {
	margin-top: 20px;
}


.location .address {
	float: left;
	width: 355px;
	color: #333;
}

.location .address strong {
	font-weight: bold;
}

.location .address p {
	margin-bottom: 15px;
}

.googlemaps {
	float: left;
	width: 519px;
	height: 290px;
	border: 1px solid #666;
	background-color: #fff;
}

.googlemaps #map_canvas {
	width: 519px;
	height: 290px;
}

h2 span.required {
	font-size: 14px;
	color: #333;
	font-weight: normal;
	margin-left: 20px;
}

.defaultarticle.contactform {
	margin-top: 35px;
	padding-left: 5px;
}

.contactContent .contentSubTitle {
	padding-top: 50px;
	padding-left: 20px;
}

.contactform div.formradio {
	width: 426px;
	border-width: 1px 0px;
	border-style: solid;
	border-color: #ccc;
	padding: 15px 10px;
	margin-bottom: 50px;
}

.contactform span.formradio {
	margin-right: 40px;
}

.contactform span.formradio input {
	margin-right: 10px;
}

.contactform .formlabel-fullname label, .contactform .formlabel-email label, .contactform .formlabel-function label, .contactform .formlabel-company label, .formlabel-website label, .contactform .formtextarea label {
	font-weight: bold;
}


.contactform p.formtext {
	height: 26px;
	background: url("../images/form/textinput_normal.jpg") no-repeat 150px 0px;
	margin-bottom: 10px;
}

.contactform p.formselect {
	height: 26px;
	margin-bottom: 10px;
}

.contactform p.formtext label, .contactform p.formtextarea label, .contactform p.formselect label {
	color: #333;
	float: left;
	display: inline;
	width: 150px;
	line-height: 26px;
}

.contactform p.formselect select {
	width: 287px;
	line-height: 24px;
	height: 24px;
}

.contactform p.formtext input {
	float: left;
	display: inline;
	width: 277px;
	height: 24px;
	padding: 0px 5px;
	line-height: 24px;
	border: none;
	background: none;
	font-weight: normal;
	margin-top: 1px;
}


.cityformat {
	height: 28px;
	margin-bottom: 40px;
}

.cityformat p.formtext {
	float: left;
	display: inline;
}

.cityformat p.formlabel-citycode {
	float: left;
	display: inline;
	background-image: url("../images/form/textinput_small.jpg");
	height: 27px;
	margin-right: 20px;
}

.cityformat p.formlabel-citycode input {
	width: 61px;
}


.cityformat p.formlabel-city {
	background-image: url("../images/form/textinput_medium.jpg");
	background-position: 36px 0px;
	height: 28px;
}

.cityformat p.formlabel-city label {
	width: 38px;
}

.cityformat p.formlabel-city input {
	width: 150px;
}


.contactform p.formtextarea {
	height: 148px;
	width: 574px;
	background: url("../images/form/textarea.jpg") no-repeat 150px 0px;
	margin-bottom: 10px;
}

.contactform .formtextarea textarea {
	width: 412px !important;
	width: 410px;
	height: 136px;
	padding: 5px;
	border: none;
	background: none;
}


div.formsubmit {
	margin-top: 20px;
}


.formsubmit p.formsubmit {
	background: url("../images/buttons/button_big_left.png") no-repeat top left;
	height: 34px;
	float: left;
	display: inline;
	margin-left: 145px;
}

.formsubmit p.formsubmit input {
	border: none;
	background: url("../images/buttons/button_big_right.png") no-repeat top right;
	height: 34px;
	padding: 0px 30px 0px 15px;
	text-align: left;
	line-height: 34px;
	color: #fff;
	cursor: pointer;
}

.formsubmit .resetform {
	float: left;
	display: inline;
	border: none;
	background: none;
	margin-top: 8px;
	margin-left: 20px;
	cursor: pointer;
}



.contactform p.form_warning, .contactform p.form_warning {
	background-position: 150px -26px;
}

#content .contactform p.formtextarea.form_warning {
	background-position: 150px -148px;
}

.contactform p.form_warning input, #content .contactform p.form_warning textarea {
	color: #990000;
}


ul.form_warning {
	padding: 10px;
	color: #990000;
	padding-left: 55px;
	background: url("../images/icons/icon_warning.png") no-repeat 0px 8px;
	margin-bottom: 30px;
}

ul.form_warning li.title {
	display: block;
	font-weight: bold;
}

ul.form_warning li {
	display: inline;
	padding-right: 10px;
}

p.answertext {
	padding: 15px;
	color: #006600;
	padding-left: 60px;
	background: url("../images/icons/icon_ok.png") no-repeat 5px 13px;
	width: 330px;
	border-width: 1px 0px;
	border-style: solid;
	border-color: #006600;
}


.defaultarticle.project .description {
	float: left;
	display: inline;
	width: 522px;
}

.defaultarticle.project .description p {
	margin-bottom: 20px;
	font-size: 14px;
	color: #333;
}

.defaultarticle.project .images {
	float: left;
	display: inline;
	width: 320px;
	margin-left: 50px;
}

.defaultarticle.project .images li {
	float: left;
	display: inline;
	width: 146px;
	height: 99px;
	background: url("../images/bg/image_bg.jpg") no-repeat;
	padding: 7px 0px 0px 7px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.videoContainer {
	position: relative;
}


.borderTop {
	width: 100%;
	height: 6px;
	background: url("../images/bg/player_bg.jpg") no-repeat top center;
}

.borderTop .left {
	width: 6px;
	height: 6px;
	float: left;
	display: inline;
	background: url("../images/bg/player_bg.jpg") no-repeat top left;
}

.borderTop .right {
	width: 6px;
	height: 6px;
	float: right;
	display: inline;
	background: url("../images/bg/player_bg.jpg") no-repeat top right;
}


.borderMiddle .left {
	padding-left: 6px;
	background: url("../images/bg/player_bg.jpg") no-repeat center left;
}

.borderMiddle .right {
	padding-right: 6px;
	background: url("../images/bg/player_bg.jpg") no-repeat center right;
}


.borderMiddle .middle div {
	width: 100%;
	height: 100%;
}



.borderBottom {
	width: 100%;
	height: 5px;
	background: url("../images/bg/player_bg.jpg") no-repeat bottom center;
}


.borderBottom .left {
	width: 6px;
	height: 5px;
	float: left;
	display: inline;
	background: url("../images/bg/player_bg.jpg") no-repeat bottom left;
}

.borderBottom .right {
	width: 6px;
	height: 5px;
	float: right;
	display: inline;
	background: url("../images/bg/player_bg.jpg") no-repeat bottom right;
}


input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
  outline: 0 none;
}





/*********************************************

	Search Styles

********************************************/

#searchcontrol {
	width:650px;
}


#searchcontrol form.gsc-search-box {
	padding: 10px 5px 15px 5px;
	height: 25px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 10px 0px 30px 0px;
	 
}

#searchcontrol table.gsc-search-box {
	float:left;
	display: inline;
}

#searchcontrol table.gsc-branding {
	float:right;
	display: inline;
	text-align:right;
	color: #999;
	font-size: 12px;
}


#searchcontrol .gsc-search-box .gsc-input input {
	border: none;
	width: 280px;
	height: 26px;
	line-height: 26px;
	padding: 0px 5px;
	color: #333;
	background: url("../images/form/textinput_normal.jpg") no-repeat 0px 0px;
}

#searchcontrol .gsc-search-box .gsc-branding-img img {
	margin-top: 6px;
	margin-left: 5px;
}


#searchcontrol .gsc-search-box .gsc-search-button input {
	border: none;
	width: 93px;
	height: 32px;
	background: url("../images/buttons/button_search.png") no-repeat 0px 0px;
	color: #fff;
	font-size:12px;
	line-height: 26px;
	text-transform: uppercase;
	cursor:pointer;
	margin-left: 10px;
	
}

#searchcontrol .gsc-resultsHeader, #searchcontrol .gs-watermark, #searchcontrol .gs-visibleUrl-short {
	display: none;
}


.gs-result {
	padding: 15px 10px;
	border-bottom: 1px solid #ccc;
}

.gs-result .gs-title {
	font-size: 14px;
	color: #000;
}

.gs-result .gs-snippet {
	width: 500px;
	color: #333;
	margin: 5px 0px;
	line-height: 140%;
	font-size: 12px;
}

.gs-result .gs-snippet b, .gs-result .gs-title b {
	color: #000;
	background-color: #BDE3FF;
	padding: 0px 3px;
	font-weight: normal;
	
}

.gs-result .gs-visibleUrl-long {
	font-size: 12px;
	color: #ccc;
}


.gsc-cursor-box {
	padding-top: 40px;
}

.gsc-cursor .gsc-cursor-page {
	display: inline;
	cursor:pointer;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 2px 6px;
	color: #333;
}

.gsc-cursor {
	display: inline;
}

.gsc-trailing-more-results {
	display: inline;
	margin-left: 10px;
}

#searchcontrol .gsc-cursor .gsc-cursor-current-page {
	color: #000;
	font-weight: bold;
	background-color: #BDE3FF;
}


.noflash {
	color: #ccc;
	width: 300px;
	height: 20px;
	text-align: center;
	margin: auto;
	background: url("../images/noflash.jpg") no-repeat top center;
	padding-top: 100px;
	position: relative;
	top: 40%;
}

.noflash a {
	color: #fff;
}

 .noflash {
	color: #333;
}
 .noflash a {
	color: #000;
	text-decoration: underline;
}



/*********************************************

	Vuvuzela Styles

********************************************/

#vuvuzela_container {
	position: absolute;
	width: 110px;
	height: 105px;
	right: 10px;
	top: 0px;
}