/* CSS Document */

html,body{
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	/*background-color: #808080;*/
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	min-width: 807px;
	min-height: 664px;
}
#vertical{
	float:left;
	height: 50%;
	margin-top: -333px;
	width: 100%;
}
#wrapper {
	width: 807px;
	margin-left:auto;
	margin-right:auto;
	height: 654px;
	text-align:left;
	clear:both;
	position: relative;
}

#top {
	background-image: url(/images/background_top.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 143px;
	width: 807px;
	float: left;
}
*html #top {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/background_top.png',sizingMethod='crop');
}
#logo {
	float: left;
}
#content {
	background-image: url(/images/background_mid.png);
	background-repeat: no-repeat;
	float: left;
	width: 807px;
	height: 428px;
	
}
*html #content {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/background_mid.png',sizingMethod='crop');
	
}
#content_inner {
	text-align: left;
	margin: 0px;
	padding: 0px 27px;
	float: left;
	width: 753px;
	height: 428px;
	position: relative;
	font-family: "Comic Sans MS";
	font-style: italic;
	/*color: #ff8940;*/
	color: #777777;
}
*html #content_inner {
	width: 810px;
}
#content_info {
	background-image: url(/images/cloud_man.jpg);
	background-repeat: no-repeat;
	background-position: 85% 100%;
	height: 446px;
	position: absolute;
	width: 693px;
	padding: 0px 30px;
}
*html #content_info {
	padding-top: 12px;
	width: 753px;
}
#content_inner p, #content_info p {
	font-size: 0.7em;
	line-height: 1.4em;
	margin-top: 0px;
	margin-bottom: 10px;
}
#content_inner h1, #content_info h1 {
	font-size: 1.2em;
	line-height: 1.4em;
}
#content_info h1 {
	color: #777777;
	font-style: italic;
	margin-bottom: 5px;
}
#content_inner h2, #content_info h2 {
	font-size: 0.8em;
	line-height: 1.4em;
	margin: 5px 0px 8px 0px;
}
#content_info h2 {
	font-size: 1em;
	color: #777777;
	font-style: italic;
}
#footer {
	background-image: url(/images/background_bottom.png);
	background-repeat: no-repeat;
	height: 63px;
	width: 100%;
	float: left;
	color: #ffffff;
	font-size: 0.6em;
	text-align: center;
}
*html #footer {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/background_bottom.png',sizingMethod='crop');
}
a {
	outline: none;
}
#footer a, #textonly a						{text-decoration: none; color: #ffffff}
#footer a:link, #textonly a:link			{text-decoration: none; color: #ffffff}
#footer a:visited, #textonly a:visited		{text-decoration: none; color: #ffffff}
#footer a:active, #textonly a:active		{text-decoration: none; color: #ffffff}
#footer a:hover, #textonly a:hover 			{text-decoration: underline; color: #ffffff}

#subfooter {
	text-align: center;
	font-size: 0.65em;
	float: left;
	width: 100%;
}
#subfooter p {
	margin: 5px 0px 10px 0px;
}
#navigation {
	padding: 25px 12px 0px 12px;
	float: left;
	text-align: left;
	position: relative;
}
#navigation img {
	margin: 0px 2px;
}
#title {
	width: 250px;
	float: right;
	padding: 25px 14px 0px 0px;
}
#page_nav {
	position: absolute;
	bottom: -10px;
	right: 30px;
}
*html #page_nav {
	right: 60px;
}
#page_nav img {
	margin: 0px 2px;
}
#multimedia_buttons {
	text-align: center;
	width: 732px;
	padding-top: 120px;
}
#flash {
	width: 100%;
	text-align: center;
	padding-top: 20px;
}
.movie3d {
	width: 473px;
	float: left;
	text-align: center;
}
.text3d {
	width: 220px;
	float: right;
	padding: 40px 30px 30px 30px;
}

.client {
	text-align: center;
	padding: 10px;
}
.client_image {
	width: 667px;
	margin: 0px auto;
}
.client_body {
	width: 667px;
	margin: 0px auto;
	text-align: left;
}

/* Menu */

#top_navigation {
	float: right;
	position: relative;
	margin: 55px 30px 0px 0px;
	visibility: hidden;
	font-family: "Comic Sans MS";
	z-index: 101;
}
*html #top_navigation {
	margin-right: 15px;
}
.menu {
	width: 100px;
	float: left;
	margin: 0px 2px;
	position: relative;
}
.menu_link {
	width: 102px;
	height: 25px;
	position: relative;
	display: block;
	background-repeat: no-repeat;
}
.menu_inner {
	position: absolute;
	top: 25px;
	z-index: 100;
}
.menu_child {
	width: 102px;
	overflow: hidden;
	background-image: url(/images/menu_background.gif);
	background-position: center;
	background-repeat: repeat-y;
}
.menu_bottom {
	background-image: url(/images/menu_bottom.png);
	background-position: center top;
	background-repeat: no-repeat;
	height: 11px;
	width: 102px;
	overflow: hidden;
}
*html .menu_bottom {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/menu_bottom.png',sizingMethod='crop');
	margin: 0px 4px;
	width: 94px;
}
.menu_child a {
	display: block;
	padding: 2px 11px 4px 9px;
	text-decoration: none;
	font-size: 0.7em;
	line-height: 1.1em !important;
	color: #000;
	text-align: center;
}
.menu_child a:hover {
	text-decoration: underline;
}

#menu1_link {
	background-image: url(/images/menu_info.png);
}
*html #menu1_link {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/menu_info.png',sizingMethod='crop');
}
#menu2_link {
	background-image: url(/images/menu_clients.png);
}
*html #menu2_link {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/menu_clients.png',sizingMethod='crop');
}
#menu3_link {
	background-image: url(/images/menu_contact.png);
}
*html #menu3_link {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/menu_contact.png',sizingMethod='crop');
}

#contact {
	text-align: center;
	margin-top: 30px;
}
#contact_form {
	padding: 20px; 
	text-align:center;
}
#contact_form_inner {
	height: 345px;
	width: 642px;
	padding-top: 20px;
	background-image: url(/images/contact_form_background.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0px auto;
}
*html #contact_form_inner {
	height: 365px;
}
#contact_form_inner form {
	margin: 0px;
	padding: 0px 0px 0px 95px;
	width: 451px;
}
*html #contact_form_inner form {
	padding: 0px;
}
#contact_form_inner p {
	font-size: .8em;
	color: #666666;
	margin-bottom: 8px;
	clear: both;
}
#contact_form_inner div {
	position: relative;
	margin: 0px auto;
	width: 386px;
	float: left;
}
*html #contact_form_inner div {
	margin-bottom: 4px;
}
#contact_form_inner span {
	float: left;
	display: block;
	width: 75px;
	padding-right: 5px;
	text-align: right;
	font-size: 0.6em;
	color: #000;
}
#contact_form_inner .textarea label {
	background-image: url(/images/textarea_background.gif);
	width: 290px;
	height: 120px;
	padding: 2px 11px 13px 3px;
	background-attachment: static;
	background-position: left top;
	background-repeat: no-repeat;
	top: 0;
	left: 0;
	text-align: left;
	display: block;
	float: left;
}
*html #contact_form_inner .textarea label {
	width: 304px;
	height: 135px;
}
#contact_form_inner .textarea label textarea {
	width: 290px;
	height: 120px;
	border: none;
	background-color: #ffffd8;
}
*html #contact_form_inner .textarea label textarea {
	overflow: hidden;
	font-size: 0.7em;
}

#contact_form_inner .input label {
	background-image: url(/images/input_background.gif);
	width: 292px;
	height: 30px;
	padding: 2px 11px 2px 3px;
	background-attachment: static;
	background-position: left top;
	background-repeat: no-repeat;
	top: 0;
	left: 0;
	display: block;
	text-align: left;
	float: left;
}
*html #contact_form_inner .input label {
	width: 306px;
	height: 30px;
	padding: 1px 11px 2px 3px;
	float: left;
}
#contact_form_inner .input label input {
	width: 292px;
	border: none;
	background-color: #ffffd8;
	font-size: 0.7em;
}
.check_boxes {
	width: 380px;
	margin-bottom: 10px;
}
*html .check_boxes {
	margin-bottom: 6px;
}
.check_boxes img {
	float: right;
}
.check_boxes div {
	padding-right: 30px;
	padding-top: 3px;
	height: 22px;
}
.check_boxes div p {
	margin: 0px;
}
.gallery a {
	cursor: default;
}