body{
	margin:0px;
	padding:0px;
	background:#222 url(../images/bodybg.png) repeat-x fixed top center;
	text-align:justify;
	font:11px Verdana,Arial,Helvetica,sans-serif;
}
#container{
	width:900px;
	margin:auto;
	padding-bottom:20px;
	padding-top: 0px;
}


h1,h2,h3,h4,h5,h6{
	font-family:Georgia,Verdana,Arial,Helvetica,sans-serif;
	font-weight:lighter;
	margin:10px 0px 0px 0px;
	color:#222;
	text-indent: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1{
	font-size:28px;
}
h2{
	font-size:25px;
	color:#0a294f;
}
h3{
	font-size:22px;
	color:#202f0f;
}
h4{
	font-size:18px;
	color:#911322;
}
h5{
	font-size:16px;
	color:#af3d0a;
}
h6{
	font-size:11px;
	font-weight:bold;
	color:#222;
}
del{
	color:#999;


}
hr{
	width:100%;
	border:0;
	margin:5px 0px !important;
	margin:2px 0px 5px 0px;
	height:1px;
	color:#777;
	background-color:#777;
}
a{
	color:#FF0000;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
p{
	line-height:22px;
	margin:5px 0px 15px 0px;
	/*text-align:justify;*/
}
.noborder{
	border:0;
}
#content ul{
	margin:0px;
	padding:0px 10px 5px 15px;
	list-style-type:none;
}
#content ol{
	margin:0px;
	padding:0px 10px 5px 33px;
}
#content ul li{
	padding-bottom:7px;
	background:transparent url(../images/arrow.gif) no-repeat 0px 5px;
	padding-left:10px;
}
#content ol li{
	padding-bottom:7px;
}
#content ul li ul{
	margin:8px 0px -7px 0px;
}

#content .pre{
	font:11px "Courier New",Courier,sans-serif;
	color:#af454a;
}

img{
	border:none;
}
img.floatright,
img.floatleft,
#left img{
	border:1px none #222;
	padding-right: 10px;
	padding-left: 10px;
}
a:hover img.floatright,
a:hover img.floatleft,
#left a:hover img{
	border:1px solid #af2639;
}

.floatleft{
	float:left;
}
.floatright{
	float:right;
}
.w50{
	width:50%;
}
.floatleft p{
	padding:0px 10px 0px 0px;
}
.floatright p{
	padding:0px 0px 0px 10px;
}
img.floatleft{
	margin:15px 15px 5px 0px;
}
img.floatright{
	margin:15px 0px 5px 15px;
}

/* rounded corners */
.tl{background:#222 url(../images/corners/tl.gif) no-repeat top left;}
.tr{background:transparent url(../images/corners/tr.gif) no-repeat top right;}
.br{background:transparent url(../images/corners/br.gif) no-repeat bottom right;}
.bl{background:transparent url(../images/corners/bl.gif) no-repeat bottom left;}

.ltl{background:#efefef url(../images/corners/l_tl.gif) no-repeat top left;}
.ltr{background:transparent url(../images/corners/l_tr.gif) no-repeat top right;}
.lbr{background:transparent url(../images/corners/l_br.gif) no-repeat bottom right;}
.lbl{background:transparent url(../images/corners/l_bl.gif) no-repeat bottom left;}




code{
	display:block;
	width:92%;
	margin:0px auto 15px auto;
	line-height:17px;
}
code .red{
	color:#af454a;
}

#top{
	background:url(../images/contentbg.gif) repeat-y top center;
}


#bottom{
	background:url(../images/container_b.gif) no-repeat bottom center;
	height:9px;
}
* html #bottom{
	margin-top:-4px;
}


#header{
	font:30px Georgia,Verdana,Arial,Helvetica,sans-serif;
	width:900px;
	height:175px;
	margin:auto;
	text-align:left;
	background-image: url(../images/fitec_fibre_technics_header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#title{
	margin-top:130px;
	margin-left:13px;
	position:absolute;
	color:#fff;
	background-color:transparent;
	cursor:default;
	left: 151px;
	top: 5px;
}


.nav{
	height:40px;
	background-color:#000000;
	color:#fff;
	width:850px;
	margin:auto;
	text-align:left;
	font-size:11px;
	cursor:default;
}
.nav2{
	height:40px;
}
#slogan{
	position:absolute;
	margin:11px 0px 0px 15px;
	font-size:14px;
}
#navdiv{
	text-align:left;
}
#navlist{
	list-style-type:none;
	margin:0px;
	padding:13px 8px 0px 0px;
}
#navlist li{
	display:inline;
}
#navlist li a{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	height:40px;
	padding:8px 6px 9px 6px;
}
#navlist li a:hover{
	color:#FF0000;
	
}

#content{
	min-height:400px;
	width:850px;
	margin:auto;
	text-align:left;
	border: medium none #000000;
}
* html #content{
	min-height:400px;
	height:auto !important;
	height:400px;
}
#left{
	width:500px;
	float:left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	clear: left;
}
* html #left{
	padding-top:20px;
}


#right{
	width:270px;
	float:right;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	clear: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
* html #right{
	padding-top:30px;
}
#right .sideitem{
	margin-bottom:25px;
	border: thin solid #990000;
	text-indent: 0px;
	background-color: #FFFFFF;
}
#right .sideitem h4{
	font:12px Georgia,Arial,Helvetica,sans-serif;
	font-weight:bold;
	color:#222;
	width:100%;
	background:#fff url(../images/dottedborder.gif) repeat-x bottom center;
	padding-bottom:3px;
	margin-bottom:13px;
}
#right .sideitem b{
	/*display:block;*/
}
#right .sideitem p{
	padding:0px 5px;
}
#right .sideitem ul{
	margin-left:-4px;
}


.footer{
	height:30px;
	width:850px;
	margin:auto;
	color:#fff;
	text-align:left;
	clear:both;
}
.footer div{
	height:30px;
}
#copyright{
	text-align:left;
	float:none;
	padding:8px;
	margin-top:0px !important;
	margin-bottom:-16px;
}
