/* //////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////// */
/* LSA Style Sheet */
/* Logic Red Web Design  - www.logicred.co.uk */
/* //////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////// */

/* Body and stuff 
-------------------------------------*/

body {
	font-family:tahoma; 
	font-size: 12px; 
	line-height: 22px; 
	color: #414141;
	background: #666666 url(images/background2.png) 0 0 repeat-y;
	
	background-position: top;
	margin: 0;
	padding: 0;
   text-align: center; /* INTERNET EXPLORER FIX. */
   min-width: 954px; /* INTERNET EXPLORER FIX.  */
}

p { margin-top: 0; }

#template {
	width:954px;
	margin-left:auto;
   margin-right:auto;
	padding:0px;
	text-align:left;
}

#header {
	height: 150px;
	width: 954px;
	background: url(images/header.jpg) 0 0 no-repeat;
}

#menu_wrap {
	width: 954px;
}

#menu {
	width: 500px;
	font-family: georgia, arial;
	height: 41px;
	margin: 0;
	padding-left: 10px;
	padding-bottom: 15px;
	float: left;
}

#client_login {
	float: right;
	height: 41px;
	width: 138px;
	padding-right: 10px;
	background: url(images/client-login.jpg) 0 0 no-repeat;	
}

#clear {
	clear: left;
}


/* Menu
------------------------------------------------ */

ul#sites {
	float:left;
	width:954px;
	font-size:17px;
	font-weight:normal;
	padding:0 0 0 1px;
	margin:0px 0 0px 0px;
	background:transparent url(images/tabsbackul.jpg) left bottom no-repeat;
}

ul#sites li {
	display:inline;
	padding:0px;
	margin:0px;
	line-height: 20px;
	font-family: tahoma;
}

ul#sites li a:link, ul#sites li a:visited {
	float:left;
	display:block;
	height:17px;
	color: #0166B6;
	text-decoration: none;
	background:#FFF url(images/tabsback2.jpg) right bottom no-repeat;
	margin:0px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

ul#sites li a:hover {
	color: #000;
	text-decoration: none;
	background:#FFF url(images/tabsback2.jpg) right bottom no-repeat;
	margin:0px;
	padding:10px;
}

ul#sites a.selected:link, ul#sites a.selected:visited {
	color: #000;
	background:#FFF url(images/tabselect.gif) right top no-repeat;
	margin:0px;
	padding:10px;
	border-left:0px solid #CCC;
}

/* End Menu
------------------------------------------------ */

#homewrap {
	width: 763px;
	float: left;
}

#left {
	width: 420px;
	float: left;
	padding-left: 10px;
	padding-top: 24px;
}

#left_wide {
	width: 753px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 28px;
}

#frontpage {
	width: 333px;
	height: 376px;
	padding-top: 28px;
	background-image: url(images/frontpage.jpg);
	float: left;
	text-align: center;
}

#bottom-wrap {
	width: 763px;
	height: 244px;
}

#bottom-left {
	float: left;
	width: 252px;
	height: 244px;
	background: url(images/front_lscd.jpg);	
}

#bottom-middle {
	float: left;
	width: 252px;
	height: 244px;
	background: url(images/front-business-video-production.jpg);	
}

#bottom-right {
	float: left;
	width: 259px;
	height: 244px;
	background: url(images/front_aide.jpg);	
}

#right {
	width: 189px;
	float: left;
}

/* Right column bits
------------------------------------------------ */

#lscd {background: url(images/right-lscd.jpg); height: 309px; width: 189px;}

#right2 {background: url(images/right-2.jpg); height: 98px; width: 189px;}

#right-clients {padding-top: 6px; background: url(images/right-clients.jpg); height: 240px; width: 189px; text-align: center;}


/* END Right column bits
------------------------------------------------ */

.heading {
	font-family: "georgia";
	color: #0166B6;
	font-size: 22px;
	line-height: 30px;
}

.lsaudio {
	font-family: "georgia";
	color: #454545;
	font-size: 22px;
	line-height: 30px;
}

#homewrap a {
	color: #0001AE; 
	text-decoration: none;
	border-bottom: 1px dashed #0001AE; 
}

#homewrap a:hover {
	text-decoration: none; 
	border: 0;
	color:black;
}

strong {
	color:#0166B6;
}

.image-border {
	border: 1px solid #BABABA;
	padding: 2px;
}

.testi {
	padding: 2px;
	display: block;
	background-color: #708090;
	color: white;
	border-bottom: 3px solid #ccc;
	text-align: center;
}

/* //////////////////////////////////////////////////////////////////////// */




