/* Master */

body {
	margin: 0px;
	padding: 0px;
	background-color: #191919;
	background-image: url('images/bg.jpg');
	background-repeat: repeat-x;
	font-family: Arial, Verdana, Tahoma, Sans-serif;	
	line-height: 1.3em;
}

.noborder {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

.border {
	border: 1px solid #000;
	margin: 0px;
	padding: 0px;
}

.clear {
	clear: both;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
}

li {
	font-family: Arial, Verdana, Tahoma, Sans-serif;	
	font-size: 10pt;
}

a:link, a:active, a:visited  {
	color: #FFB400;
	text-decoration: none;
}

a:hover {
	color: #FFB400;
	text-decoration: underline;
}

/* Containers */

.container_head {
	margin: 0px auto;
	align: center;
	width: 770px;
	height: 532px;
	background-image: url('images/bg_flash.jpg');
	background-repeat: no-repeat;	
	padding-left: 35px;
	padding-right: 35px;
}

.container_head_interior {
	margin: 0px auto;
	align: center;
	width: 770px;
	height: 331px;
	background-image: url('images/bg_interior.jpg');
	background-repeat: no-repeat;	
	padding-left: 35px;
	padding-right: 35px;
}

.container_content {
	margin: 0px auto;
	align: center;
	width: 670px;
	min-height: 250px;
	background-image: url('images/bg_content.jpg');
	background-repeat: repeat-y;		
	padding-top: 45px;
	padding-left: 85px;
	padding-right: 85px;	
	padding-bottom: 45px;
	font-size: 10pt;
}

.container_foot {
	margin: 0px auto;
	align: center;
	width: 750px;
	height: 191px;
	background-image: url('images/bg_foot.jpg');
	background-repeat: no-repeat;	
	padding-top: 20px;
	padding-left: 55px;
	padding-right: 35px;	
	color: #dedede;
	font-size: 10pt;
}

/* Content */

.logo {
	width: 770px;
	height: 102px;
}

.flash {
	margin: 0px auto;
	align: center;
	width: 770px;
	height: 430px;
}

.flash_interior {
	margin: 0px auto;
	align: center;
	width: 770px;
	height: 229px;	
}

.content_left {
	float: left;	
	width: 400px;
}

.content_right {
	float: right;
	width: 210px;
}

.blog_left {
	float: left;	
	width: 490px;
}

.blog_right {
	float: right;
	width: 120px;	
}

.services_left {
	float: left;	
	width: 300px;
}

.services_right {
	float: right;
	width: 300px;	
}

.copyright, .copyright a:link, .copyright a:active, .copyright a:visited {
	color: #686867;
}

.copyright a:hover {
	color: #FFB400;
	text-decoration: none;
}

h1 {
	font-size: 16pt;		
	font-weight: normal;
	color: #FFB400;
	margin-top: 20px;
	margin-bottom: 20px;
}

h2 {
	font-family: Arial, Verdana, Tahoma, Sans-serif;
	font-size: 16pt; 
	font-weight: normal;
	margin-top: 0px;
	color: #FFB400;
}

.news-title {
	font-size: 12pt;	
}

.date {
	font-size: 9pt;	
	color: #8d8d8d;
}

.blog_date {
	color: #8d8d8d;
	font-size: 8pt; 
	font-weight: normal;
}

hr {
	margin-top: 35px;
	margin-bottom: 35px;
	color: #CCCCCC;
	height: 1px;
}


/* Form */

.form {
	margin-top: 0px;
	padding: 0px;	
}

.form_title {
	float: left;
	padding-top: 3px;
	padding-left: 0px;
	padding-right: 5px;
	margin: 0px;
	text-align: left;
	width: 150px;
}

.form_title_bold {
	float: left;
	padding-top: 3px;
	padding-left: 0px;
	padding-right: 5px;
	margin: 0px;
	text-align: left;
	width: 150px;
	font-weight: bold;
}

.form_textbox {
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
}

.thumb {
	width: 180px;
	height: 130px;
	background-image: url('images/g_thumb.jpg');
	background-repeat: no-repeat;	
	padding-left: 20px;	
	padding-top: 10px;
}

/* Validation */

input, textarea {
	font-family: arial, verdana, tahoma, sans-serif;
	font-size: 10pt;
	padding: 2px;	
}

input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.required, textarea.required {
	border: 1px solid #969DA2;
}

input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}

input.validation-passed, textarea.validation-passed {
	border: 1px solid #969DA2;
	color : #000;
}

input.optional, textarea.optional {
	border: 1px solid #969DA2;
}

input.optional_noborder, textarea.optional_noborder {
}

.validation-advice {
	margin-top: 2px;
	padding: 2px;
	background-color: #FF3300;
	color: #FFF;
	font-weight: bold;
	font-size: 8pt;
}


table#foot {
	width: 100%;
}	

table#foot td {
	line-height: 15pt;
}

table#portfolio {
	width: 100%;
}

table#portfolio td {   
	padding-bottom: 25px;
}

table#demos {
	width: 100%;
}

table#demos td {   
	padding-bottom: 5px;
}