/* Singlz Web CSS DOC
AUTHOR: Borden Li - Brandish Limited
------------------------------------------------------------------------------------------*/





/* HTML STYLE
------------------------------------------------------------------------------------------*/

html, body {
	font-family: trebuchet ms, Verdana, sans-serif;
	line-height: 1.4;
	font-size: 12px;
	color: #5e5e5e;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
}


a {
	color: #FF0000;
	text-decoration: underline;
}

a:hover {
	color: #FF9900;
	text-decoration: none;
}


a:visited {
	color: #ff0000;
}

a:visited:hover {
	color: #FF9900;
}


img {
	border: 0px none;
}


p {
	color: #5e5e5e;
}



h1 {
	font-size: 20px;
	padding: 0px;
	margin: 0px;
}


h2 {
	font-size: 14px;
	padding: 0px;
	margin: 0px;
	padding-bottom: 10px;
}


h3 {
	padding: 2px;
	padding-left: 10px;
	margin: 0px;
	font-size: 14px;
	width: 250px;
	border-bottom: 1px dotted #e1e1e1;
	border-top: 1px dotted #e1e1e1;
	
}


table {
	border: 0px none;
	margin-bottom: 15px;
	margin-top: 5px;
}

th, td, tr {
	font-size: 12px;
	font-weight: normal;
	border: 0px none;
	color: #5e5e5e;
	padding-left: 5px;
	text-align: left;
}

th {

	font-size: 14px;
	font-weight: bold;
}


/* NAV
------------------------------------------------------------------------------------------*/

#menu{
	height: 32px;
	width: 679px;
}


#nav,
#nav ul { /* all lists */
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#nav li { /* all list items */
	float: left;
	position: relative;
}

#nav li a.navlink { /* Primary Item Link */
	display: block;
	height: 0px !important;
	height /**/:32px; /* IE 5/Win hack */ 
	padding: 32px 0 0 0;
	overflow: hidden;
	background-repeat: no-repeat;
}

#nav li a:hover,
#nav li a.over { /* Primary Item Link Hover */
	background-position: 0 -32px;
}

#nav li#home,
#nav li#home a.navlink { width: 67px; background-image: url(../images/nav_home.gif); }

#nav li#history,
#nav li#history a.navlink { width: 72px; background-image: url(../images/nav_history.gif); }

#nav li#deve,
#nav li#deve a.navlink { width: 147px; background-image: url(../images/nav_deve.gif); }

#nav li#press,
#nav li#press a.navlink { width: 117px; background-image: url(../images/nav_press.gif); }

#nav li#world,
#nav li#world a.navlink { width: 197px; background-image: url(../images/nav_world.gif); }

#nav li#contact,
#nav li#contact a.navlink { width: 79px; background-image: url(../images/nav_contact.gif); }



#nav li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	/* left: -999em; */
	display: none;
}



#nav img {

	padding: 0px;
	margin: 0px;

}



/* Content Block
------------------------------------------------------------------------------------------*/
#main-container {
	width: 679px;
	margin: auto;
	margin-top: 22px;
	text-align: left;
	background: #ffffff
				url(../images/shadow_mid.gif)
				repeat-y;
	padding-bottom: 0px;
	maring-bottom: 0px;
}



#flashcontent {
	width: 613px;
	height: 172px;
	background: #ffffff
				url(../images/singlz_bottom.jpg)
				top right
				no-repeat;

}


#content-container {
	width: 677px;
	background: #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;

}

#wrapper {
	padding: 10px;

}


/* Footer
------------------------------------------------------------------------------------------*/
#footer-container {
	font: Tahoma;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #B4B4B4;
	background: #ffffff;
	background-position: 50% 2px;
	height: 17px;
	clear: both;
}





#footer-right {
height: 20px;
	padding: 0px;
	margin: 0px;
	float: right;
	border-left: 1px solid #b4b4b4;
	padding-left: 5px;
	margin-right: 5px;

}

#footer-left {
	float: left;
	border-right: 1px solid #b4b4b4;
	padding-right: 5px;
}
hr {
	border-top-width: 2px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #B4B4B4;
}
