/* ---- MAIN STYLE SHEET FOR LIGA INC WEBSITE --- */

/* 
for home page specific styling see /home/home.css 
for production specific page styling, see /production/production.css 
for gallery, see /gallery/gallery.css
*/



/* --- headings -- */


h1 {
	text-transform: capitalize;
	color: #AE1A1B;
	font: bold 15px Arial, Helvetica, sans-serif;
}
h2 {
	text-transform: capitalize;
	color: #AE1A1B;
	font: bold 14px Arial, Helvetica, sans-serif;
}

.sub-heading {
	font-style: italic;
	color: #e46612;
	padding: 0px 5px 0px 0px;	

}

/* --- content modifiers --- */

p {
	color: #000000;
	text-align: left;
	letter-spacing: .3px;
	font: 11px/13px Arial, Helvetica, sans-serif;
}

strong {
	font-weight: bold;
	color: #e46612; 
}


a {
	color: #AE1A1B ;
	text-decoration: none;
	}
	
a:hover {
	color: #FFBF7C;
	text-decoration: none;	
	}
	
a.link_image {

	background: #ffffff url(/common/images/link_arrow.png) left center no-repeat;
	padding: 0 2px 1px 15px;
}

a img {
   border: none;
} 


.fancy-text {
	font-style: italic;
	color: #F2A42F;
	letter-spacing: .6px;
	
}
	
/* --- page containers --- */


body {
	letter-spacing: .3px;
	font: 11px/13px Arial, Helvetica, sans-serif;

} 

#backdrop {
	position:absolute;
	width:963px;
	height:732px;
	z-index:1;
	left: auto;
	top: auto;
	background: url(/common/images/backdrop.png) repeat-x;
}

#page_area {
	position:absolute;
	width:830px;
	height:609px;
	z-index:2;
	left: 67px;
	top: 46px;
	background-color: #FFFFFF;
}

#content_area {
	position:absolute;
	width:720px;
	height:355px;
	z-index:3;
	left: 57px;
	top: 103px;
	border: 1px solid #E6B7B5;
}


#right_column {
	position:absolute;
	width:259px;
	height:265px;
	padding: 0px 40px 40px 40px;
	z-index:10;
	left: 362px;
	top: 48px;
	overflow: hidden;
	text-align:left;
}


#right_column_noscroll {
	position:absolute;
	width:279px;
	height:242px;
	padding: 0px 40px 40px 40px;
	z-index:10;
	left: 363px;
	top: 71px;
	overflow: hidden;
	text-align:left;
}

#right_column_heading {
	position:absolute;
	width:279px;
	z-index:5;
	left: 362px;
	padding: 35px 40px 0px 40px;
	top: 1px;
}

#left_column {
	position:absolute;
	width:320px;
	height:265px;
	padding: 50px 0px 40px 40px;
	z-index:4;
}

#footer {
	position:absolute;
	width:638px;
	height:32px;
	z-index:4;
	left: 161px;
	top: 675px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-align:center;
	color: #FFFFFF;
}


/* original position: left:709px; top:17px; width:68px; height:58px; */
#header {
	position:absolute;
	left:712px;
	top:16px;
	width:68px;
	height:58px;
	z-index:7;
}

#sitemap {

	position:absolute;
	width:80px;
	height:18px;
	z-index:2;
	left: 699px;
	top: 462px;
}

/* --- top menu bar --- */

#menu_bar {
	position:absolute;
	width:720px;
	height:30px;
	z-index:100;
	left: 60px;
	top: 78px;

}

/* --- dock style navigation ---- */

#dock_nav {
	position:absolute;
	left:250px;
	top:462px;
	width:440px;
	height:120px;
	z-index:6;
}

/*---breadcrumb navigation---*/

#bread_crumbs {
	position: absolute;
	z-index: 100;
	height: auto;
	width: 300px;
	left: 40px;
	top: 330px;
}

/*--- Contact Form ---*/

#contact_form {
	border: 1px dotted #E46612;
	height: 260px;
	width: 280px;
}

#form_list {
	list-style: none;
	margin:0;
	padding:10px 20px;
}

#form_list label{
	color: #E46612;
}

.form_textbox {
	background: #FAEACA;
	width: 210px;
	border: 0;
	margin: 2px 0px 5px 0px;
}

.form_textarea {
	background: #FAEACA;
	width: 210px;
	height: 80px;
	border: 0;
	margin: 2px 0px 5px 0px;
}

.form_submit {
	padding: 2px 5px;
	font: bold 9px Arial, Helvetica, sans-serif;
	color: #E46612;
	background: #FFFFFF;
	text-transform: capitalize;
	border: 1px solid #E46612;
}

.form_submit:hover {
	color: #FFFFFF;
	background: #E46612;
	border: 1px solid #F2A42F;
}

#form_thanks {
	padding: 60px 40px 60px 40px;
	position: absolute;
	height: 138px;
	width: 198px;
	top: 65px;
	left: 43px;
}

