/* -------------------------------------------------------------------------------------
	CSS STYLE
------------------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------------------
--> GENERAL STYLE AREA -->
------------------------------------------------------------------------------------- */

* {
	padding: 0;
	margin: 0;
}

body {
	text-align: center;
	font-size: 62.5%;
	color: #2B2B2B;
	padding: 0;
	background: #021532 url(../images/body_bg.jpg) top left repeat-x;
	font-family: verdana;
}

div, p, ul, ol, dl, h1, h2, h3, h4, h5, h6, table, hr, form {
	float: left;
	clear: both;
	width: 100%;
}

a {
	text-decoration: none;
	outline: none;
	color: #548be5;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

p {
	margin: 0 0 10px 0;
	line-height: 1.3;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.5em;
}

h3 a {
	color: #2B2B2B;
}

.middle_align {
	text-align: center;
}

.left {
	float: left;
	clear: none;
	width: auto;
}

.right {
	float: right;
	clear: none;
	width: auto;
}

.left *, .right * {
	float: left;
}

.wrapper {
	text-align: left;
	float: none;
	width: 1000px;
	margin: 0 auto;
}

.container {
	position: relative;
	font-size: 1.3em;
	padding: 45px 0 0;
}


/* -------------------------------------------------------------------------------------
<-- END GENERAL STYLE AREA <--
------------------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------------------
<-- HEADER STYLE AREA <--
------------------------------------------------------------------------------------- */

#header {
	background: transparent url(../images/header_top.png) top left no-repeat;
	padding: 20px 0 10px;
	
}

#header h1 {
	font-family: 'Lucida Grande';
	font-size: 40px;
	color: #073069;
	font-weight: normal;
	width: auto;
	padding: 0 0 0 15px;
}

#nav {
	width: auto;
	float: right;
	clear: none;
	margin: 5px 0 0;
	list-style: none;
}

#nav li {
	float: left;
	clear: none;
	width: auto;
}

#nav li a {
	display: block;
	float: left;
	width: auto;
	padding: 10px 15px;
	color: #595959;
	font-family: arial;
	font-size: 15px;
	border-left: 1px solid #7f7f7f;
}

#nav > li:first-child a { 
	border: 0;
}

#nav li a:hover, #nav li a.active {
	color: #073069;
	text-decoration: underline;
}

#banner {
	border-bottom: 3px solid #000;
	margin: 0 0 1px;
}

#banner img {
	float: left;
}

#quotes {
	width: 323px;
	float: right;
	clear: none;
	height: 323px;
	background: #000;
}

#quotes h2 {
	width: 293px;
	padding: 3px 15px;
	font-size: 1.2em;
	color: #fff;
	background: #073069;
}

.rotating_quotes {
	position: relative;
}

#content .rotating_quotes p {
	width: 293px;
	padding: 0 15px;
	margin: 10px 0 0;
	line-height: 1.5;
	font-family: arial;
	font-style: italic;
	color: #fff;
}

/* -------------------------------------------------------------------------------------
<-- END HEADER STYLE AREA <--
------------------------------------------------------------------------------------- */

#quick_access {
	list-style: none;
	width: 796px;
	padding: 0 0 0 204px;
	height: 43px;
	margin: 0 0 2px 0;
	background: transparent url(../images/quick_access.jpg) top left no-repeat;
	border-bottom: 2px solid #bfbfbf;
}

#quick_access li {
	float: left;
	clear: none;
	width: auto;
}

#quick_access li a {
	float: left;
	display: block;
	text-indent: -10000px;
	height: 43px;
}

#nav_send_files a {
	width: 137px;
	background: transparent url(../images/nav_send_files.jpg) top left no-repeat;
}

#nav_request_a_quote a {
	width: 172px;
	background: transparent url(../images/nav_request_a_quote.jpg) top left no-repeat;
}

#nav_place_an_order a {
	width: 163px;
	background: transparent url(../images/nav_place_an_order.jpg) top left no-repeat;
}

#nav_customer_login a {
	width: 162px;
	background: transparent url(../images/nav_customer_login.jpg) top left no-repeat;
}

#nav_ask_a_question a {
	width: 162px;
	background: transparent url(../images/nav_ask_a_question.jpg) top left no-repeat;
}

#quick_access li a:hover, #quick_access li a.active {
	background-position: 0 -43px;
}

/* -------------------------------------------------------------------------------------
<-- CONTENT STYLE AREA <--
------------------------------------------------------------------------------------- */

#content {
	background: #fff;
	color: #6F6F6F;
	font-size: 1.1em;
}

#home_content {
	width: 970px;
	padding: 20px 15px;
}

#home_content p {
	width: 783px;
}

#content p {
	line-height: 2;
}

#home_content strong {
	color: #00b7dc;
}

#blue_bar {
	background: transparent url(../images/blue_bg.gif) top right repeat-y;
}

#sub_content {
	width: 645px;
	padding: 0 15px 15px 15px;
}

#sub_content h2 {
	font-size: 1.2em;
	color: #00b7dc;
	margin: 20px 0 15px;
}

#sub_content h3 {
	font-size: 1em;
	border-bottom: 1px solid #00b7dc;
	margin: 20px 0 15px;
}

#sub_content ul {
	list-style: none;
	width: 615px;
	padding: 0 0 0 15px;
}

#sub_content ul li {
	width: 590px;
	padding: 0 5px 0 15px;
	line-height: 2;
	background: transparent url(../images/bullet.jpg) 0px .8em no-repeat;
}


#sub_content label {
	width: 200px;
	float: left;
}

#sub_content input, #sub_content textarea {
	width: 200px;
	float: left;
	clear: none;
}

#sub_content input.button {
	width: auto;
}

#content p.error {
	line-height: 1.5;
	width: 615px;
	padding: 5px 15px;
	background: #E65454;
	color: #fff;
}


/* -------------------------------------------------------------------------------------
<-- END CONTENT STYLE AREA <--
------------------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------------------
<-- SIDEBAR STYLE AREA <--
------------------------------------------------------------------------------------- */

#sidebar {
	width: 323px;
	float: right;
	clear: none;
}

#sidebar.blue_bar {
	background: #d9ecf1;
	color: #073069;
	width: 283px;
	padding: 20px;
}

#sidebar h2 {
	font-size: 1.2em;
	margin: 0 0 10px;
}

#content #sidebar p {
	line-height: 1.5;
}

.pdf {
	background: transparent url(../images/pdf.jpg) top left no-repeat;
	padding: 2px 0 0 40px;
	display: block;
	width: auto;
	float: left;
	height: 34px;
}


/* -------------------------------------------------------------------------------------
<-- END SIDEBAR STYLE AREA <--
------------------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------------------
<-- FOOTER STYLE AREA <--
------------------------------------------------------------------------------------- */

#footer {
	width: 970px;
	padding: 15px;
	background: transparent url(../images/footer_bg.png) bottom left no-repeat;
}

#footer p {
	padding: 0;
	margin: 0;
	color: #000;
	font-size: .9em;
}

/* -------------------------------------------------------------------------------------
<-- END FOOTER STYLE AREA <--
------------------------------------------------------------------------------------- */

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */

#jquery-lightbox, #jquery-lightbox div {
	width: auto;
}

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}

#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#jquery-lightbox a img { 
	border: none;
}

#jquery-lightbox #lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	float: none;
	margin: 0 auto;
}

#jquery-lightbox #lightbox-container-image {
	width: 100%;
}

#lightbox-container-image img {
	margin: 10px;
	float: left; 
	display: inline; 
}

#jquery-lightbox #lightbox-loading {
	position: absolute;
	top: 40%;
	left: 45%;
	height: 25%;
	text-align: center;
	line-height: 0;
}

#jquery-lightbox #lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#lightbox-container-image-box > #lightbox-nav { 
	left: 0;
	width: 100%;
}

#jquery-lightbox #lightbox-nav-btnPrev, #jquery-lightbox  #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	display: block;
	clear: none;
}

#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}

#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}

#jquery-lightbox #lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	float: none;
	padding: 0 10px 0;
}

#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
	float: none;
}

#jquery-lightbox  #lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left;
	text-align: left; 
}
	
#lightbox-image-details-caption {
	font-weight: bold;
}
	
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}

#lightbox-secNav {
	float: right;
	clear: none;
	width: auto;
}

#lightbox-secNav-btnClose {
	width: 66px; 
	float: left;
	padding-bottom: 0.7em;	
}