/*
Name: Text Only
Media: Screen,Projection
Version: 1
Created: 2006-04-18
Updated: 2006-04-18
Author: Mat Harden
Intended for: http://southchina.labelsummit.com/
*/



/*--- Standard Elements ---*/

body {
	margin: 0 0 14px 0;
	padding: 0;
	text-align: center;
	color: #3e3e3e;
	background-color: #fff;
	font: normal medium "trebuchet ms", Arial, Helvetica, sans-serif;
	}

a:link {
	color: #36c;
	text-decoration: underline;
	}

a:visited {
	}

a:hover, 
a:active {
	color: #006;
	text-decoration: underline;
	}

h1 {
	margin: 1em 0 0 0;
	padding-bottom: .2em;
	color: #3e3e3e;
	font-size: 1.75em;
	letter-spacing: normal;
	font-weight: normal;
	border-bottom: 1px solid #9a9a9a;
	}

h2 {
	clear: left;
	margin: 1em 0 0 0;
	color: #900507;
	font-size: 1.3em;
	letter-spacing: normal;
	font-weight: normal;
	}

h3 {
	margin: 1em 17px;
	font-size: 1.2em;
	letter-spacing: normal;
	}

input, 
select {
	color: #222;
	font: .85em/normal "trebuchet ms", Arial, Helvetica, sans-serif;
	padding: 0;
	}

q {
	quotes: none;
	font-style: italic;
	}

img, 
hr {
	display: none;
	}



/*--- Layout DIVs ---*/

#container {
	width: 80%;
	margin: 14px auto 0 auto;
	padding: 0;
	text-align: left;
	background: #fff url(../images/page_bg.gif) repeat-y 0px 100px;
	}

#links {
	float: left;
	width: 20%;
	font-size: .8em;
	margin-top: 26px;
	}

#main {
	float: left;
	width: 80%;
	}

#content {
	float: left;
	width: 70%;
	padding-right: 5%;
	padding-left: 5%;
	}

#secondary {
	float: right;
	width: 20%;
	margin-top: 26px;
	font-size: .8em;
	}

#footer {
	clear: left;
	margin: 0;
	padding-top: 1px; /* IE 6 bug fix */
	text-align: center;
	border-top: 1px solid #9a9a9a;
	}

#sponsors {
	display: none;
	}



/*--- Secondary Content ---*/

#secondary blockquote {
	margin: 0 5px;
	}

#secondary blockquote p {
	margin-bottom: 0;
	}

#secondary blockquote p.source {
	margin-top: 0;
	font-weight: bold;
	}



/*--- Forms ---*/

#search-button, 
#eu-button {
	vertical-align: bottom;
	}



.hide, 
.print {
	display: none;
	}