/**********************************************************************************************

	CSS on Sails
	Title	: IBOX Website
	Author	: XHTMLized
	Date	: October 2008 

***********************************************************************************************

		
	1. BASE
			1.1 Reset
			1.2 Default styles
			1.3 Basic styles
	
	2. LAYOUT
			2.1 Header
			2.2 Content
			2.3 Footer
		

***********************************************************************************************/


/* 1. BASE
-----------------------------------------------------------------------------------------------
===============================================================================================*/	



/* 1.1	Reset
-----------------------------------------------------------------------------------------------*/	


	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, font, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	b, u, i, center,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
	}
	
	body {
		line-height: 1;
	}
	
	ol, ul {
		list-style: none;
	}
	
	blockquote, q {
		quotes: none;
	}
	
	blockquote:before, 
	blockquote:after,
	q:before, q:after {
		content: '';
		content: none;
	}
	
	:focus {
		outline: 0;
	}
	
	ins {
		text-decoration: none;
	}
	
	del {
		text-decoration: line-through;
	}
	
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}


/* 1.2	Default styles
-----------------------------------------------------------------------------------------------*/	

	body {
		text-align: center;
		font: 62.5% "Lucida Grande", Arial, Helvetica, sans-serif;
		background: #B5B3B3 url(../../image/site/ibx/layout/bg_body.gif) repeat-x left top;
	}

	hr { 
		display: none;
	}
			
	strong {
		font-weight: bold;
	}
			
	em {
		font-style: italic;
	}
		
	abbr, acronym {
		border-bottom: 1px dotted #999; 
		cursor: help;
	}
	
	input, textarea, select {
		font: 1.2em "Lucida Grande", Arial, Helvetica, sans-serif;
	}

	a {		
		text-decoration: none;
		font-weight: bold;
		color: #933;
	}
	
	a:hover, 
	a:active {
		text-decoration: underline;
		color: #000;
	}
	

/* 1.3	Basic styles
-----------------------------------------------------------------------------------------------*/	

	.hide {
		display: none;
	}
	

/* 2. LAYOUT
-----------------------------------------------------------------------------------------------
===============================================================================================*/	

	
	.container {
		position: relative;
		margin: 0 auto;
		width: 860px;
		text-align: left;
	}
	
	#header {
		position: relative;
		z-index: 100;
		width: 860px;
		height: 200px;
	}
	
	#content {
		position: relative;
		z-index: 1;
	}
	
	#footer {
		padding: 5px 0 10px 0;
		width: 860px;
		text-align: center;
	}
	
	
/* 2.1	Header
-----------------------------------------------------------------------------------------------*/	

	#header h1, 
	#header h1 span,
	#header .logo a,
	#header .logo span {
		display: block;
		width: 265px;
		height: 132px;
		overflow: hidden;
		cursor: pointer;
	}
	
	#header h1,
	#header .logo {
		position: absolute;
		top: 0;
		left: 0;
	}
		
	#header h1 span,
	#header .logo span {	
		position: absolute; 
		top: 0;
		left: 0;
		z-index: 10;
		background: url(../../image/site/ibx/layout/logo.gif) no-repeat left top;
	}
	
	#accessibility-links {
		position: absolute;
		left: -1000em;
		text-align: left;
	}
	
	#header #right_header {
		position: absolute;
		right: -5px;
		top: 0;
		padding: 0 5px 0 0;
		width: 250px;
		text-align: right;
	}
		#header #right_header  h2 {
			line-height: normal;
			font-weight: bold;
			font-size: 28px;
			color: #999;
		}
		#header #right_header p.btn_login {
			overflow: hidden;
			height: 33px;
		}
			#header #right_header p.btn_login a {
				position: relative;
				overflow: hidden;
				display: block;
				float: right;
				margin: 0 -5px 0 0;
				width: 96px;
				height: 33px;
				line-height: 28px;
				text-transform: uppercase;
				text-align: center;
				text-decoration: none;
				font-weight: bold;
				font-size: 12px;
				color: #fff;
			}
				#header #right_header p.btn_login a span {
					position: absolute;
					left: 0;
					top: 0;
					width: 100%;
					height: 100%;
					background: url(../../image/site/ibx/layout/btn_login.gif) no-repeat left top;
				}
		#header #right_header p.email_addr {
			line-height: normal;
			font-weight: bold;
			font-size: 17px;
			color: #666;
		}
	
	#header #navigation {
		position: absolute;
		left: 0;
		top: 134px;
		width: 860px;
		height: 52px;
		background: url(../../image/site/ibx/layout/bg_navigation.gif) no-repeat left top;
	}
		#header #navigation ul {
			padding: 0;
			height: 52px;
		}
			#header #navigation ul li {
				position: relative;
				float: left;
				padding: 0;
				line-height: 52px;
				font-weight: bold;
				font-size: 14px;
				color: #666;
				letter-spacing: .02em;
			}
				#header #navigation ul li a {
					display: block;
					float: left;
					padding: 0 14px;
					height: 52px;
					text-decoration: none;
					color: #666;
				}
				#header #navigation ul li.first a {padding: 0 0 0 10px;}
					#header #navigation ul li.first a span {
						display: block;
						float: left;
						padding: 0 20px 0 10px;
						height: 52px;
					}
						#header #navigation ul li a:hover,
						#header #navigation ul li.sfHover a {
							color: #fff;
							background: url(../../image/site/ibx/layout/bg_navigation_hover.gif) repeat-x left top;
						}
						#header #navigation ul li.first a:hover {
							background: url(../../image/site/ibx/layout/bg_navigation_hover_first.gif) no-repeat left top;
						}
						#header #navigation ul li.first a:hover span {
							background: url(../../image/site/ibx/layout/bg_navigation_hover.gif) repeat-x left top;
						}
			
			#header #navigation ul ul {
				position: absolute;
				left: 0;
				top: 51px;
				padding: 0 0 10px 0;
				width: 175px;
				height: auto;
				background: url(../../image/site/ibx/layout/bg_sub_navigation.gif) no-repeat left bottom;
			}
				#header #navigation ul ul li {
					float: left;
					clear: both;
					padding: 0;
					line-height: 20px;
					font-weight: normal;
					font-size: 12px;
					letter-spacing: normal;
					background: #a7a7a7;
				}
					#header #navigation ul ul li a {
						float: none;
						clear: both;
						padding: 5px 15px;
						line-height: 20px;
						width: 145px;
						height: auto;
						color: #666 !important;
						background: #a7a7a7 !Important;
					}
					#header #navigation ul ul li a:hover,
					#header #navigation ul ul li.first a:hover,
					#header #navigation ul ul li.sfHover a {
						background: #ccc !important;
						color: #666;
					}
			
			#header #navigation ul ul ul {
				position: absolute;
				left: 177px;
				top: 3px;
				padding: 0;
				width: 177px;
				border-top: 1px solid #a7a7a7;
				background: none;
			}
				#header #navigation ul ul ul li {
					background: #ccc;
					margin-bottom: 0;
					display: inline-block;
					border: 1px solid #a7a7a7;
					border-top: none;
				}
					#header #navigation ul ul ul li a {
						background: #ccc !important;
					}
						#header #navigation ul ul ul li a:hover,
						#header #navigation ul ul ul li.sfHover a {
							background: #fff !important;
						}
			
			#header #navigation ul ul ul ul {
				position: absolute;
				left: 178px;
				top: 2px;
			}
				#header #navigation ul ul ul ul li {	
					background: #fff;
				}
					#header #navigation ul ul ul ul li a {	
						background: #fff !important;
					}
						#header #navigation ul ul ul ul li a:hover {	
							background: #fff !important;
							color: #000 !important;
						}
			
			#header #navigation ul li.search {
				padding: 17px 0 0 16px;
				width: 136px;
				height: 34px;
				line-height: normal;
			}
				#header #navigation ul li.search span {
					position: relative;
					overflow: hidden;
					display: block;
					float: left;
					height: 16px;
				}
					#header #navigation ul li.search .ls {
						width: 18px;
						background: url(../../image/site/ibx/layout/bg_ls.gif) no-repeat left top;
					}
					#header #navigation ul li.search .cs {
						width: 100px;
					}
					#header #navigation ul li.search .rs {
						width: 13px;
						background: url(../../image/site/ibx/layout/bg_rs.gif) no-repeat left top;
					}
					#header #navigation ul li.search span input {
						border: none;
						float: left;
						margin: 0;
						padding: 1px 0 0 0;
						height: 16px;
						line-height: 1em;
						font-weight: normal;
						font-size: 11px;
						color: #999;
					}
	

/* 2.2	Content
-----------------------------------------------------------------------------------------------*/	
	
	.tc {
		padding: 20px 0 0 0;
		width: 860px;
		background: url(../../image/site/ibx/layout/bg_tc.gif) no-repeat left top;
	}
	.bc {
		padding: 0 0 20px 0;
		width: 860px;
		background: url(../../image/site/ibx/layout/bg_bc.gif) no-repeat left bottom;
	}
	#content {
		padding: 4px 8px 0 7px;
		width: 845px;
		background: url(../../image/site/ibx/layout/bg_content.gif) repeat-y left top;
	}
		#content .banner {
			position: relative;
			margin: 0 0 0 11px;
			width: 835px;
			height: 275px;
		}	
			#content .banner .frame_banner_left,
			#content .banner .frame_banner_right,
			#content .banner .frame_banner_bottom {
				position: absolute;
				z-index: 10;
				overflow: hidden;
				display: block;
			}
			#content .banner .frame_banner_left {
				left: 0;
				top: 0;
				width: 7px;
				height: 275px;
				background: url(../../image/site/ibx/layout/bg_frame_banner.gif) no-repeat 0 0;
			}
			#content .banner .frame_banner_right {
				left: 819px;
				top: 0;
				width: 16px;
				height: 275px;
				background: url(../../image/site/ibx/layout/bg_frame_banner.gif) no-repeat right top;
			}
			#content .banner .frame_banner_bottom {
				left: 7px;
				top: 264px;
				width: 812px;
				height: 11px;
				background: url(../../image/site/ibx/layout/bg_frame_banner.gif) no-repeat -7px -264px;
			}
			
			#content .banner ul#banner {
				position: absolute;
				z-index: 1;
				overflow: hidden;
				width: 835px;
				height: 265px;
			}
				#content .banner ul#banner li {
					
				}
		#content .first_paragraph {
			overflow: hidden;
			padding: 10px 15px 15px 15px;
			height: 1%;
		}
			#content .first_paragraph .lfp {
				float: left;
				width: 405px;
			}
				#content .first_paragraph .lfp h2 {
					padding: 0 0 20px 0;
					line-height: 22px;
					font-weight: bold;
					font-size: 22px;
					color: #333;
				}
				#content .first_paragraph .lfp p {
					padding: 0 0 10px 0;
					line-height: normal;
					font-weight: normal;
					font-size: 14px;
					color: #666;
				}
					#content .first_paragraph .lfp p.last {padding: 0;}
			#content .first_paragraph .rfp {
				float: right;
				width: 390px;
			}
				#content .first_paragraph .rfp ul.other_navigation {
					
				}
					#content .first_paragraph .rfp ul.other_navigation li {
						line-height: 32px;
						text-transform: uppercase;
						font-family: Arial, Helvetica, sans-serif;
						font-weight: bold;
						font-size: 42px;
						color: #8F8D8D;
					}
						#content .first_paragraph .rfp ul.other_navigation li a {
							text-decoration: none;
							color: #8F8D8D;
						}
						#content .first_paragraph .rfp ul.other_navigation li a.active, 
						#content .first_paragraph .rfp ul.other_navigation li a:hover {color: #9E2724;}
		#content .section_content {
			overflow: hidden;
			padding: 25px 10px;
			height: 1%;
			background: url(../../image/site/ibx/layout/bg_section_content.gif) repeat-x left top;
		}
			#content .section_content ul.main_list {
				overflow: hidden;
				padding: 0;
				height: 1%;
			}
				#content .section_content ul.main_list li {
					float: left;
					margin: 0 0 10px 0;
					background: url(../../image/site/ibx/layout/spacer_dotted.gif) repeat-x left bottom;
				}
				#content .section_content ul.main_list li.even {margin: 0 0 10px 25px;}
				#content .section_content ul.main_list li.last {background: none;}
				
				
				#content .section_content ul.main_list li .wml_1 , 
				#content .section_content ul.main_list li .wml_2 , 
				#content .section_content ul.main_list li .wml_3 , 
				#content .section_content ul.main_list li .wml_4 {
					padding: 0 0 0 110px;
					width: 290px;
					height: 160px;
				}
				#content .section_content ul.main_list li .wml_3 , 
				#content .section_content ul.main_list li .wml_4 {padding: 15px 0 0 110px;}
				
				#content .section_content ul.main_list li .wml_1 {background: url(../../image/site/ibx/layout/img_list_01.png) no-repeat left -15px;}
				#content .section_content ul.main_list li .wml_2 {background: url(../../image/site/ibx/layout/img_list_02.png) no-repeat -5px -5px;}
				#content .section_content ul.main_list li .wml_3 {background: url(../../image/site/ibx/layout/img_list_03.png) no-repeat left top;}
				#content .section_content ul.main_list li .wml_4 {background: url(../../image/site/ibx/layout/img_list_04.png) no-repeat -10px top;}
				
					#content .section_content ul.main_list li h3 {
						padding: 0 0 10px 0;
						line-height: normal;
						font-weight: bold;
						font-size: 18px;
						color: #999;
					}
					#content .section_content ul.main_list li p {
						padding: 0 0 5px 0;
						line-height: 18px;
						font-weight: normal;
						font-size: 12px;
						color: #666;
					}
						#content .section_content ul.main_list li p strong {
							font-weight: bold;
							color: #333;
						}
						#content .section_content ul.main_list li p strong.red {color: #993333;}
						

/* --------------------------------------------------------------------------------------------*/	
	
	#content .title_page {
		padding: 0 15px 20px 15px;
		background: #EBE7E7;
	}				
		#content .title_page h2 {
			line-height: 32px;
			text-transform: uppercase;
			font-family: Arial, Helvetica, sans-serif;
			font-weight: bold;
			font-size: 42px;
			color: #B7B5B6;
		}
		
	#content .no_padding {padding-bottom: 0;}
	#content .portfolio {
		position: relative;
		overflow: visible;
		padding: 0; 
		min-height: 300px;
	}
	
	#content .section_content .frame_portfolio {
		position: absolute;
		left: 0;
		top: -13px;
		padding: 32px 0 0 29px;
		width: 386px;
		height: 283px;
		background: url(../../image/site/ibx/layout/bg_frame_portfolio.png) no-repeat left top;
	}	
	
	#content .section_content .desc_portfolio {
		float: right;
		margin: 0;
		padding: 20px;
		width: 390px;
	}
		#content .section_content .desc_portfolio h3 {
			line-height: normal;
			font-weight: bold;
			font-size: 18px;
			color: #999;
		}
		#content .section_content .desc_portfolio p {
			line-height: 18px;
			font-weight: normal;
			font-size: 12px;
			color: #666;
		}
			#content .section_content .desc_portfolio p a {
				text-decoration: none;
				font-weight: bold;
				color: #933;
			}
			#content .section_content .desc_portfolio p a:hover {
				text-decoration: underline;
				color: #000;
			}
	
	#content .section_content ul.list_portfolio {
		overflow: hidden;
		padding: 0 0 0 5px;
		width: 785px;
		height: 1%;
	}
		#content .section_content ul.list_portfolio li {
			float: left;
			margin: 0 85px 15px 0;
			width: 205px;
		}
		#content .section_content ul.list_portfolio li.last {margin-right: 0;}
			#content .section_content ul.list_portfolio li h3 {
				padding: 0 0 5px 0;
				line-height: 18px;
				font-weight: bold;
				font-size: 18px;
				color: #999;
			}
			#content .section_content ul.list_portfolio li img {
				margin-bottom: 5px;
			}
			#content .section_content ul.list_portfolio li p {
				line-height: 18px;
				font-weight: normal;
				font-size: 12px;
				color: #666;
			}
				#content .section_content ul.list_portfolio li p strong {font-weight: bold;}
				#content .section_content ul.list_portfolio li p strong.red {color: #993333;}
				#content .section_content ul.list_portfolio li p a.more {
					text-decoration: none;
					font-weight: bold;
					font-size: 14px;
					color: #900;
				}
				#content .section_content ul.list_portfolio li p a:hover.more {
					text-decoration: underline;
					color: #000;
				}
						

/* --------------------------------------------------------------------------------------------*/	

	#content .section_content ul.list_image {
		float: left;
		overflow: hidden;
	}
		#content .section_content ul.list_image li {
			padding: 0 10px 5px 5px;
		}
		
	#content .section_content .w_content_left {
		float: left;
		padding-left: 5px;
		width: 400px;
	}
	#content .section_content .w_content_right {
		float: right;
		padding-right: 5px;
		width: 400px;
	}
	#content .section_content .w_content_wide {
		padding: 0 5px;
		width: 815px;
	}
		#content .section_content .w_content_right h2,
		#content .section_content .w_content_left h2,
		#content .section_content .w_content_wide h2 {
			padding: 0 0 10px 0;
			line-height: normal;
			font-weight: bold;
			font-size: 18px;
			color: #999;
		}
		#content .section_content .w_content_right h2.darker,
		#content .section_content .w_content_left h2.darker,
		#content .section_content .w_content_wide h2.darker {
			font-size: 22px;
			color: #333;
		}
		#content .section_content .w_content_right p,
		#content .section_content .w_content_left p,
		#content .section_content .w_content_wide p {
			padding: 0 0 15px 0;
			line-height: 18px;
			font-weight: normal;
			font-size: 12px;
			color: #666;
		}			
		#content .section_content .w_content_right p.darker,
		#content .section_content .w_content_left p.darker,
		#content .section_content .w_content_wide p.darker {
			font-size: 14px;
			color: #333;
		}
		
				#content .section_content .w_content_wide ul.darker {
			font-size: 14px;
			padding: 0 0 10px 30px;
			list-style: disc;
			color: #333;
		}
		
		#content .section_content .w_content_right p.bigger,
		#content .section_content .w_content_left p.bigger,
		#content .section_content .w_content_wide p.bigger {
			line-height: normal;
			font-size: 24px;
			color: #999;
		}
			#content .section_content .w_content_right p a,
			#content .section_content .w_content_left p a,
			#content .section_content .w_content_wide p a {
				text-decoration: none;
			}
			#content .section_content .w_content_right p a:hover,
			#content .section_content .w_content_left p a:hover,
			#content .section_content .w_content_wide p a:hover {
				text-decoration: underline;
				color: #000;
			} 
		#content .section_content .w_content_right blockquote {
			padding: 100px 0 0 0;
		}
		#content .section_content .w_content_right blockquote.no_padding {padding: 0;}
			#content .section_content .w_content_right blockquote p {
				position: relative;
				padding: 0 40px;
				text-transform: uppercase;
				text-align: left;
				line-height: 36px;
				font-family: Arial, Helvetica, sans-serif;
				font-weight: bold;
				font-size: 30px;
			}
				#content .section_content .w_content_right blockquote p span {
					position: absolute;
					width: 25px;
					height: 22px;
					text-align: left;
					text-indent: -9999em;
				}
				#content .section_content .w_content_right blockquote p span.quote_top {
					left: 0; 
					top: 0; 
					background: url(../../image/site/ibx/layout/quote_top.gif) no-repeat left top;
				}
				#content .section_content .w_content_right blockquote p span.quote_bottom {
					right: 0; 
					bottom: 15px;
					background: url(../../image/site/ibx/layout/quote_bottom.gif) no-repeat left top;
				}
	
	
				
/* 2.3	Footer
-----------------------------------------------------------------------------------------------*/	
	
	#footer ul {
		display: inline;
	}
		#footer ul li {
			display: inline;	
			padding: 0 3px 0 5px;
			border-left: 1px solid #fff;
			line-height: 14px;
			font-weight: normal;
			font-size: 11px;
			color: #fff;
		}
		#footer ul li.first {
			padding: 0 3px 0 0;
			border: none;
		}
			#footer ul li a {
				text-decoration: none;
				font-weight: normal !important;
				color: #fff;
			}
			#footer ul li a:hover {color: #666;}
		
	#footer address,
	#footer p {
		text-align: center;
		line-height: 14px;
		font-style: normal;
		font-weight: normal;
		font-size: 11px;
		color: #fff;
	}


