/* RESET */
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, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
html { min-height: 100%; margin-bottom: 1px; overflow: -moz-scrollbars-vertical }
 ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*  BASIC ELEMENTS  */

body {
	background:url(../_images/master_background.jpg) top center repeat-x #FFF;
	color:#666;
	font:normal 83.3% Arial, Helvetica, sans-serif;
}
h1 {
	color:#4f759b;
	font:normal 133% Arial, Helvetica, sans-serif;
	line-height:34px;
}
	h1 span{
		font-size: 60%;
		padding-left: 5px;
		display: block;
	}
h2 {
	color:#666;
	font:bold 100% Arial, Helvetica, sans-serif;
	line-height:34px;
}
h3{ 
	margin: 10px 10px 0 10px; 
	color:#FFF; 
	font:bold 100% Arial, Helvetica, sans-serif;
	}
h6{ 
	margin:0; 
	color:#666666; 
	font:normal 90% Arial, Helvetica, sans-serif;
	}
p {
	line-height:22px;
	margin:10px 0;
}
fieldset {
	background:#EEE;
	border:1px solid #DDD;
	clear:both;
	display:block;
	margin:10px auto;
	padding:20px;
}
fieldset li {
		line-height:22px;
}
.fsm {
	background:#cfdfef;
	border:1px solid #aec3d8;
	width:260px;
	word-wrap: break-word;
}
a:link, a:visited {
	color:#4f759b;
}
a:hover {
	color:#666;
}
.page {	
	background:url(../_images/master_page.jpg) top center repeat-x #FFF;
}
#frame {
	margin:0 auto;
	width:930px;
}
#header {
	background:url(../_images/master_logo.jpg) left top no-repeat;
	float:left;
	height:103px;
	width:310px;
}
#links {
	background:url(../_images/try_createbot.jpg);
	float:right;
	height:84px;
	width:190px;
}
#links a {
	display:block;
	height:25px;
}
#nav {
	clear:right;
	color:#FFF;
	width:520px;
	float:right;
}
#nav ul {
	padding:32px 0 20px 0;
}
#nav li {
	display:inline;
	list-style:none;
	margin-right:4px;
}
#nav li a:link, #nav li a:visited {
	color:#999;
	padding: 8px 24px 7px 24px;
	text-decoration:none;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
#nav li a:hover {
	background:#1d1d1d;
	border-bottom:1px solid #333;
	color:#CCC;
}
#nav-con-home .home a,
#nav-con-services .services a,
#nav-con-ourwerk .ourwerk a,
#nav-con-aboutthebot .aboutthebot a,
#nav-con-contact .contact a{
	background:#1d1d1d;
	border-bottom:1px solid #333;
	color:#CCC !important;
}
#master_home {
	background:url(../_images/home01.jpg) #262626;
	border-bottom:1px solid #333;
	clear:both;
	height:300px;
	margin:0 auto;
	width:920px;
}
#master {
	clear:both;
	padding:35px 0 0 30px;
	height:120px;
	width:900px;
}
#master h1, #master p {
	color:#FFF;
}
div.services {
	background:url(../_images/master_services.jpg);
}
div.werk {
	background:url(../_images/master_werk.jpg);
}
div.createbot {
	background:url(../_images/master_createbot.jpg);
}
div.about {
	background:url(../_images/master_about.jpg);
}
div.contact {
	background:url(../_images/master_contact.jpg);
}
.pod {
	float:left;
	margin:10px 0;
	padding:10px;
	width:280px;	
}
.pod p {
line-height:18px;
}
.pod li {
	background:url(../_images/chk.gif) left no-repeat;
	line-height:22px;
	padding-left:25px;
}

.pod img {
	border:4px solid #EAEAEA;
}
#content {
	background:url(../_images/master_content.jpg) top center no-repeat #FFF;
	margin-top:20px;
	padding:5px 15px 15px 15px;
	width:900px;
}
#page_content {
	background:url(../_images/master_page_content.jpg) top center no-repeat #FFF;
	margin-top:20px;
	padding:15px;
	width:900px;
}
.partner {
	background:url(../_images/chk.gif) left center no-repeat;
	padding-left:20px;
}
#right_content {
	float:right;
	margin:10px 0;
	padding:0 20px 30px 20px;
	width:529px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	position: relative;
}
#right_content img {
	border:4px solid #EAEAEA;
	float:left;
	margin:0 10px 10px 0;
}
#right_content ul {
	padding-left:35px;
}
#right_content li {
	list-style-type:disc;
	padding: 2px;
}
.cbot {
	line-height:20px;
	padding-left:120px;
}
.portfolio {
	display:block;
	float:left;
	padding:10px 0;
}
.portfolio img {
	border:4px solid #EAEAEA;
	float:left;
	margin:10px;
}
#subnav {
	/* background:url(../_images/menu_back.jpg) top center repeat-x #EEE; 
	border-right:1px solid #DDD; */
	float:left;
	margin-top:10px;
	padding:10px 10px 20px 10px;
	width:289px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
}
#subnav li {
	list-style:none;
}
#subnav li a:link, #subnav li a:visited {
	background:url(../_images/chk.gif) left center no-repeat;
	border-bottom:1px solid #DDD;
	color:#666;
	display:block;
	padding:14px 30px;
	text-decoration:none;
}
#subnav li a.selected{
	background:url(../_images/chk.gif) left center no-repeat #666666;
	color:#E3E3E3;
}
#subnav li a:hover {
	background:url(../_images/chk.gif) left center no-repeat #222;
	color:#E3E3E3;

}
.side img {
	border:2px solid #CCC;
	float:left;
	margin:10px 10px 80px 0;
}
.side, .tweet {
	float:left;
	padding:20px 10px;
	width:289px;
	overflow: hidden;
}
.side {
/*border-top:1px solid #EAEAEA; */
}

#global {
	background:#1d1d1d;
	clear:both;
	display:block;
	margin-bottom:10px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
#global h1 {
	color:#CCC;
}
#cntmap{
	width: 220px;
	height: 300px;
}

#footer {
	border-top:2px solid #EAEAEA;
	clear:both;
	color:#999;
	display:block;
	font-size:11px;
	padding: 12px 10px;
}
/* GENERIC CLASSES */
.left {
	float:left;
}
.fright {
		float:right;
}
.right {
	clear:both;
	float:right;
}
.hrule {
border-bottom:1px solid #DDD;
clear:both;
margin-bottom:10px;
padding:10px 0;
}
/* Contact Form Styles */
label {
font-weight:bold;
padding-left:5px;
display:block;
}
input, textarea {
	border:1px solid #CCC;
	margin:5px;
	padding:5px;
	width:400px;
}
	.small_input {
	border:1px solid #CCC;
	width:200px;
	}
textarea {
height:120px;
}
#cntmap{
	margin: 5px 0px;
	width: 280px;
	height: 300px;
	background-color: #EAEAEA;
}
	.clear{
	clear:both;
	height:10px;
	}
#twitter_update_list li {
	padding:10px 10px 10px 0;
}
#twitter_update_list a{
	display: block;
}
.submit{
	width: auto;
	border: none;
}
.field{
	position:relative;
}	
label.error{
	position: absolute;
	background: #cc0000;
	color: #ffffff;
	font-size: 12px;
	padding: 5px;
	top: 0;
	margin-top: 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	left: 0;
}
/*
	FORM VALIDATION STYLES
*/
.full {width: 100%;}
.half {width: 50%; vertical-align: top;}

.fValidator-msg {
	background-color: #c00;
	color: #fff;
	position: absolute;
	display: inline;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}				
.about_set {
	background:#fAfafa;
	border:1px solid #EAEAEA;
	margin-left:80px;
				
}
/*
	PORTFOLIO SECTION
*/		
			.boxgrid{ 
				width: 280px; 
				height: 150px; 
				margin:6px; 
				float:left;  
				border: solid 3px #CCC; 
				overflow: hidden; 
				position: relative; 
			}
				.boxgrid img{ 
					position: absolute; 
					top: 0; 
					left: 0; 
					border: 0; 
				}
				.boxgrid p{ 
					padding: 0 10px; 
					color:#AAA; 
				}
			.boxcaption{ 
				float: left; 
				position: absolute; 
				background: #000; 
				height: 100px; 
				top:120px;
				width: 100%; 
				opacity: .8; 
				/* For IE 5-7 */
				filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
				/* For IE 8 */
				-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
 			}
 				.caption .boxcaption {
 					top: 200;
 					left: 0;
 				}
				.boxcaption a:link, .boxcaption a:visited  {
					color:#CCC;
					text-decoration:underline;
				}
				.boxcaption a:hover {
					color:#4f759b;
					text-decoration:underline;
				}
		.createbot {
			background:#cfdfef;
			border:1px solid #aec3d8;
			display:block;
			padding:15px;
			text-align:center;
		}
/* */
#bot_blog,
#blog_comments{
	position: relative;
}
#bot_blog h1{
	position: relative;
	left: 5px;
}
.bot_loading{
	position: absolute;
	width: 16px;
	height: 16px;
	left: -18px;
	top: 9px;
	background: url(../_images/loadinfo.gif);
}
.bot_results li span.date{
	display: block;
	font-size: 80%;
	color: #999999;
}
.bot_controls{
	margin-top: 15px;
}
	.bot_next,
	.bot_next_disabled,
	.bot_prev,
	.bot_prev_disabled{
		width: 43px;
		height: 35px;
	}
	.bot_next{
		background: url(../_images/blog_next.gif);
		cursor: pointer;
		float: right;
	}
		.bot_next_disabled{
			background: url(../_images/blog_next_grey.gif);
			cursor: auto;
			float: right;
		}
	.bot_prev{
		background: url(../_images/blog_prev.gif);
		float: left;
		cursor: pointer;
	}
		.bot_prev_disabled{
			background: url(../_images/blog_prev_grey.gif) !important;
			float: left;
			cursor: auto;
		}
	.bot_pages{
		float: left;
	}
		.bot_pages a{
			float: left;
			background-color: #e5e5e5;
			margin-left: 5px;
			text-decoration: none;
			padding: 10px 13px;
			text-align: center;
			color: #666666;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			cursor: pointer;
		}
		.bot_pages a.selected{
			background-color: #666666;
			color: #e5e5e5;
		}
		.bot_pages a:hover{
			background-color: #999999;
			color: #e5e5e5;
		}
#blog_comments .odd{
	background-color: #ffffff;
}
#blog_comments .even{
	background-color: #f5f5f5;
}
.comment{
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
	.comment p{
		margin: 0;
		padding: 5px;
	}
	.comment p.author{
		color: #999999;
		font-size: 11px;
		margin: 0;
		padding: 0;
		line-height:normal;
		width: 100%;
		text-align: right;
		font-weight: bold;
	}
	.comment p.date{
		color: #999999;
		font-size: 11px;
		margin: 0;
		padding: 0;
		line-height:normal;
		width: 100%;
		text-align: right;
	}
.splitter{
	width: 100%;
	border-top: 2px solid #EAEAEA;
	margin-top: 20px;
	margin-bottom: 20px;
}
.form_error{
	width: 100%;
	background-color: #ff0000;
	color: #FFFFFF;
	padding: 5px;
	margin: 5px;
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.warning{
	width: 100%;
	background-color: #ff9900;
	color: #FFFFFF;
	padding: 5px;
	margin: 5px;
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.rss_feed{
	position: absolute;
	right: 0;
}
.rss_feed img{
	border: none !important;
}