/* CSS Document for Bluestar */
/*      Fibres Company       */

body { 
	margin:0;
	background:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#5a5856;
	line-height: 1.5;
}

h1,h2,h3 { 
	color:#365195;
	font-size: 35px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px; margin-bottom: 10px;
	text-transform: lowercase;
}

h2 { font-size: 15px; }
h3 { font-size: 13px; }

a 		  { color:#365195; text-decoration: none; }
a:visited { color:#365195; text-decoration: none; }
a:hover   { color:#365195; text-decoration: underline; }

.red-text { color:#d24a48; }


/* Logos */
/*       */
#logo { 
	background:url(images/bluestar-heading.gif) no-repeat;
	width: 782px;
	height: 266px;
}

#logo-inner { 
	background:url(images/bluestar-logo-inner.gif) no-repeat;
	width: 782px;
	height: 161px;
}


/* Containers */
/*            */

#container { 
	width: 782px;
	margin: 0 auto;
}

#content-container { 
	background:url(images/homepage-background.jpg) no-repeat;
}

#content-container-inner { 
	background:url(images/site-background.gif) repeat-y;
	float:left;
}

#content-top { 
	width: 568px;
	float:left;
	text-align: right;
	background: #FFFFFF;
}

#content { 
	float: left;
	width: 522px; 
	background:url(images/content-border-r.gif) repeat-y right #ffffff;
	padding: 0 21px 0 25px;
}

#homepageprop { 
	float:right;
	height:427px;
	width:1px;
}


/* Footer */
/*        */

#content-footer { 
	background:url(images/border-b.gif) no-repeat;
	width: 782px;
	height: 22px;
	float:left;
}

#footer { 
	font-size: 11px;
	color: #474746;
	margin: 41px 0 0 5px;
	padding-bottom: 20px;
}


#footer a 		{ color:#474746; text-decoration: none; }
#footer a:hover { color:#474746; text-decoration: underline; }

#copyright { float: left; }
#footerlinks { float: right; text-transform: uppercase; }
	


/* Hacks */
/*       */

#topspacer { width:100%; height: 35px; }
.clear { clear:both; line-height: 1px; font-size: 1px; }


/* Navigation */
/*       	  */

/* main nav */
#nav { 
	width: 214px;
	float:left;
	background:url(images/navtop.jpg) top no-repeat;
	padding-top: 170px;
	line-height: 1;
	font-size: 11px;	
	text-transform: lowercase;
}

#nav.home { 
	background:none;
	padding-top: 0px;
}


#nav a { text-decoration: none; padding: 0 0 0 35px; color: #FFFFFF; }
#nav a:hover { 
	color: #FFFFFF;
	padding: 0 0 0 35px;	
	background:url(images/menu-hover.gif) no-repeat left;
}

#nav ul {
	list-style: none;
	padding: 0;
	margin:0;
	padding: 0 0 0 10px;
}

#nav li {
	padding:20px 0 12px 0;
	margin: 0;
	background:url(images/menu-divider.gif) no-repeat top;
}

#nav li.navtop { 	background:none; }

/* subnav */
#innernav li { padding: 5px 0 3px 0; background: none; } 

.input-field { 
	width: 100%;
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

/* text size links */
#text-size 	{ color:#fff; float:left; }
#text-size a		{ color: #fff; }
#text-size a:hover	{ color: #fff; }
.text-large 		{ font-size: 14px; }