@charset "UTF-8";
/* CSS Document */

body * {
	margin: 0;
	padding: 0;
	}

body {
	background: white;
	font: 12px/15px Arial, Helvetica, sans-serif;
	color: black;
	}
	
a:link, a:visited {
	color: #990000;
	}	
a:hover, a:active {
	color: #CC0000;
	}
	
h1, h2, h3, h4 {
	font-size: 20px;
	margin: 1em 0;
	}	
h2 {
	font: bold italic 14px Trebuchet, 'Trebuchet ms', Verdana, Arial, Helvetica, sans-serif;
	color: #666633;
	letter-spacing: 2.5px;
	}
h3 {
	font-size: 12px;
	color: #666633;
	}
h4 {
	font-size: 12px;
	}
	
ul {
	margin-left: 0;
	}
li {
	margin-left: 1.25em;
	}
	
/* layout */
#mainContainer {
	width: 744px;
	margin-left: auto;
	margin-right: auto;
	}

#headerBox {
	height: 69px;
	background: url(../images/homeMenuLine.gif) repeat-x;
	margin-top: 94px;
	width: 100%;
	}
	
#menu {
	width: 204px;
	height: 201px;
	float: left;
	}

#middleImg {
	width: 76px;
	height: 69px;
	float: left;
	margin-left: 127px;
	}

#footerBox {
	text-transform: lowercase;
	color: #aeaeae;
	font-size: 10.5px;
	display: block;
	clear: both;
	margin-left: 270px;
	}
/* end layout styles */

h1#logoType {
	margin: 0;
	}

#logoType a {
	width: 204px;
	height: 69px;
	display: block;
	background: url(../images/lwtLogo.gif) no-repeat;
	}
	
#logoType span, #slogan span {
	display: none;
	}
	
#slogan {
	background: url(../images/getNoticedOff.gif) no-repeat;
	width: 222px;
	height: 69px;
	float: right;
	}
	
/* navigation */
#headerBox ul {
	float: left;
	list-style-type: none;
	}
#headerBox ul li {
	float: left;
	display: block;
	margin: 0;
	}
		/* about */	
#mAbout, #mAbout a {
	width: 36px;
	height: 132px;
	display: block;
	}
#mAbout a:link, #mAbout a:visited {
	background: url(../images/menuAboutOff.gif) no-repeat;
	}
#mAbout a:hover, #mAbout a:active, .aboutOn {
	background: url(../images/menuAboutOn.gif) no-repeat;
	}
	
		/* press */	
#mPress, #mPress a {
	width: 36px;
	height: 132px;
	display: block;
	}
#mPress a:link, #mPress a:visited {
	background: url(../images/menuPressOff.gif) no-repeat;
	}
#mPress a:hover, #mPress a:active, .pressOn {
	background: url(../images/menuPressOn.gif) no-repeat;
	}
	
		/* contact */	
#mContact, #mContact a {
	width: 35px;
	height: 132px;
	display: block;
	}
#mContact a:link, #mContact a:visited {
	background: url(../images/menuContactOff.gif) no-repeat;
	}
#mContact a:hover, #mContact a:active, .contactOn {
	background: url(../images/menuContactOn.gif) no-repeat;
	}
	
		/* services */	
#mServices, #mServices a {
	width: 35px;
	height: 132px;
	display: block;
	}
#mServices a:link, #mServices a:visited {
	background: url(../images/menuServicesOff.gif) no-repeat;
	}
#mServices a:hover, #mServices a:active, .servicesOn {
	background: url(../images/menuServicesOn.gif) no-repeat;
	}
	
		/* portfolio */	
#mPortfolio, #mPortfolio a {
	width: 35px;
	height: 132px;
	display: block;
	}
#mPortfolio a:link, #mPortfolio a:visited {
	background: url(../images/menuPortfolioOff.gif) no-repeat;
	}
#mPortfolio a:hover, #mPortfolio a:active, .portfolioOn {
	background: url(../images/menuPortfolioOn.gif) no-repeat;
	}
	
		/* cat */	
#mCat, #mCat a {
	width: 27px;
	height: 132px;
	display: block;
	}
#mCat a:link, #mCat a:visited {
	background: url(../images/menuCatOff.gif) no-repeat;
	}
#mCat a:hover, #mCat a:active, .catOn {
	background: url(../images/menuCatOn.gif) no-repeat;
	}
	
#mAbout strong, #mPress strong, #mContact strong, #mServices strong, #mPortfolio strong, #mCat strong {
	display: none;
	}
	
/* footer nav */ 
.copyright {
	float: left;
	margin-left: 10px;
	}
#footerBox ul {
	list-style-type: none;
	float: left;
	}
#footerBox ul li {
	float: left;
	display: block;
	margin: 0;
	}
#footerBox ul li a, #footerBox ul li strong {
	margin: 0 2px 0 4px;
	}
	
#footerBox a:link, #footerBox a:visited {
	color: #aeaeae;
	}
#footerBox a:hover, #footerBox a:active{
	color: #cc0000;
	}
	
#sloganMobi {
	display: none;
	}