html, body, div, span, applet, object, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, object, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100.01%;
}
body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #444444;
	background: #acacac url(../images/generic/back-gradient.png) bottom repeat-x;
}

h1 { margin: 0; padding: 0; border: 0; font-size: 100.01%; }
h2 { margin: 0; padding: 0; border: 0; font-size: 100.01%; }
h3 { margin: 0; padding: 0; border: 0; font-size: 100.01%; }
h4 { margin: 0; padding: 0; border: 0; font-size: 100.01%; }
h5 { margin: 0; padding: 0; border: 0; font-size: 100.01%; }
h6 { margin: 0; padding: 0; border: 0; font-size: 100.01%; }

/* Link styles */

a {color: #2d9cce;}
a:link {color: #2d9cce;}
a:visited {color: #026ca9;}
a:hover {color: #2d9cce; text-decoration: none;}
a:active {color: #026ca9; text-decoration: underline;}


/* Skip */

#skipnav {
	width: 980px;
	height: 5px;
	overflow: hidden;
}
#skipnav p,
#skipnav h2 {
	font-size: 1px;
	text-indent: -4000px;
}
#skipnav a:link, #skipnav a:visited, #skipnav a:hover {
	text-decoration: none;
}


/* Header */

#wrapper {
	width: 980px;
	margin: 0 auto;
	text-align: center;
}
#header {
	width: 980px;
	height: 99px;
	margin: 0 auto;
	background: #666666 url(../images/generic/header.gif) no-repeat;
	position: relative;
	border-bottom: 1px solid #c0c0c0;
}
#header p {
	color: #CCC;
	position: absolute;
	letter-spacing: -0.02em;
	line-height: 1.2;
	font-size: 150%;
	text-align: right;
	right: 135px;
	bottom: 25px;
	width: 750px;
	vertical-align: baseline;
}
#header p strong {
	color: #4cbce4;
	font-size: 80%;
	letter-spacing: -0.05em;
}


/* Page Heading */

#heading {
	width: 980px;
	margin: 9px 0;
	background: #404040;
	text-align: left;
	position: relative;
}
#heading h1 {
	font-size: 230%;
	font-weight: bold;
	letter-spacing: -0.04em;
	padding: 65px 120px 20px 20px;
	letter-spacing: -0.04em;
	line-height: 1;
	color: #FFFFFF;
}
#heading h1 img.h1_graphic {
	margin: -18px 0 -25px -20px;
}
#heading a {
	color: #FFF;
	text-decoration: none;
}
#heading a:hover,
#heading a:active {
	color: #FFF;
	text-decoration: underline;
}


/* Round corners */

.round_top,
.round_foot {
	width: 980px;
	height: 5px;
	font-size: 1%;
	position: absolute;
	left: 0;
	z-index: 300;
}
.round_top {background: url(../images/generic/round_top.gif) no-repeat bottom left;	top: 0;}
.round_foot {background: url(../images/generic/round_foot.gif) no-repeat bottom left; bottom: 0;}


/* Page */

#page {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	background-color: #fff;
	background-image: url(/images/generic/page-column-nav.jpg);
	background-repeat: repeat-y;
	z-index: 0;
}
body.home #page {background-image: url(../images/generic/page.jpg); background-repeat: no-repeat;}
body.mailboxes#index #page {background-image: url(../images/generic/page-column.jpg);}
body.domestic#index #page {background-image: url(../images/generic/page-column.jpg);}
body.store #page {background-image: none;}
body.blog #page {background-image: none;}

#page .round_foot {background: none; bottom: 0;}



/* Columns */

#page_height {
	width: 20px;
	height: 200px;
	float: left;
	font-size: 1%;
}

#mainarea {
	width: 780px;
	margin: 0;
	float: left;
}
body.home #mainarea {width: 960px;}
body.domestic#index #mainarea {width: 960px;}
body.mailboxes#index #mainarea {width: 960px;}
body.store#index #mainarea {width: 960px;}


.main_content {
	width: 520px;
	float: left;
	margin: 0;
	margin-right: 40px;
	padding: 10px 0;
}
body.home .main_content {width: 960px; margin-right: 0;}
body.mailboxes#index .main_content {width: 720px; margin-right: 20px;}
body.domestic#index .main_content {width: 720px; margin-right: 20px;}
body.store#index .main_content {width: 960px; margin-right: 0;}


.side_content,
body.mailboxes#index .side_content,
body.domestic#index .side_content {
	width: 200px;
	float: left;
	margin: 0;
	padding: 10px 0;
	font-size: 95%;
	display: inline;
}

body.store#index .side_content { width: 1px; left: -9000px; position: absolute; }


/* Further Information area */

#information {
	width: 980px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 auto;
	text-align: center;
	background: #ededed;
	padding: 15px 0 20px;
	position: relative;
	border-top: 5px solid #cccccc;
}
#information h3 {
	font-size: 110%;
	letter-spacing: -0.05em;
	text-align: left;
	padding: 0 0 5px 20px;
}
#information h3 .smaller {
	font-size: 70%;
	font-weight: normal;
	color: #666;
}
#information ul {
	margin: 0 auto 20px auto;
	padding: 0 0 0 10px;
	font-size: 70%;
	line-height: 1.0;
}
#information li {
	display: inline;
	list-style-type: none;
	background: #333;
}
#information li a {
	text-decoration: none;
	background-position: center top;
	background-repeat: no-repeat;
	padding: 65px 0 0 0;
	color: #333;
	float: left;
	font-weight: bold;
	margin: 0 10px;
	width: 100px;
}
#information a:hover {
	text-decoration: underline;
}

#information li a.link1 { background-image: url(../images/generic/info-1.jpg);}
#information li a.link2 { background-image: url(../images/generic/info-2.jpg);}
#information li a.link3 { background-image: url(../images/generic/info-3.jpg);}
#information li a.link4 { background-image: url(../images/generic/info-4.jpg);}
#information li a.link5 { background-image: url(../images/generic/info-5.jpg);}
#information li a.link6 { background-image: url(../images/generic/info-6.jpg);}
#information li a.link7 { background-image: url(../images/generic/info-7.jpg);}
#information li a.link8 { background-image: url(../images/generic/info-8.jpg);}

#information .round_foot {background: url(../images/generic/round_foot.gif) no-repeat bottom left; bottom: 0;}


/* Call to Action */

#callto {
	width: 980px;
	margin: 9px 0 5px 0;
	text-align: left;
	background: #404040 url(../images/generic/callto.gif) no-repeat;
	position: relative;
}
#callto p {
	padding: 14px 340px 16px 20px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 138%;
	text-shadow: #404040 0 0 3px;
	background: url(../images/generic/callto_foot.gif) no-repeat bottom;
}
#callto p strong,
#callto p a {
	color: #2d9cce;
	text-decoration: none;
}
#callto p a:hover,
#callto p a:active {
	color: #2d9cce;
	text-decoration: underline;
}
#callto ul {
	position: absolute;
	left: 660px;
	top: 15px;
	font-size: 72%;
	line-height: 1.3;
	width: 320px;
}
#callto li {
	display: inline;
	list-style-type: none;
}
#callto li a {
	margin-right: 20px;
	float: left;
	width: 75px !important;
	padding: 10px 0 15px 65px;
	background-position: top left;
	background-repeat: no-repeat;
	color: #FFF;
	text-decoration: none;
}
#callto li a:hover,
#callto li a:focus {
	text-decoration: underline;
}
#callto li a.catalogue { background-image: url(../images/generic/icon_cat.gif);}
#callto li a.news { background-image: url(../images/generic/icon_newsletter.gif);}


/* Sign off */

#signoff {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#signoff .col1,
#signoff .col2, 
#signoff .col3,
#signoff .col_full,
#signoff .col_copy {
	float: left;
	display: inline;
	margin: 10px 20px 0 0;
}
#signoff .col1 { width: 620px; margin-left: 20px; }
#signoff .col2 { width: 140px; }
#signoff .col3 { width: 140px; margin-right: 0; }
#signoff .col_full { width: 940px; margin: 0 0 0 20px; }
#signoff .col_copy { width: 780px; margin: 10px 20px 30px 20px; }

#signoff .border {
	border-bottom: 1px solid #bcbcbc;
	clear: both;
	font-size: 1% !important;
	margin: 0 auto 10px !important;
	height: 15px;
	padding: 0 !important;
	overflow: hidden;
	width: 940px;
}


#signoff h3 {
	padding: 0 0 2px 0;
	font-size: 72%;
	color: #333;
	line-height: 150%;
	font-family: Arial, Helvetica, sans-serif;
}
#signoff p {
	padding: 0;
	font-size: 65%;
	letter-spacing: -0.06em;
	line-height: 150%;
	color: #666;
}
#signoff p a {
	color: #666;
	text-decoration: none;
}
#signoff p a:hover {
	text-decoration: underline;
}


/* Main Area and Typefaces */

#mainarea h1 a { color: #026ca9; }
#mainarea h2 a { color: #026ca9; }
#mainarea h3 a { color: #026ca9; }
#mainarea h4 a { color: #026ca9; }
#mainarea h5 a { color: #026ca9; }
#mainarea h6 a { color: #026ca9; }

#mainarea h1 {font-size: 125%; padding: 5px 0 5px 0; letter-spacing: -0.04em; color: #026ca9;}
#mainarea h2 {font-size: 125%; padding: 5px 0 5px 0; letter-spacing: -0.04em; color: #026ca9;}
#mainarea h3 {font-size: 105%; padding: 5px 0 5px 0; letter-spacing: -0.04em; color: #026ca9;}
#mainarea h4 {font-size: 90%; padding: 5px 0 5px 0; letter-spacing: -0.04em; color: #026ca9;}
#mainarea h5 {font-size: 90%; padding: 5px 0 5px 0; letter-spacing: -0.04em; color: #026ca9;}
#mainarea h6 {font-size: 90%; padding: 5px 0 5px 0; letter-spacing: -0.04em; color: #026ca9;}

#mainarea ul {
	list-style-type: none;
	padding: 2px 0 3px 0;
}
#mainarea ol {
	list-style-type: decimal;
	padding: 2px 0 3px 25px;
}
#mainarea ol li {
	font-size: 72%; line-height: 150%; 
	padding: 0 0 5px 5px;
	background-image: none;
}
#mainarea li {
	font-size: 72%; line-height: 150%; background-image: url(../images/generic/bullet.gif); background-repeat: no-repeat; background-position: 0px 5px; padding: 0 0 5px 15px;
}

#mainarea p {
	padding: 5px 0 10px 0;
	font-size: 72%;
	line-height: 150%;
}
#mainarea p img {
	margin-top: 5px;
	margin-bottom: 0;
}
#mainarea p.mainarea_intro {
	font-size: 100%;
	line-height: 140%;
	color: #2d9cce;
}
#mainarea p.mainarea_intro strong {
	color: #2d9cce;
}
#mainarea p.subtext,
#mainarea li.subtext  {
	font-size: 70%;
	line-height: 140%;
}
#mainarea p strong,
#mainarea li strong {
	color: #222222;
}

.warning {
	color: #F00 !important;
	font-weight: bold;
}
 

/* Link images */

#gallery {
	width: 520px;
	margin:0;
	padding: 0;
}

#mainarea a img {
	border-color: #ccc;
}
#mainarea a:hover img {
	border-color: #2d9cce;
	background-color: #2d9cce;
}



/* Forms */

form {
	margin: 10px 0 10px 0;
}
legend {
	font-size: 105%;
	margin: 0 -5px 0 -5px;
	padding: 0 0 6px 0;
	color: #026ca9;
	letter-spacing: -0.04em;
	font-weight: bold;
}
label {
	margin-right: 15px;
	width: 500px;
	font-size: 72%;
	font-weight: bold;
	color: #026ca9;
	margin-bottom: 10px;
}
form strong {
	color: #026ca9 !important;
}
input.inputform,
select.inputform,
textarea.inputform {
	width: 475px;
	display: block;
	border: 1px solid #ebebeb;
	background-color: #f0f0f0;
	padding: 2px 0;
}
textarea {
	width: 310px;
}
fieldset {
	border: 1px solid #CCCCCC;
	margin: 10px 0 10px 0;
	padding: 5px 15px 20px 20px !important;
	line-height: 100%;
}

/* Layout */

.layout_clear {
	clear: both;
	height: 0 !important;
	font-size: 1% !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden;
	width: 20px;
}

.layout_2col,
.layout_2col_end {
	width: 250px;
	float: left;
	margin-right: 20px;
	display: inline;
	padding: 0;
}
.layout_2col_end {
	margin-right: 0;
}

.layout_3col,
.layout_3col_end {
	width: 160px;
	float: left;
	margin-right: 20px;
	display: inline;
	padding: 0;
}
.layout_3col_end {
	margin-right: 0;
}

.layout_float_l {
	padding: 5px 20px 10px 0 !important;
	float: left;
	display: inline;
}
.layout_float_r {
	padding: 5px 0 10px 20px !important;
	float: right;
	display: inline;
}
.layout_float_l_border {
	margin: 5px 20px 10px 0 !important;
	padding: 3px;
	border: 2px solid #ccc;
	float: left;
	display: inline;
}
.layout_float_r_border {
	margin: 5px 0 10px 20px !important;
	padding: 3px;
	border: 2px solid #ccc;
	float: right;
	display: inline;
}

.layout_img {
	margin: 10px 20px 10px 0;
}
.layout_img_end {
	margin: 10px 0 10px 0;
}

.layout_img_border {
	margin: 10px 20px 10px 0;
	padding: 3px;
	border: 2px solid #ccc;
}
.layout_img_border_end {
	margin: 10px 0 10px 0;
	padding: 3px;
	border: 2px solid #ccc;
}


/* Boxes */

#mainarea .box_top {
	margin: 10px 0 0 0;
	padding: 0 0 0 10px;
	background: #3b3b3b url(../images/generic/box-tl.gif) top left no-repeat;
}
#mainarea .box_top h2 {
	font-weight: normal;
	font-size: 80%;
	padding: 10px 10px 7px 0px;
	letter-spacing: 0;
	margin: 0;
	color: #FFFFFF;
	background: #3b3b3b url(../images/generic/box-tr.gif) top right no-repeat;
}
#mainarea .box_top h2 a {
	font-size: inherit;
	color: #FFFFFF;
	letter-spacing: 0;
	text-decoration: none;
}
#mainarea .box_top h2 a:hover {
	color: #2d9cce;
	text-decoration: underline;
	letter-spacing: 0;
}
#mainarea .box_img {
	font-size: 1%;	
}
#mainarea .box_img img,
#mainarea .box_img img a {
	border-top: 2px solid #2d9cce;
	border-bottom: 5px solid #2d9cce;
	margin: 0;
	padding: 0;
}

#mainarea .box_foot {
	margin-bottom: 10px;
	padding: 5px 0 0 10px;
	background: #f4f4f4 url(../images/generic/box-bl.gif) bottom left no-repeat;
}
#mainarea .box_foot div {
	margin: 0;
	padding: 0px 0 5px 0;
	background: #f4f4f4 url(../images/generic/box-br.gif) no-repeat bottom right;
}
#mainarea .box_foot p {
	padding: 3px 10px 5px 0;
	line-height: 120%;
	font-size: 70%;
	color: #333333;
}

/* Boxes Container */

.layout_box {
	float: left;
	margin-right: 20px;
	display: inline; 
}
body.home .layout_box {width: 300px;}
body.mailboxes .layout_box {width: 220px;}
body.domestic .layout_box {width: 220px;}
body.case-studies .layout_box {width: 520px;}
body.news .layout_box {width: 520px;}
body.store .layout_box {width: 220px;}


/* Case Studies boxes */

body.case-studies #mainarea .box_img {
	font-size: 1%;
	float: right;
	width: 85px;
	margin: 10px 0 10px 10px;
}
body.case-studies #mainarea .box_img img,
body.case-studies #mainarea .box_img img a {
	border: 2px solid #2d9cce;
	margin: 0;
	padding: 0;
}

/* News boxes */

body.news #mainarea .box_img {
	font-size: 1%;
	position: absolute;
	left: -9000px;
	top: -1000px;
}


/* Store */

body.store #heading {
	background: #026ca9 url(/images/store/store-header.jpg) no-repeat;
}

body.store .box_foot h2 span.subtext { 
	font-size: 50%;
	font-weight: bold;
	color: #000;
}
body.store .box_top h2 span.subtext { 
	font-size: 50%;
}
body.store .box_foot div { 
	height: 4.3em;
}

 

/* Link Button */

a.download,
a.link_button,
a.link_buy_button {
	color: #3b3b3b !important;
	padding: 0 14px 0 0;
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 100%;
	background: url(../images/generic/arrow_down.gif) no-repeat center right;
	text-decoration: none;
}
a.link_button {
	font-weight: bold;
	margin: 15px 15px 0 0 !important;
	padding: 0 14px 0 0;
	background: url(../images/generic/arrow_right.gif) no-repeat center right;
}
a.link_buy_button {
	font-weight: bold;
	margin: 15px 15px 0 0 !important;
	padding: 0 22px 0 0;
	background: url(../images/generic/buy_icon.gif) no-repeat center right;
}
a.download:hover, a.download:active, a.download:focus,
a.link_button:hover, a.link_button:active, a.link_button:focus,
a.link_buy_button:hover, a.link_buy_button:active, a.link_buy_button:focus{
	color: #2d9cce;
	text-decoration: underline;
}


/* Home Page Products */

#intro {
	margin: 0;
	padding: 10px 0 10px 0;
	width: 340px;
	float: left;
}
#intro h1 {
	font-size: 98%;
	font-weight: normal;
	line-height: 150%;
	letter-spacing: 0;
	padding: 5px 0 10px 0;
	margin: 0 20px;
}
#intro p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 150%;
	letter-spacing: 0;
	color: #FFFFFF;
	padding: 0 0 10px 0;
	margin: 0 20px;
}
#intro p.intro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	line-height: 140%;
	color: #FFFFFF;
	margin: 0 20px;
}
#intro_col2 {
	width: 640px;
	float: left;
	position: relative;
}
ul#products {
	width: 640px;
	height: 340px;
}
ul#products li {
	font-size: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}


/* Home Page Product nav */

ul#slide_nav {
	background: url(../images/home/feature_foot.gif) no-repeat bottom;
	position: absolute;
	width: 210px;
	right: 0;
	bottom: 0;
	z-index: 80;
}
ul#slide_nav li {
	background: url(../images/home/button.gif) no-repeat;
	display: block;
	float: left;
	height: 25px;
	list-style: none;
	margin: 0 0 0 15px;
	width: 12px;
	display: inline;
}
ul#slide_nav li#button_selected {
	background-image: url(../images/home/button_selected.gif);
}
#slide_nav li:hover  {
	cursor: pointer;
	z-index: 5000;
}
ul#slide_nav img {
	border: 0px;
}


/* Home Page News */

#news {
	margin: 0 0 9px 0;
	padding: 14px 20px 16px 20px;
	background-image: url(../images/generic/news.gif);
	background-position: bottom;
	background-color: #2d9cce;
	background-repeat: no-repeat;
	border: none;
	color: #FFFFFF;
	font-size: 100%;
	text-align: left;
}
#news h2 {
	font-size: 100%;
	float: left;
	padding: 0 10px 0 0;
	line-height: 1.0;
}
#news ul {
	width: 800px;
	margin: 0;
	padding: 0;
	text-shadow: #2d9cce 0 0 3px;
}
#news li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#news li p {
	margin-top: 1px;
	font-size: 90%;
}
#news a {
	margin: 0;
	padding: 0 0 0 30px;
	background: url(../images/generic/news_arrow.gif) no-repeat left center;
	color: #FFFFFF;
	line-height: 1.0;
	text-decoration: none;
}
#news a:hover {
	text-decoration: underline;
}


/* Home Commercial Consumer */

#wrapper_com_con {
	width: 940px;
	background: url(../images/home/back_com_con.jpg) no-repeat bottom left;
	margin: 10px 0 0;
	position: relative;
	float: left;
}
.round {
	z-index: 500;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 300px;
	height: 5px;
	overflow: hidden;
	font-size: 1%;
	background: url(../images/generic/round_foot_com_con.gif) no-repeat bottom left;
}

#commercial,
#consumer,

.col_1,
.col_2 {
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
}
#commercial { width: 620px; margin-right: 20px; }
#consumer { width: 300px; }

.col_1 { width: 310px; margin: 5px 0 0 10px;}
.col_2 { width: 290px; margin: 5px 0 0 0;}


#commercial .box_top { margin-top: 0;}
#commercial h3 { font-size: 90%; margin: 3px 0; }
#commercial li {
	padding: 0 0 2px 15px;
	font-size: 70%;
}
ul#images {
	width: 290px;
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 110%;
}
ul#images li {
	list-style-type: none;
	background-image: none;
	margin: 0;
	margin-left: 10px;
	padding: 0;
	float: left;
	color: #026ca9;
	display: inline;
}
ul#images li img {
	display: block;
	margin: 5px 0;
}
ul#images li a {
	text-decoration: none;
}
#consumer .box_top {
	background: #085494 url(../images/generic/box_blue_tl.gif) top left no-repeat;
	margin-top: 0;
}
#consumer .box_top h2 {
	padding: 10px 10px 7px 40px;
	background: #085494 url(../images/generic/box_blue_tr.gif) top right no-repeat;
}
#consumer .box_top h2 a:hover {
	color: #fff;
}
#consumer h2 { padding: 10px; padding-bottom: 7px; background: #d7d7d7; }
#consumer h2 a { text-decoration: none; }
#consumer h2 a:hover { text-decoration: underline; }

.image_content {
	margin: 10px 0;
	width: 940px;
	float: left;
}

.layout_4col,
.layout_4col_end {
	width: 220px;
	float: left;
	margin-right: 20px;
	display: inline;
	padding: 0;
}
.layout_4col_end {
	margin-right: 0;
}
img.right { float: right; margin: 5px 5px 0 0; display: inline; }


#mainarea .puller {
	width: 220px;
	float: left;
	margin-right: 20px;
	display: inline;
	padding: 0;
}
#mainarea .puller h3,
#mainarea .puller p {
	padding-left: 10px !important;
	padding-right: 10px !important;
}
#mainarea .puller h3 {
	font-size: 96%;
	padding-top: 10px !important;
	padding-bottom: 5px !important;
	background: url(../images/generic/tab-back-top.gif) top left no-repeat;
}


/* Home page overides */

body.home #heading {
	margin-bottom: 0;
}

body.home #mainarea .box_top h2 {
	font-size: 110%;
	padding-top: 12px;
}

body.home .layout_img,
body.home .layout_img_end {
	padding: 0;
	border: 0;
	margin: 10px 20px 10px 0;
}
body.home .layout_img_end {
	margin: 10px 0 10px 0;
}
body.home #mainarea h3 {
	padding: 0;
}
body.home #mainarea p {
	font-size: 70%;
}


/**
 * 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-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 900;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1000;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#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%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#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-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}


/* Info Landing page */

body.info #page { background-image: url(../images/generic/page-column-nav.jpg); background-repeat: repeat-y; background-position: top right; width: 800px;}
body.info #callto,
body.info #header,
body.info #heading,
body.info #nav,
body.info #signoff,
body.info #skipnav,
body.info #wrapper { width: 800px; }

body.info #header { background-image: url(../images/info/header.gif); }

body.info #header p {
	right: 20px;
	width: 600px;
}
body.info #nav {
	background-image: url(../images/info/nav.gif); 
}
body.info #nav p {
	text-decoration: none;
	padding: 7px 10px 9px 20px;
	color: #2d9cce;
	float: left;
	font-weight: bold;
}

body.info #callto {
	background-image: url(../images/info/callto.gif);
}
body.info #callto p {
	background-position: bottom left;
	background-image: url(../images/info/callto_foot.gif);
}

body.info .round_top,
body.info .round_foot {
	width: 800px;
}
body.info .round_top {background: url(../images/info/round_top.gif) no-repeat bottom left; top: 0;}
body.info .round_foot {background: url(../images/info/round_foot.gif) no-repeat bottom left; bottom: 0;}
