﻿body
{
	background-color: Black;
	font-family: Verdana;
	color: White;
	margin: 0;
	padding: 0;
}

h1
{
	display: inline;
	font-size: 25px;
	font-weight: normal;
	background-image: url(art/arrow_blue.gif);
	background-repeat: no-repeat;
	background-position: left 14px;
	padding-left: 33px;
}

h2
{
	font-weight: normal;
	font-size: 19px;
	line-height: 19px;
	padding: 0;
	margin: 0px 0px 7px 0px;
}

h3
{
	display: inline;
	font-weight: normal;
	font-size: 12px;
	font-style: italic;
}

h4
{
	color: White;
	font-size: 14px;
	font-weight: bold;
}

h5
{
	font-size: 14px;
	font-weight: normal;
	margin: 0px 0px 3px 0px;
}

h6
{
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
	margin: 0;
}

p
{
	line-height: 24px;
}


a,
a:visited
{
	text-decoration: none;
}

a:hover,
a:visited:hover
{
	text-decoration: underline;
}

.header
{
	height: 110px;
	width: 100%;
	position: relative;
	padding: 0;
	line-height: 1px;
}

.header .logo
{
	float: right;
	margin-right: 40px;
	margin-top: 10px;
}

.header .menu
{
	margin-left: 40px;
	margin-top: 20px;
}

.header .menu a:hover,
.header .menu a:visited:hover
{
	text-decoration: none;
}

.header .menu .menuitem
{
	width: 84px;
	height: 28px;
	line-height: 28px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: White;
	text-transform: capitalize;
}

.header .menu .selected
{
	background-image: url(art/menuitem_bg.gif);
	background-repeat: no-repeat;
}

.header .menu .hover
{
	background-image: url(art/menuitem_hover_bg.gif);
	background-repeat: no-repeat;	
}

.header .menu .menuitem a,
.header .menu .menuitem a:visited
{
	background: none;
	display: block;
}

.main
{
	width: 100%;
	background-image: url(art/bg_gradient.gif);
	background-repeat: repeat-x;
	background-color: #63cef0;
	padding-bottom: 20px;
}

.short
{
	width: 100%;
	background-image: url(art/bg_gradient_light.gif);
	background-repeat: repeat-x;
	position: relative;
	background-color: #81d8f3;
	height: auto;
}

.main a,
.main a:visited
{
	color: White;
}

.main .wrapper
{
	width: 920px;
	background-image: url(art/bg_squares.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.main .wrapper .picture
{
	width: 177px;
	height: 450px;
	background-image: url(art/hands.gif);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
}

.main .wrapper .heading
{
	position: relative;
	float: right;
	width: 585px;
	margin-top: 53px;
	margin-bottom: 40px;
	padding-right: 45px;
}

.main .wrapper .heading .icon
{
	position: absolute;
	top: 60px;
	left: -60px;
	padding: 0;
	margin: 0;
}

.main .wrapper .heading p
{
	padding-left: 35px;
	font-size: 14px;
	text-align: justify;
}

.main .wrapper .heading div
{
	margin-left: 30px;
}

.main .wrapper .content
{
	float: right;
	width: 685px;
	margin-bottom: 30px;
}

.main .wrapper .content p
{
	margin-top: 7px;
	font-size: 12px;
	text-align: justify;
	line-height: 18px;
	padding-right: 8px;
}


.main .wrapper .content p a,
.main .wrapper .content p a:visited
{
	text-decoration: underline;
}

.main .wrapper .content p a:hover,
.main .wrapper .content p a:visited:hover
{
	text-decoration: none;
}

.main .wrapper .content img,
.main .wrapper .content div
{
	float: left;
}

.main .wrapper .content h2,
.main .wrapper .content h3
{
	color: #056988;
}

.footer
{
	height: 65px;
	width: 900px;
	color: #707070;
	font-size: 11px;
	line-height: 22px;
	padding: 25px 0px 0px 50px;
}

.footer a,
.footer a:visited
{
	color: #707070;
	font-size: 10px;
}

.footer .copyright a,
.footer .copyright a:visited
{
	color: #c7c7c7;
	font-size: 11px;
}

.footer .languages a,
.footer .languages a:visited
{
	color: #94def5;
	font-size: 10px;
}

.footer .copyright
{
	color: #c7c7c7;
}

/* objects */

.iconBig
{
	width: 65px;
	height: 56px;
}

.iconMedium
{
	width: 55px;
	height: 47px;
}

.iconSmall
{
	width: 38px;
	height: 32px;
}

.alert
{
	width: 450px;
	height: auto;
	background-color: #b4e8f7;
	border: solid 1px #0a7da1;
}

.alert .header
{
	height: 30px;
	background-image: url(art/bg_alert_header.png);
	background-repeat: repeat-x;
	width: 440px;
	line-height: 30px;
	color: White;
	padding-left: 10px;
	font-size: 11px;
	font-weight: bold;
}

.alert .content
{
	color: Black;
	width: 400px;
	padding: 25px;
	font-size: 11px;
}

.main .wrapper .content .modal
{
	width:700px;
}

.main .wrapper .content .modal .header
{
	padding-left: 20px;
	font-weight: bold;
	color: White;
	font-size: 10px;
	height: 30px;
	line-height: 30px;
	width: 700px;
}

.main .wrapper .content .modal .content
{
	padding: 20px 0px 0px 20px;
	width: 700px;
	border-top: solid 4px #6fd2f1;
}

.modal .content .links
{
	background-color: White;
	line-height: 20px;
	text-align:center;
	width: 132px;
	margin-top: 4px;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
}

.modal .content .links a,
.modal .content .links a:visited
{
	color: Black;
}

.main .wrapper .content .modal .content div
{
	float: left;
}

.modalbg
{
	background-color:Black;
	filter: alpha(opacity=90);
	opacity: 0.9;	
}

.modallightbg
{
	background-color:#b4e8f7;
	filter: alpha(opacity=70);
	opacity: 0.7;	
}


.columns
{
	font-size: 11px;
	line-height: 18px;
}

.columns .three
{
	width: 228px;
}

.columns .five
{
	width: 120px;
}

.columns .four
{
	width: 150px;
}


.thumb
{
	width: 147px;
	height: 187px;
	background-image: url(art/bg_image.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	float: none;
}

.thumb .image
{
	height: 130px;
	width: 125px;
	text-align: center;
	padding: 0;
	padding-left: 9px;
	padding-top: 2px;
}

.thumb img
{
	margin: 0px auto 0px auto;
	text-align: center;
	padding: 0;
	float: none;
	text-align: center;
}

.thumb .caption
{
	width: 134px;
	height: 45px;
	text-align: center;
	margin-top: 0px;
	padding-top: 4px;
	margin-left: 2px;
	float: left;
	padding-bottom: 5px;
}


.thumb .caption h5,
.thumb .caption h6,
.portfolioitem .thumb .caption a
{
	color: #787878;
}

.pngframe
{
	background-image: url(art/bg_image.png);
}

.orangeframe
{
	background-image: url(art/bg_image_orange.png);
	color: White;
}

.orangeframe .caption h5,
.orangeframe .caption h6
{
	color: White;
}

.button
{
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	width: 124px;
	height: 26px;
	line-height: 21px;
	color: #787878;
}

.button a
{
	display: block;
}

.close /* button */
{
	color: Black;
	width: 20px;
	height: 20px;
	background-color: White;
	line-height: 20px;
}

.close a,
.close a:visited
{
	color: Black;
}

.textlink /* button */
{
	font-size: 12px;
	width: auto;
	margin-right: 40px;
	margin-left: -3px;
	color: White;
	line-height: 35px;
	text-align: left;
}

.textlink img /* button */
{
	margin-right: 10px;
}

.green /* button */
{
	background-image: url(art/button_green_bg.png);
	background-repeat: no-repeat;
	background-position: left center;
	width: 140px;
	height: 35px;
	line-height: 35px;
	color: White;
	margin-left: -3px;
}

.silver /* button */
{
	background-image: url(art/button_silver_bg.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.blue /* button */
{
	background-image: url(art/button_blue_bg.png);
	background-repeat: no-repeat;
	background-position: left center;
	width: 140px;
	height: 35px;
	line-height: 35px;
	color: White;
	margin-left: -3px;
}

.darksilver /* button */
{
	background-image: url(art/button_darksilver_bg.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.darkblue /* button */
{
	background-image: url(art/button_darkblue_bg.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.orange /* button */
{
	background-image: url(art/button_orange_bg.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.silver a,
.silver a:visited,
.silver a:hover,
.darksilver a,
.darksilver a:hover,
.darksilver a:visited
{
	color: #787878;
	text-decoration: none;
}

.orange a,
.orange a:visited,
.orange a:hover
{
	color: White;
}


.form
{
}

.form .row
{
}

.step
{
	width: 210px;	
}


.demo
{
	background-image: url(art/bg_demo.png);
	background-position: left top;
	background-repeat: no-repeat;
	width: 332px;
	height: 140px;
	float: right;
}

.demo a,
.demo a:visited
{
	color: Black;
}

.demo .title
{
	width: 150px;
	text-align: left;
	float: right;
	padding-left: 130px;
}

.demo .title h4
{
	margin: 0;
	padding: 0;
	line-height: 40px;
}

/* specifics */

.prices
{
	width: 675px;
	font-size: 12px;
}

.prices .col1
{
	width: 400px;
	background-color: #5ac4e7;
	padding-left: 45px;
	font-weight: bold;
	background-image: url(art/icon_tick_white.gif);
	background-repeat: no-repeat;
	background-position: 15px center;
}

.prices .col2
{
	width: 275px;
	background-color: #5ac4e7;
	padding-left: 40px;
	font-style:italic;
	background-image: url(art/icon_arrow_right_white.gif);
	background-repeat: no-repeat;
	background-position: 15px center;
}

.modal img
{
	border: solid 10px white;
}

.main .wrapper .content .modal h2
{
	color: White;
}

.main .wrapper .content .modal h3
{
	color: #6fd2f1;
	font-style: normal;
}

.main .wrapper .content .modal p
{
	line-height: 20px;
	font-size: 11px;
}

.main .wrapper .content .modal .silver a,
.main .wrapper .content .modal .silver a:hover
{
	color: Black;
}


.step h5
{
	font-weight: bold;
	line-height: 30px;
	display: inline;
	padding-left: 10px;
}

.wrapper .content .step p
{
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	padding-right: 0px;
}

.wrapper .content .demo .text
{
	width: 80px;
	float: right;
	color: Black;
	font-size: 11px;
	line-height: 20px;
}

.wrapper .content .demo .button
{
	float: right;
	padding-right: 40px;
}

.advert
{
	background-image: url(art/bg_advert.png);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: -2px;
	width: 720px; 
}

.advert h4
{
	margin: 10px 0px 2px 0px;
}

.advert h3 a,
.advert h3 a:visited
{
	color: #056988;
}

.advert .text
{
	float: left;
	margin-top: 17px;
	width: auto;
	float:right;
}

.advert .button
{
	margin-top: 115px;
	font-weight: bold;
	float: left;
	margin-right: 5px;
}

.advert ul
{
	margin: 25px 0px 10px 0px;
	padding-left: 10px;
}


.advert ul a,
.advert ul a:visited
{
	color: #056988;
}

.advert li
{
	font-size: 11px;
	line-height: 19px;
	font-weight: bold;
	font-style: italic;
	background-image: url(art/icon_tick.gif);
	background-repeat: no-repeat;
	background-position: 15px center;
	padding-left: 40px;
	display:block;
}

.advert .three
{
	padding-left: 35px;
	width: 191px;
}

.advert .three .text
{	
	float: left;
 	padding-left:4px;
	width: 185px;
	height: auto;
	margin-top: 0px;
}


.portfolioitem
{
	position: relative;
	width: 675px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.portfolioitem .text
{
	position: absolute;
	padding-top: 20px;
	padding-left: 20px;
	width: 510px;
	right: 0px;
}

.main .wrapper .content .portfolioitem p
{
	line-height: 22px;
	font-size: 12px;
}

.portfolioitem .image
{
	margin: 0;
}

.contact .textbox
{
	width: 246px;
	background-image: url(art/contact_textbox_bg.gif);
	background-repeat: no-repeat;
	border: 0;
	height: 16px;
	background-color: Transparent;
	padding: 5px 0px 5px 7px;
	color: #0082aa;
	
}

.contact .textarea
{
	
	background-image: url(art/contact_textarea_bg.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	width: 555px;
	height: 146px;
	padding: 10px;
}

.contact .button
{
	margin-right: 10px;
}

.contact .textarea .input
{
	width: 549px;
	height: 143px;
	border: 0;
	background-color: Transparent;
	padding: 0px 0px 0px 0px;
	color: #0082aa;
	font-family: Verdana;
	line-height: 20px;
	font-size: 12px;
	overflow: auto;
}

.contact .five
{
	font-weight: bold;
	font-size: 11px;
	line-height: 25px;
}

.emails .five
{
	font-weight: bold;
	font-size: 13px;
	line-height: 25px;
}

.main .wrapper .content .emails td
{
	font-size: 12px;
	line-height: 25px;
}