/* CSS Document */

/* BASIC */

* 	{
	margin: 0;
	padding: 0;
	}

body {
	background-color: #FFFFFF;
	font: 67.5% Arial, Helvetica, sans-serif;
	color: #00477a;
	text-align: center;
	line-height: 160%;
	}
		
h1 {
	font: bold 2.3em Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin-bottom: 12px;
	color: #00477a;
	}
		
h2 {
	font: bold 2.3em Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin-bottom: 12px;
	color: #00477a;
	}
		
h3 {
	font: bold 1.3em Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	color: #af003e;
	text-transform: uppercase;
	}
	
h4 {
	font: bold 1.2em Arial, Helvetica, sans-serif;
	margin-bottom: 8px;
	color: #00477a;
	}		
	
p {
	font-size: 1.1em;
	margin-bottom: 10px;
	margin-right: 20px;
	}
	
a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #af003e;
	}
	
a:hover, a:active {
	text-decoration: none;
	font-weight: bold;
	color: #00477a;
	}			
		
ul {
    list-style-type: none:
	}

li {
	font: 1em;
	margin-bottom: 8px;
	}	
	
img {border:none;}	
		
	
/* LITTLE FIXES */	
	
.noBottomMargin	{margin-bottom: 0px;}
	
.bold {font-weight: bold;}	

.whiteText {color: #FFFFFF;}	
	
.blueText {
	color: #00477a;
	font-weight: bold;
	}	
	
.redText {
	color: #af003e;
	font-weight: bold;
	}	
	
.clearBoth {clear: both;}	
	
.spaceAbove {padding-top: 10px;}
	
.spaceBelow {
	margin-bottom: 20px;
}	
	
.lineBelow {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #CCCCCC;
	}
	
.lineAbove {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #CCCCCC;
	clear: both;
	}	
	
.floatLeft {float: left;}	
	
.floatRight {float: right;}
	
.clear {clear: both;}			
	
.hidden {display: none;}		
	
	
/* LAYOUT */

#wrapper {
	background: #FFFFFF;
	width: 1000px;
	text-align: left;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	border-top: 2px solid #00477a;
	border-right: 2px solid #00477a;
	border-bottom: 2px solid #00477a;
	border-left: 2px solid #00477a;
	}
	
	
	
#newsbar {
	padding-left:20px;
	float:left;
	width:235px;
	height:auto;
}
#container {
	background: #FFFFFF;
	width: 1000px;
	position: relative;
	}		
	
#banner {
	width: 1000px;
	background: #FFFFFF;
	
	margin: 0;
	}		
		
#content {
	width: 1000px;
	padding: 0;
	margin: 0;
	background: #FFFFFF url(../images/content-background.gif) repeat-x left top;
	padding-top: 30px;
	float: left;
	}

#left {
	width: 200px;
	padding: 0;
	margin: 0;
	float: left;
	margin-right: 20px;
	}
	
#main {
	padding-left: 8px;
	min-height:450px;
	float: right;
	margin-bottom: 23px;
	padding-right: 280px;
	background: url(../images/big-logo.gif) no-repeat right top;
	width: 430px;
	border-left: thin dotted #004380;
	}
	
#bigLogo {
	position: absolute;
	top: 0px;
	right: 0px;
	}	
	
/* NEWS */

.newsItem {
	width: 110px;
	background: url(../images/news-new-business2.gif) no-repeat left top;
	height: 100px;
	padding-left: 130px;
	margin-bottom: 100px;
	float: left;
	margin-right: 20px;
	}
	
.newsItem p {
	line-height: 130%;
	margin-bottom:25px;
	}	
	
#tradeShow {
	background: url(../images/news-trade-shows2.gif) no-repeat left top;
	margin-right: 0px;
	}	
			
	
	
	
/* FOOTER */		
	
#footer {
	width: auto;
	padding: 11px 0px 10px 0px;
	margin: 0;
	text-align: center;
	background: url(../images/footer-background.gif) repeat-x left top;
	clear: both;
	height: 18px;
	}	
	
#footer p {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 0px;
	}
	
#footer a:link, #footer a:visited {
	color: #FFFFFF;
	}
	
#footer a:hover, #footer a:active {
	color: #e7bdcc;
	}			

	
/* NAVIGATION */				
		
#nav ul {
	width: auto;
	padding: 0;
	list-style-type: none;
	text-align: left;
	margin-left: 20px;
	margin-bottom: 8px;
	}
		
#nav li {
	display: inline;
	}
		
#nav a:link, #nav a:visited {
	padding: 6px 20px 4px 25px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	color: #00477a;
	font-size: 1.2em;
	background: url(../images/nav-bullet.gif) no-repeat left center;
	}

#nav a:hover, #nav a:active {
	background: url(../images/nav-bullet-hover.gif) no-repeat left center;
	color: #af003e;
	}
	
        
/* YOU ARE HERE LINKS */	
	
body#home a#homeLink,
body#bespoke a#bespokeLink, 
body#about a#aboutLink,
body#products a#productsLink,
body#links a#linksLink, 
body#news a#newsLink,
body#contact a#contactLink {
	padding: 6px 20px 4px 25px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	color: #c31b3f;
	font-size: 1.2em;
	background: url(../images/nav-bullet-hover.gif) no-repeat left center;
	}
		

/* FLOAT DROP FIX */

br.clear {
	clear: both;
	}
	
.clear:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
	}

.clear {
	min-height: 1px;
	}
	
* html .clear {
	height: 1px;
	}
