@charset "utf-8";
/* CSS Document */
/*----------------------------------------------*/

/*     Main Body
----------------------------------------------*/
body {
	font-size:12px; 
	font-family:Arial, Helvetica, sans-serif; 
	color:#333333;
	background-color:#daddec;
	margin:0 auto; 
	padding:0;
	text-align:center;
}

/*     General layout for all pages
----------------------------------------------*/

#holder 
{
	width: 766px;	
	margin:0 auto;
	padding:0 0 0 16px;
	vertical-align:top;
	background:url(images/mainbg_shadow.jpg) center repeat-y;
}	

#Content
{
	position:relative;
	float:left;
	width:748px;
	padding:0 0 20px 0;
	margin: 0 0 0 0;
	border-left: #000000 1px solid;
	border-right: #000000 1px solid;
	border-bottom: #000000 1px solid;
	vertical-align:top;
}	

#Menu
{
	position:relative;
	float:left;
	width:748px;
	padding:2px 0 0 0;
	margin: -3px 0 0 0;
	background:#f3db5d;
	border-top:#ffffff 1px solid;
	border-bottom:#ffffff 1px solid;
	height:20px;
}

#topSpacer
{
	position:relative;
	float:left;
	width:748px;
	height:20px;
	padding:0 0 0 0;
	margin:0 0 0 0;
	border-top:#2e3fa7 2px solid;
}


/* ----------- Home page stuff
---------------------------------*/
	
#pageLeft
{
	position:relative;
	float:left;
	width:491px;
	padding:0 24px 0 27px;
	margin: 0 0 20px 0;
	border-right:#2e3fa7 1px solid;
	text-align:left;
}

#pageRight
{
	position:relative;
	float:left;
	width:186px;
	padding:0 2px 0 12px;
	margin:0 0 0 0;
	text-align:right;
}

.MainPageTitle
{
	position:relative;
	float:left;
	width:478px;
	display:inline;
	margin:0 0 10px 0;
	padding:6px;
	background:#daddec;
}
	



.RelatedLinksTitle
{
	position:relative;
	float:left;
	width:143px;
	display:inline;
	margin:10px auto 10px 15px;
	padding:6px;
	background:#daddec;
}

.RelatedLinks
{
	position:relative;
	float:left;
	width:143px;
	display:inline;
	margin:0 0 0 15px;
	padding:2px 6px 12px 6px;
	background:url(images/relatedlink.gif) left no-repeat;
}

/* -------------- Products ------------- */
.txtPadding
{
	line-height:20px;	
}

.CatList
{
	position:relative;
	float:left;
	width:170px;
	padding:6px;
	display:inline;
	background:#303fa6;
}

.LitCoshhHead
{
	position:relative;
	float:left;
	width:200px;
	border:#3A40B0 1px solid;
	background:#daddec;
	margin-right:20px;
}

.LitCoshhHolder
{
	position:relative;
	float:left;
	width:180px;
	border:#3A40B0 1px solid;
	padding:10px;
	margin-right:20px;
}

.Content2
{
	position:relative;
	float:left;
	width:478px;
}

/* -------------- Contacts ------------- */
.ContactHolder
{
	position:absolute;
	left: 277px;
	top: 78px;
	height: 229px;
	visibility:hidden; 
}

.ContactHeader
{
	position:relative;
	float:left;
	padding:6px;
	background:#daddec;
	width:200px;
}

.AddressInfo
{
	position:absolute;
	float:left;
	border:#000099 1px solid;
	padding:6px;
	margin-left:20px;
	width:420px;
}



/* -------------- Acoustic Managers ------------- */
.ManagersHolder
{
	position:relative;
	float:left;
	width:479px;
	padding:6px;
	border-top:#3A40B0 1px solid;
	margin-bottom:40px;
}


/* -------------- footer ------------- */

#footerContainer 
{
	height:68px;
	width:770px;
	padding:0 0 0 0;
	margin: 0 auto 0 auto;
	text-align:left;
}


#footerLeft
{
	position:relative;
	float:left;
	height:10px;
	width:10px;
	padding:0 0 0 0;
	margin: 0 auto 0 auto;
	background:url(images/mainshadow_bl.gif) top no-repeat;
}

#footerCentre
{
	position:relative;
	float:left;
	height:68px;
	width:750px;
	padding:0 0 0 0;
	margin: 0 auto 0 auto;
	background:url(images/mainshadow_b.gif) top repeat-x;
	text-align:center;
}

#footerRight
{
	position:relative;
	float:left;
	height:10px;
	width:10px;
	padding:0 0 0 0;
	margin: 0 auto 0 auto;
	background:url(images/mainshadow_br.gif) top no-repeat;
}


.cleaner {
	overflow:hidden;
	clear:both;
	height:1px;
}



.blueborder {
	border: 1px solid #3A40B0;
}

.greyBorder
{
	border:#999999 1px solid;
}

.imgPaddingRight
{
	margin-right:6px;
}

.imgPaddingRight20
{
	margin-right:20px;
}

.imgPaddingLeft20
{
	margin-left:20px;
}


/* Texts sizes and stuff */

/* HEADERS */
h1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding:0 0 0 0;
	margin:0 0 0 0;
}



h2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding:0 0 0 0;
	margin:0 0 0 0;
}


h3
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	letter-spacing:-1px;
	color:#5a5721;
	font-weight:bold;
	margin:0 0 0 0;	
}

h4
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#39650f;
}

/* OTHER TEXT STYLES */
.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}


.standardtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.main12
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4c4919;	
}

.Blue12
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#003399;
}

.main11
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#4c4919;	
}


/* LINKS */

/* Standard link */

.menuSpanTxt
{
	padding-right:5px;
}

.menustyle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
}

.menustyle a:link {
	color: #000000;
	text-decoration: none;
}

.menustyle a:hover {
	color: #4050B0;
	text-decoration: none;
}

.menustyle a:visited {
	color: #000000;
	text-decoration: none;
}

.menustyle a:visited:hover {
	color: #4050B0;
	text-decoration: none;
}

.relatedLinksBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	font-weight: bold;
	width:150px;
}

.relatedLinksBox a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.relatedLinksBox a:hover {
	color: #D9DDFF;
	text-decoration: none;
}

.relatedLinksBox a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.relatedLinksBox a:visited:hover {
	color: #D9DDFF;
	text-decoration: none;
}
