/* CSS-Styles */

a {
	text-decoration:none;
	outline:none;
}

input.error {
	-webkit-box-shadow: red 0px 2px 3px;
	-moz-box-shadow: red 0px 2px 3px;
	box-shadow: red 0px 2px 3px;		
}

input {
	font-family:arial !important;
	font-size:12px;	
	padding:4px;
}
#tab-2 table {
	margin:40px 0;	
}
#tab-2 table tr td{
	padding:5px 10px;
}
#tab-2 input[type=text], textarea {
	width:400px;
	border:1px solid #777;
}
#tab-2 input[type=radio] {
	line-height:15px;	
}
#tab-2 textarea#message {
	height:200px;
	vertical-align:top;
}
#tab-2 table tr td {
	vertical-align:top;
}

#intro-text {
	margin:40px 10px 20px 13px;
	font-size:15px;
}

#container h1 {
	font-size:22px;
    text-transform: uppercase;
	color:rgb(0,120,147);
}
#container h2 {
	font-size:20px;
	font-weight:normal;
    color:rgb(0,120,147);
}
#container #intro-text a {

    text-decoration: underline !important;
}
#content-tabs {
	font-family:Arial;
	font-size:14px;
	color:#666 !important;	
	margin-top:40px;
}

td.title-images {
	font-size:16px;
	font-weight:bold;
	text-align:center !important;
}
#container {
	margin:20px auto 0 auto;
	width:990px;
	min-height:200px;
	padding-bottom:100px;
}

#logo {
	text-align:left;
	position:absolute;
	top:50px;
	width:640px;
	margin-left:20px;
}

#contact-top a {
	color:#333;
	outline:none;
}
#contact-top {
	color:#333;
	position:absolute;
	
	top:170px;
	margin-left:720px;
	
	z-index:1;
	text-align:left !important;
	
	padding:10px;
	background: #fff;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#f1f1f1));
	background: -webkit-linear-gradient(#ffffff, #f1f1f1);
	background: -moz-linear-gradient(#ffffff, #f1f1f1);
	background: -ms-linear-gradient(#ffffff, #f1f1f1);
	background: -o-linear-gradient(#ffffff, #f1f1f1);
	background: linear-gradient(#ffffff, #f1f1f1);
	-pie-background: linear-gradient(#fff, #f1f1f1);
	
	border: 1px solid #000;
	text-align: center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: #000 0px 2px 3px;
	-moz-box-shadow: #000 0px 2px 3px;
	box-shadow: #000 0px 2px 3px;
	
	behavior: url(/PIE.htc);
}

#example-images {
	position:relative;
	margin:10px auto;
	width:900px;
}
#example-images table td {
	padding:15px;
	text-align:left;
}
.dialog {
	display:none;
	font-size:18px;
	font-weight:bold;
	font-family:arial;
}
.example-image {
	padding:10px;
	background: #fff;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff), to(#f2f2f2));
	background: -webkit-linear-gradient(#fff, #f2f2f2);
	background: -moz-linear-gradient(#fff, #f2f2f2);
	background: -ms-linear-gradient(#fff, #f2f2f2);
	background: -o-linear-gradient(#fff, #f2f2f2);
	background: linear-gradient(#f5f5f5, #f2f2f2);
	-pie-background: linear-gradient(#fff, #f2f2f2);
}

.example-image {
	float:left;
}

#example-images table tr td {
	vertical-align: top;	
}

ul.neg-points {
	list-style-image: url(../img/list_neg.png);
}
ul.pos-points {
	list-style-image: url(../img/list_pos.png);
}

ul.pos-points li, ul.neg-points li {
	font-family:arial;
	font-size:22px;
	color:#444;
	font-weight:bold;
	line-height: 24px;
	
	padding-bottom:7px;
}

ul.neg-points,ul.pos-points {
	margin-left:-10px;
}

.radius-border {
	border: 1px solid #666;
	text-align: center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: #666 0px 2px 3px;
	-moz-box-shadow: #666 0px 2px 3px;
	box-shadow: #666 0px 2px 3px;
	
	behavior: url(/PIE.htc);
}

.box-rotate {
  -webkit-transform: rotate(-7.5deg);  /* Safari 3.1+, Chrome */
     -moz-transform: rotate(-7.5deg);  /* Firefox 3.5-15 */
      -ms-transform: rotate(-7.5deg);  /* IE9 */
       -o-transform: rotate(-7.5deg);  /* Opera 10.5-12.00 */
          transform: rotate(-7.5deg);  /* Firefox 16+, Opera 12.50+ */
             filter: progid:DXImageTransform.Microsoft.Matrix(/* IE6–IE9 */
                     M11=0.9914448613738104, M12=-0.13052619222005157,M21=0.13052619222005157, M22=0.9914448613738104, sizingMethod='auto expand');
               zoom: 1;
}


#dialogbg {
	cursor:pointer;
	top:0px;
	z-index:100;
	background:#000000;
	position:absolute;
	opacity: 0.5;       /* modern browser */  
    -moz-opacity: 0.5;  /* older Mozilla browser */  
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE8 in Standard Compliant Mode */  
    filter:alpha(opacity=50); /* IE5.x -7.0 */
}

#litebox {
	background:#000000;
	cursor:pointer;
}

.img-loader {
	position:absolute;
	background: rgba(0,0,0, 0.4);
}
.img-loader .image {
	background-image:url(../img/ajax-loader.gif);
	width:128px;
	height:15px;
	margin:0 auto;
}

