body {
	background-image: url(../port_images/page_bg01.jpg);
	background-position: top center;
	background-repeat:no-repeat;
	background-color: #7db2d2;
}

img {
	border: none;
}

a {
	outline: none;
}
#container {
	width: 905px;
	height: 525px;
	margin: 0 auto;
	margin-top: 40px;
	font-family: tahoma, arial, sans-serif ;
	font-size: 14px;
	
	

	
}

#nav {
	width: 907px;
	height: 122px;
	margin: 0 auto;
	
}

#nav img {
	border: 1px solid #000000;
	margin-top: 5px;
}

.tab_container {
	
	border-top: none;
	margin: 0 auto;
	width: 902px;
	background: #fff;
	height: 400px;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;



	
}

.tab_container h1 {
	font-size: 14px; 
	font-family: tahoma, ariel, sans-serif;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	
	
}

.tab_container a {
	font-size: 12px; 
	font-family: tahoma, ariel, sans-serif;
	font-weight: bold;
	
}

.lists {
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	width: 50px;
}

.guick-links {
	width: 150px;
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	
}



.quick-links ul li{
	margin-bottom: 5px;
}
.tab_container ul {
	list-style: none;
	width: 200px;
	float: left;
	border-right: 1px soild #989da4;
	display: inline;
	font-size: 12px; 
	font-family: tahoma, ariel, sans-serif;
	
}
.tab_content img {
	border: 1px solid #000000;
}

.tab_container ul a{
	text-decoration: none;
	color: #033a93;
	
}

.tab_container ul a:visited{
	text-decoration: none;
	color: #033a93;
	
}

.tab_container ul a:hover{
	text-decoration: none;
	color: #7c8798;
	
	
}

.details {
	width: 150px;
	float: left;
	margin-right: ;
}


.latest-news {
	width: 400px;
	float: left;
	margin-left: 40px;
	margin-top: 10px;
	
}

.latest-news p {
	margin-top: 5px;
	font-size: 12px;
	font-family: tahoma, arial, sans-serif;
}


.details h1 {
	margin-bottom: 5px;
}

#frozen,#tdm, #fringe, p {
	font-family: tahoma, arial, sans-serif ;
	font-size: 14px;
}

.image {
	width: 200px; 
	height: 309px;
	
	float: left;
	margin-right: 15px;
	
}

.main-content {
	width: 600px;
	float: left;
}


.line {
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #617598;
	
}

.clear {
	clear: both;
}

.tab_content {
	padding: 20px;
	font-size: 1.2em;
}

ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 122px; /*--Set height of tabs--*/
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 903px;
	margin: 0 auto;
	font-size: 12px; 
	font-family: tahoma, ariel, sans-serif;
	font-weight: bold;
	text-align: center;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 121px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 76px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #e0e0e0;
	width: 300px;
	
	
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 1.2em;
	padding: 0 ;
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
	height: 122px;
}
ul.tabs li a:hover {
	background: #ccc;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #fff;
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
}





.main-content p {
	height: 130px;
}



#footer {
	width: 905px;
	height: 30px;
	margin: 0 auto;
	font-family: tahoma, arial, sans-serif;
	padding-top: 5px;
	clear: both;
}	

#footer-contact {
	width: 600px;
	height: 40px;
	float: left;

}

#footer-copyright {
	width: 300px;
	float: left;
}



#footer h1 {
	font-size: 12px;
	font-weight: bold;
	display: inline;
	margin-top: 3px;
	margin-right: 5px;
	color: #1c3646;
}

#footer p {
	font-size: 12px;
	display: inline;
	margin-top: 3px;
	margin-right: 5px;
	
	
}

#footer-copyright {
	text-align: right;
}


#nav-frozen {

}	
	
	
#frozen {
	background-image: url(../port_images/frff_bg.jpg) ;
	background-repeat: none;
	background-position: top center;
	height: 360px;
}	

#tdm {
	background-image: url(../port_images/cont-tdm_bg.jpg) ;
	background-repeat: none;
	background-position: top center;
	height: 360px;
}	

.blank {
	background-color: #e0e0e0;
}

#nav-spacer {
	float: left;
	margin: 0;
	padding: 0;
	height: 121px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 76px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #999;
	border-right: none;
	border-bottom: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #e0e0e0;
	width: 225px;
	
	
}

}


