/*  ------------------------------------------------------------------------
                         Lorantz Audio Services
    ------------------------------------------------------------------------  */



/*  ----------------------------|  KEY TAGS  |----------------------------  */

* {
	margin: 0;
	padding: 0;
}
body {
	font-family: arial, sans;
	color: #444;
	font-size: 12px;
	padding:0;
	margin: 0;
	background: url('images/bg.gif') repeat;
}
h1 {
	font-family: arial, sans;
	font-size: 22px;
	font-weight: normal;
	line-height: normal;
	color: #222;
	margin: 0 0 3px 0;
}
h2 {
	font-family: arial, sans;
	font-size: 12px;
	font-weight: bold;
}
p {
	line-height: normal;
	margin: 0 0 10px 0;
}
a img {
	border: none;
}
a {
	color: #c00;
	text-decoration: none;
}
a:hover {
	color: #444;
}

/*  ----------------------------|  FORM ELEMENTS  |----------------------------  */
form, fieldset {
	padding: 0;
	margin: 0;
	border: none;
}
/*  ----------------------------|  WEBSITE WRAPS  |----------------------------  */
#wrap {
	text-align: center;
}
#container {
	width: 955px;
	text-align: left;
	margin: 0px auto;
}
/*  ----------------------------|  HEADER ELEMENTS / BANNER |----------------------------  */
#header {
	float: left;
	width: 955px;
	background: #fff;
	font-size: 11px;
	color: #777;
}
#banner {
	float: left;
	height: 260px;
	width: 955px;
	background: url('images/banner.jpg') no-repeat;
}
#bannerPadding {
	float: left;
	padding: 100px 0 0 300px;
}
#banner h1 {
	font-family: arial, sans;
	font-size: 30px;
	font-weight: normal;
	letter-spacing: -1px;
	color: #fff;
}
#banner h2 {
	font-weight: normal;
	color: #fff;
}
.companyLogo {
	display: none;
}
.logo {
	width: 320px;
	height: 60px;
	background: url('images/lorantz.gif') no-repeat;
	cursor: pointer;
}
/*  ----------------------------|  HEADER LINKS  |----------------------------  */
#menu {
	margin: 60px 10px;
	float: right;
	color: #fff;
}
#menu li {
	padding: 10px 70px;
	list-style-position: inside;
	list-style-type: none;
}
#menu a {
	text-decoration: none;
	color: #FFF;
}
#menu a:hover {
	text-decoration: underline;
}
/*  ----------------------------|  MAIN CONTENT  |----------------------------  */
#keyContent {
	line-height: 18px;
	background: #fff;
	width: 955px;
	float: left;
}
#keyContentPadding {
	padding: 10px;
}
#leftNews {
	width: 210px;
	float: left;
	padding-right: 20px;
}
#middleContent {
	width: 420px;
	float: left;
	padding: 0 20px;
	border-left: 1px dotted #CCC;
	border-right: 1px dotted #CCC;
}
#rightContact {
	width: 210px;
	float: left;
	padding-left: 20px;
}
/*  ----------------------------|  WEBSITE FOOTER  |----------------------------  */
#footer {
	background: url('images/footer.gif') no-repeat #eee;
	clear: both;
	height: 50px;
	font-size: 11px;
	line-height: 16px;
}
#footerPadding {
	padding: 10px;
}
#footer a {
	text-decoration: none;
	color: #333;
}
#footer a:hover {
	color: #C00;
}
/*  ----------------------------|  CONTACT FORM  |----------------------------  */
#contactFormWrap {
	float: left;
	width: 240px;
}
#contactForm {
	border: none;
	padding: 0;
	margin: 0;
}
#contactForm label {
	display: block;
	font-weight: bold;
	margin: 7px 0 2px 0;
}
#contactForm .name, #contactForm .email {
	border: 1px solid #999;
	width: 200px;
	font-family: arial, sans;
	font-size: 11px;
	padding: 7px;
}
#contactForm .message {
	border: 1px solid #999;
	font-family: arial, sans;
	font-size: 11px;
	width: 200px;
	height: 70px;
	padding: 7px;
}
#contactForm input:hover, #contactForm textarea:hover {
	border-color: #333;
}
.sendButton {
	font-weight: bold;
	background: #fff;
	border: 1px solid #999;
	padding: 10px;
	width: 100px;
}
.sendButton:hover {
	background: #ff3;
}
/*  ----------------------------|  CUSTOM CLASSES  |----------------------------  */
.image {
	border: 1px solid #999;
	padding: 1px;
}
a .image {
	border: 1px solid #999;
	padding: 1px;
}
a:hover .image {
	border: 1px solid #333;
}
.break {clear: both;}