@charset "UTF-8";

/*	PACIFIC RIM CABINETS CSS Style sheet 2010
	www.pacrimcab.com
	
	Author: Juan Francisco Tellez
	Date: May 2010
	Version: 1.3
	
	Colors:
	HTML BG = f7f6f0
	Body Text = 4b4b4b
	Red Divider Line = 963200
	Nav Active Text = 963200
	Left Column - Padding left = 50px
	Right Column - Padding left = 25px
	
	Dimensions:
	Body Box width: 978px

*/

html
{
	height: 100%;
	overflow-y: scroll;
	color: #4b4b4b;
}

body
{
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background: #ffffff;
	color: #4b4b4b;
}

a {
	color: #4b4b4b;
}

a:hover
{
	color: #963200;
}	

.bold {
	font-weight: bold;
}

strong{
	font-weight: bold;
}

em{
	font-style:  italic;
}

h1 {
	text-transform: uppercase;
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2 {
	font-size: 14px;
	font-weight: bold;
}


.dotted {
	border-bottom: 1px dotted;
	font-weight: bold;
}

.float-right
{
	float: right;
}

.clear {
	clear: both;
}

small {
	font-size: 70%;
}

/*
=================================== HEADER SECTION ================================*/
#header-cont
{
	width: 1000px;
	height: 121px;
	position: relative;
}

#nav
{
	border-top: 1px solid #963200;
	margin-left: 50px;
	/* width: 605px; */
	width: 525px;
	height: 46px;
	position: relative;
}

#nav ul
{
	hasLayout: true;
	display: inline-block;
	padding-top: 18px;
}

#nav ul li
{
	display: inline-block;
	padding-right: 12px;
	zoom: 1;
	*display: inline;

}

#nav ul li.news
{
	padding-left:  10px;
	padding-right:  15px;
}

#nav ul li a
{
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}

#nav ul li a:hover
{
	color: #963200;
}	

#nav ul li.last
{
	padding-right: 0px;
}

/*
=================================== AJAX News Preview SECTION ================================*/


#news_preview
{
	position:  absolute;
	left: 373px;
	top: 5px;
	font-size:  10px;
	font-weight:  bold;
}

#news_indicator
{
	position:  absolute;
	z-index: 900;
	width:  19px;
	height:  19px;
	background: url(../../assets/images/preview_indicator.png) no-repeat;
}


#show_preview
{
	color: #963200;
}

#show_preview:hover
{
	color: #4b4b4b;
}



#news_items
{
	font-size: 9px;
	color: white;
	position: absolute;
	z-index: 999;
}

#news_items_inner
{
	padding-left: 6px;
	padding-top: 4px;
}

#preview_title
{
	padding-left: 20px;
}

#inline_news_preview
{
}

.active
{
	color: #963200 !important;
}

#slogan
{
	position: absolute;
	top: 0;
	right: 0;
}


#inline_news_preview h2 {
	padding-left: 0px !important;
}





/*
=================================== Content SECTION ================================*/
div.two-col em {
	font-style: italic !important;
}

div.one-col em {
	font-style: italic !important;
}

div.one-col a {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
}

strong {
	font-weight: bold !important;
}


div.two-col ul {
	margin-left: 15px;
	margin-bottom:  20px;
}

div.two-col ol {
	margin-left: 18px;
	margin-bottom: 20px;
}

div.two-col li {
	margin-left: 25px;
}

div.one-col ul {
	margin-left: 15px;
	margin-bottom: 20px;
}

div.one-col ol {
	margin-left: 15px;
	margin-bottom: 20px;
}

div.one-col li {
	margin-left: 50px;
}



div.two-col {
	width: 1000px;
}

h2.two-col {
	padding-left: 50px;
}

div.two-col h2 {
	padding-left: 50px;
}

div.two-col p {
	padding-bottom: 0px;
	line-height: 18px;
	padding-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div.one-col {
	clear: both;
	width: 1000px;
	margin-bottom: 25px;
	padding-top: 25px;
}

div.one-col h1 {
	padding-bottom: 25px;
	padding-left: 50px;
	padding-right: 25px;
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

div.one-col h2 {
	padding-left:  50px;
}

div.one-col p {
	padding-left: 50px;
	padding-bottom: 0px;
	line-height: 18px;
	padding-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.left-col {
	width: 673px;
	float: left;
	margin-bottom: 30px;
	border-right: 1px solid #963200;
}


.left-col  h1 {
	padding-bottom: 25px;
	padding-left: 50px;
	padding-right: 25px;
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
}


.left-col p {
	padding-left: 50px;
	padding-right: 25px;
}

.left-col ul {
	padding-left: 25px;
}

.left-col ol {
	padding-left: 25px;
}


.right-col {
	width: 325px;
	margin-bottom: 15px;
	float: right;
}

.right-col h1{
	padding-left: 25px;
	padding-bottom: 15px;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.right-col h2{
	padding-left: 25px !important;
}

.right-col p {
	padding-left: 25px;
}

.one-col {

}

.one-col img {
	padding: 5px;
}

body.media h1
{
	padding-bottom: 10px;
}

#archived-newsletters
{
	margin-top: 20px;
}

#archived-newsletters a
{
	text-decoration: underline;
}

.company-content img
{
	padding-left: 20px;
}


/*
=================================== SlideShow PRO TAB ================================*/

#slideshowpro {
	visibility: hidden;
	margin-left: 50px;
	float: left;
	height: 27px;
	border: 1px solid #963200;
	border-top: none;
	background: #c8c8c8 url(../../assets/images/slideshow/control-bg.jpg) top repeat-x;
}

#slideshowpro a
{
	font-size: 14px;
	padding-left: 11px;
	padding-right: 11px;
	padding-top: 6px;
	display: inline-block;
	zoom: 1;
	*display: inline;
	font-weight: bold;
}

#slideshowpro a:hover
{
	color: #963200;
}

/*
=================================== CONTACT SECTION ================================*/
#contact-left 
{
	position: relative;
	padding-top: 30px;
	float: left;
	width: 200px;
	height: 420px;
	background: url(../../assets/images/contact/contact-vertical-shadow.jpg) #f5f5f5 repeat-y right;
}

#contact-left h1
{
	padding-left: 50px;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#contact-left p
{
	padding-top: 1px;
	padding-left: 50px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#contact-right
{
	float: right;
	width: 800px;
	height: 450px;
	overflow: hidden;
	position: relative;
}

#show-map-box
{
	position: absolute;
	top: 390px;
	right: 0px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #963200;
	border-right: none;
	float: right;
	width: 120px;
	padding-top: 4px;
	padding-right: 30px;
	padding-bottom: 4px;
	background: #c8c8c8 url(../../assets/images/contact/show-map-shadow.jpg) repeat-y right;
}

#show-map-box a:hover
{
	color: #963200;
}

#show-map
{
	
}

#contact-image
{
	position: absolute;
}

.president-photo {
	float: right;
	padding-right: 25px;
	padding-left: 15px;
	padding-bottom: 15px;
	padding-top: 55px;
}

/*
=================================== GALLERY PAGE ================================*/

#gallery_albums
{
	list-style: none;
}

#gallery_albums li
{
	height: 40px;
	padding: 10px;
}

#gallery_albums li img
{
	margin-bottom: -20px;
	border: 2px solid #a0a0a0;
	padding: 0px;
	margin-right: 10px;
}

#gallery_albums li a:hover img
{
	border: 2px solid #963200 !important;
}

/*
=================================== FOOTER SECTION ================================*/
#footer-cont
{
	width: 100%;
	min-height: 110px;
	background: url(../../assets/images/footer/footer-bg.jpg) repeat-x top;
	margin-top: 14px;
	clear: both;
}


#footer-cont p
{
	font-size: 14px;
	font-weight: bold;
	padding-top: 14px;
	padding-left: 50px;
}

#footer-cont a:hover {
	color: #963200;
}

.copyright
{
	padding-top: 10px;
	font-size: 11px !important;
	font-style:italic;
	font-weight: normal;
	color: #636363 !important;
	font-family: Georgia, "Times New Roman", Times, serif;
}



/*
=================================== IE Notice ================================*/

#ie-notice {
	background: gray;
	padding: 50px;
}

#ie-notice h1 {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 15px;
}

#ie-notice p {
	font-size: 14px;
}

#ie-notice a {
	color: #e9e9e9;
	border-bottom: 1px dotted;
}

/*
=================================== CLEAR FIX ================================*/

.clearfix:after
{
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}

.clearfix
{
	min-height: 0;
	display: block;
}

* html .clearfix
{
	height: 1%;
}

