/*
Theme Name: Luilor
Theme URI: http://luilor.it
Description: Wordpress theme for Luilor
Version: 1.0
Author: Transmyt Marketing
Author URI: http://www.transmyt.com/
*/


@import url("typography.css");

/*  
* RESET & COMMON
*/

html, body, div, span { margin: 0; padding: 0;}

:focus { outline: none; }

.clr, .clear { clear: both; }
.fltLft { float:left; }
.fltRgt { float:right; }

hr{ display: none; }

.divider{ 
	background-color:	#8c8b8b; 
	height: 			1px; 
	margin: 			14px auto; 
	width: 				100%; }


#rightColumn .divider{ margin: 14px auto 8px; }

/*  
* LAYOUT
*/



body{ background: url("images/main_background.jpg") repeat-x center bottom #000; height:100%; width:100%; }


#container{
	background:	#FFFFFF url("images/border_bg.gif") repeat-y scroll center -115px;
	margin:		0 auto;
	position:	relative;
	width:		960px;
}

#header{ height:90px; margin: 0 auto 15px; }

	#navigation{
		border-bottom:	1px solid #CCC;
		border-top:		1px solid #CCC;
		display:		block;
		height: 		15px;
		margin: 		0 auto 13px;
		padding: 		9px 0;
		width:			781px; }


#content{ height:auto; margin:0 auto 15px; width:781px; }

	.feature{ height: 375px; margin: 0 auto 15px; width:767px; }
	.featurePage{ height:187px; margin:0 auto 15px; width:767px; }
	.featureGallery{ height:auto; margin:0 auto 15px; width:765px; }

	.leftColumn{ width:460px; }
	
		#mainText, .mainText		{
		/*font-family:"Times New Roman", Times, serif; font-size: 16px;line-height: 18px;*/
		font-family: Arial, Helvetica, sans-serif;
		font-size:14px;
		line-height:16px;
		width: 462px;
		}

		#workContent, #teamContent{ height:115px; margin-bottom:15px; width:205px; }
		
		.dealer{ margin-bottom:15px; width:230px; }
		.dealer img{ border: 2px solid #52113a; margin-right: 3px; }
		.dealerRgt{ margin-right: 5px; width:200px; padding: 0 0 0 8px;border-left: 1px solid #333;}
	
	#rightColumn{ float:right; margin: 7px auto 15px; width: 292px; }


#footer{
	background: url('images/footer_bg.gif');
	color: #FFFFFF;
	font: italic normal normal 12px/16px "Times New Roman", Georgia, serif;
	height:86px;
	margin:0;
	padding:20px 0 16px 0;
	width:961px;
}



/*  
* MISCELLANEOUS
*/

#pageNumber{
	height: 	47px;
	position:	absolute;
	top: 		308px;   
	width: 		77px; 
	z-index: 	99999;
}

.home #pageNumber{ top: 498px; }

.imgborder img { border: 0; }

.imgborder{ background-color:#c4c4c4; border:1px solid #8C8B8B; padding:7px; }

#company-execs {
	border-top: 1px solid #8C8B8B;
	margin: 12px 0;
}

#company-execs td {
	vertical-align: top;
}

#company-execs strong {
	color: #52113a; 
	display: block;
	font-size: 18px;
	margin: 24px 0 0 0;
}

#company-execs img {
	margin: 12px 12px 0 0;
}


.footer_search p {
	float: left;
}

.footer_search form { border: 0; }
