/* Tasbit CSS Document */

/* Redefined Tags */

body {
	background-color: #9DCBD5;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	line-height: 1.2;
}
p {
	margin-top: 0px;
	margin-bottom: 11px;
}
img {
	border:0px;
}
ul {
	list-style-type: square;
}
a {
	color: #15839C;
}


/* Contextual Selectors */

a:hover {
	text-decoration: none;
}


/* Page Structure Styles */

#wrapper {
	width: 717px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	background-image: url(imgs/columnLine.gif);
	background-repeat: repeat-y;
	background-position: left;
}
#header {
	background-color:#FFFFFF;
	background-image: url(imgs/headerBg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height:141px;
	margin-top:0px;
}
#navigation {
	padding-left: 165px;
	padding-top:87px;
}
#columnLeft, #columnPic01, #columnMain {
	float:left;
	margin-top:10px;
}
#columnLeft {
	width: 110px;
	margin-left:6px;
	margin-right:4px; 
}
#columnPic01 {
	width: 126px;
	margin-left:25px;
}
#columnMain {
	width: 550px;
	margin-left:16px;
	margin-right:10px;
}
#footer {
	clear:both;
	background-color:#15839C;
}
#tableTechnical {
	/*margin-left:-8px;*/
}
#tableTechnicalLtBg {
	background-color:#FAFAFA;
}
#tableTechnicalDkBg {
	background-color:#F5f5f5;
}

/* Picture Styles */

#picL{
	float:left;
	padding-right:8px;
	padding-bottom:8px;
}
#picR{
	float:right;
	padding-left:8px;
	padding-bottom:8px;
}



/* Form Styles */
.inputGroove, .inputSubmit {
	border-right: 1px solid; 
	border-top: 1px solid;
	border-left: 1px solid;
	border-bottom: 1px solid; 
	border-color:#545A4F;
	background-color: #FFFFFF;
	color: #15839C; 
	font-size: 9px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.inputSubmit {
	background-color: #16839C;
	color: #FFFFFF; 
}

/* Text Styles */

.bodyTxt, .bodyTxtR {
	font-family: Verdana, Arial, sans-serif;
	color: #1F1F1F;
	font-size: 11px;
	line-height: 1.5;
}
.bodyTxtR {
	color:#CC0000;
}
.smTxt, .linkTxt, .addressTxt {
	font-family: Verdana, Arial, sans-serif;
	color: #1F1F1F;
	font-size: 9px;
	line-height: 1.5;
}
.headerTxt, .headerTxtSm, .headerTxtSmaller {
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size: 20px;
	color: #15839C;
	margin-top: 0px;
	margin-bottom: 6px;
}
.headerTxtSm {
	font-size: 15px;
}
.headerTxtSmaller {
	font-size: 12px;
}
.linkTxt {
	color: #8AC1CD;
	padding-top:4px;
}
.addressTxt {
	color: #15839C;
	padding-top:4px;
}

