/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { 
	border:0;
}
input, textarea {
    font-family: Segoe UI,Tahoma,Arial,Verdana;
    font-size: 9pt;
    padding: 3px;
}

/* base */
html, body {
    width: 100%;
    height: 100%;
    font-family: Segoe UI,Tahoma,Arial,Verdana;
    font-size: 9pt;    
    background-color: #FFF;
    color: #000;
}

a, a:link {
	color:#0060BF;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

h1 {
	font-size: 180%;
	font-weight: bold;
	margin-bottom: 10px;
}

h2 {
	font-size: 140%;
	font-weight: bold;
	margin-bottom: 8px;	
}

h3 {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 6px;	
}

p {
	margin: 0 0 1em 0;
	text-align: justify;
	line-height: 1.3em;
}

/* common */
a.more {
	padding-left: 15px;
	background: url('/images/next.gif') no-repeat 0px 3px;
}

div.clear {
	clear: both;	
}

ul {
	list-style-type: disc;
	margin: 5px 0 10px 20px;	
}

/* blocks */
#wrap {
	width: 960px;
	margin: 0 auto;
	position: relative;
	min-height: 100%;
}

#header {
	padding: 15px 0 15px 0;
	background: url('/images/puncture.gif') repeat-x left bottom;
}

#logo {
	padding: 5px 0 0 15px;
	width: 180px;
	height: 110px;
	float: left;	
}

#main-menu-wrap {
	background-color: #336799;
	height: 30px;
	margin-left: 180px;
	padding: 80px 15px 5px 25px;
	background: url(/images/bg_pic.jpg) no-repeat;
}

ul#main-menu {
	padding: 0;
	margin: 0;
	height: 30px;
	list-style: none;
}

ul#main-menu li {
	float: left;
	padding: 3px 0 0 0;
}

ul#main-menu li.separator {
	padding: 0 5px 0 5px;
	font-size: 1px;
	background: url(/images/menu-separator.gif) no-repeat 50%;
	width: 20px;
	height: 25px;
}

#content {
	padding: 15px 0 0 0;	
	overflow: auto;
}

#right-column {
	float: right;
	width: 300px;
	margin: 20px 0 20px 20px;
}

#right-column div.block {
	background-color: #EDEDED;
	border: solid 1px #CCCCCC;
	margin: 0 0 15px 0;	
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#right-column div.block div.title {
	height: 25px;
	padding-left: 40px;
	font-weight: bold;
}

#right-column div.block div.content {
}

#right-column div.block div.more {
	text-align: right;
}

#right-column div.block.faq div.title {
	background: url('/images/faq.gif') no-repeat;	
}

#right-column div.block.portfolio div.title {
	background: url('/images/http.gif') no-repeat;	
}

#right-column div.block.order div.title {
	background: url('/images/letter.gif') no-repeat;	
}

#card-carousel-wrap {
	height: 140px;
	width: 960px;
	overflow: hidden;
	background: url('/images/puncture.gif') repeat-x left 140px;
	padding: 0 0 15px 0;
}

#card-carousel-wrap div.top-border {
	height: 15px;
	background: url('/images/puncture.gif') repeat-x left 1px;
	font-size: 1px;
}

ul#card-carousel {
	padding: 0;
	list-style: none;
}

ul#card-carousel li {
	float: left;
	width: 240px;
	height: 110px;
	text-align: center;
	list-style: none;
	overflow: hidden;
	margin: 0 0 50px 0px;
}

/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 880px;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

ul#card-carousel li.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 220px;
    text-align: center;
    height: 110px;
    margin: 0;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-prev {
    z-index: 3;
    display: none;
	width: 35px;
	height: 110px;
	float: left;
	background: url('/images/leftarrow.gif') no-repeat 0 50%;
	cursor: pointer;
}

.jcarousel-prev-disabled {
	background: url('/images/leftarrow-disabled.gif') no-repeat 0 50%;
}

.jcarousel-next {
    z-index: 3;
    display: none;
   	width: 35px;
	height: 110px;
	float: right;
	background: url('/images/rightarrow.gif') no-repeat right;
	cursor: pointer;
}

.jcarousel-next-disabled {
	background: url('/images/rightarrow-disabled.gif') no-repeat right;	
}

#recent-content {
	margin: 15px 0 0 0;
}

#recent-content a.all {
	float: right;
	margin: 10px 10px 0px 0px;
}

#recent-content li, #news li, #articles li {
	padding: 3px 5px 3px 1px;
}

#recent-content div.date, #news div.date, #articles div.date {
	color: #666;
	font-size: 80%;
	width: 30px;
	float: left;
	padding-top: 1px;
}

#the-news div.date, #the-article div.date {
	color: #666;
	margin: 10px 0 10px 0;
}

#recent-news, #recent-articles {
	width: 50%;
	float: left;
}

#recent-news ul {
	margin: 0 10px 0 0;
	list-style: none;
}

#news ul {
	list-style: none;
	margin: 0;
}

#recent-articles h2 {
	margin-left: 10px;
}

#recent-articles ul {
	margin: 0 0 0 10px;
	list-style: none;	
}

#articles ul {
	list-style: none;
	margin: 0;
}

#recent-articles {
	background: url('/images/v.gif') repeat-y left bottom;
}

#contacts .row {
	padding: 0 0 20px 0;
}

#contacts .row .hd {
	float: left;
	font-weight: bold;
}

#contacts .row .td {
	margin-left: 140px;
}

ul#portfolio {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

ul#portfolio li {
	height: 110px;
	width: 24%;
	float: left;
	text-align: center;
	padding: 0;
	margin: 20px 0 0 0;
}

div.feedback div.row {
	margin: 0 0 5px 0;
	overflow: auto;
}

div.feedback div.hd {
	float: left;
	padding: 4px 0 0 0;	
}

div.feedback div.td {
	margin-left: 140px;	
}

#feedback-send-button {
	float: left;	
}

#feedback-loading {
	display: none;
	float: left;
	margin: 7px 0 0 5px;
	width: 16px;
	height: 16px;
	background: url('/images/loading.gif') no-repeat;
}

#feedback-success {
	display: none;
	font-weight: bold;
	font-size: 1.4em;
	margin-left: 140px;	
	color: Green;
}

#feedback-fail {
	display: none;
	font-weight: bold;
	font-size: 1.4em;
	color: Red;
	margin-left: 140px;	
}

#spacer {
	clear: both;
	height: 26px;	
}

#footer-wrap {
	position: absolute;
	bottom: 0px;
	left: 0;
	height: 26px;
	width: 100%;
	overflow: hidden;
}

#footer {
	position: relative;
	bottom: 0px;
	left: 0;
	width: 960px;
	height: 26px;
	margin: 0 auto;
	overflow: hidden;
	background: url('/images/btm.gif') no-repeat;
}

#footer div.developer {
	width: 120px;
	height: 26px;
	float: left;
	position: relative;
	left: 22px;
	bottom: -7px;
}

#footer div.developer a {
	color: #FFF;
}

#footer div.copyright {
	width: 120px;
	height: 26px;
	float: right;
	position: relative;
	right: 50px;
	bottom: -7px;
	color: #FFF;
}

#footer div.copyright1 {
	width: 120px;
	height: 26px;
	float: right;
	position: relative;
	right: 150px;
	bottom: -30px;
	color: #FFF;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	height:100%;
	width:100%;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
