/*
  $Id: stylesheet.css - 4.0 2012/06/08 07:48:39

  Carlos Charles.com, Personal Portfolio
  http://www.carloscharles.com

  [C] 1983-2011 Carlos Charles. All Rights Reserved
*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    color: #0FA6D2;
    text-decoration: none;
}

a:hover { color: #0FA6D2; text-decoration: underline; }

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/* MAIN STYLE STARTS HERE */
body {
    background: #F9F9F9;
    margin: 0;
    padding: 0;
    font-family: Arial, Tahoma, sans-serif;
    font-size: 11px;
    color: #555;
}

a {
    color: #0f60c4;
    text-decoration: none;
}

a:hover {
    color: #0f60c4;
    text-decoration: underline;
}

/* Divs */
#top {
    position: absolute;
    display: block;
    width: 100%;
    height: 4px;
    background: #444;
}

#toTop {
    position: fixed;
    width: 50px;
    display: none;
    bottom: 25px;
    right: 25px;
    z-index: 10000;
}

#web-content {
    position: absolute;
    width: 100%;
    height: 100%;
    min-height: 100%;
    margin: 0 auto;
    z-index: 99;
}

#wrapper, #tracking-wrapper {
    position: relative;
    background: #AAA url('../../../images/concrete_background.jpg') center fixed;
    width: 1010px;
    margin: 50px auto;
    font-family: Oswald, sans-serif;
    border: 1px solid #BBB;
    border-bottom: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
}

#wrapper { width: 1010px; }

#tracking-wrapper { width: 575px; }

#header {
    position: relative;
    background: #222;
    width: 945px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    top: 35px;
    color: #AAA;
    font-size: 13px;
    border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
}

#header em {
    font-weight: normal;
    color: #FFF;
}

#header-center {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    left: 50px;
}

#header-left {
    position: relative;
    display: inline-block;
    float: left;
    margin-left: 15px;
}

#header-right {
    position: relative;
    display: inline-block;
    float: right;
    right: 15px;
}

#headlogo {
    position: relative;
    display: block;
    width: 945px;
    height: 90px;
    background: url('../../../images/ibs_header-logo.jpg') center no-repeat;
    margin: 38px auto;
}

#tracking {
    position: absolute;
    display: block;
    background: url('../../../images/track_background.png') center no-repeat;
    width: 250px;
    height: 125px;
    margin: 225px 0;
    margin-left: 35px;
    border: 1px solid #444;
    text-align: left;
    font-weight: bold;
    color: #F9F9F9;
    padding-left: 12px;
    font-size: 13px;
    z-index: 99;
}

#content, #tracking-content {
    position: relative;
    display: block;
    background: #F9F9F9;
    width: 945px;
    height: auto;
    margin: 55px auto;
    padding: 0;
    color: #444;
    font-family: Arial, sans-serif;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#content { width: 945px; }

#tracking-content { width: 550px; }

#pagination {
    position: relative;
    display: block;
    width: 100% auto;
    float: right;
    text-align: right;
    font-size: 12px;
    color: #777;
}

#messages {
    position: relative;
    display: inline-block;
    background: url('../../../images/announcement_background.png') center no-repeat;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 75px;
    line-height: 75px;
    color: #777;
    text-align: center;
    font-size: 16px;
    font-family: 'Pontano Sans', sans-serif;
    font-weight: normal!important;
}

#messages ul, #messages li {
    width: 100%;
	margin: 0;
	list-style: none;
}

#messages em {
    font-size: 18px;
    font-family: Times Roman;
    font-style: italic;
    font-weight: normal;
}

#footer, #tracking-footer {
    position: relative;
    display: block;
    background: #222;
    width: 1012px;
    height: 50px;
    margin: -50px auto;
    margin-bottom: 25px;
    bottom: 0;
    text-align: left;
    color: #888;
    font-size: 11px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

#footer, #tracking-footer { width: 1012px; }

#tracking-footer { width: 577px; }

#footer a, #tracking-footer a {
    color: #CCC;
    text-decoration: none;
}

#footer a:hover, #tracking-footer a:hover {
    color: #CCC;
    text-decoration: underline;
}

#footer1 {
    position: relative;
    display: inline-block;
    float: left;
    width: auto;
    margin: 0;
    margin-left: 25px;
    top: 12px;
}

#charles {
    position: relative;
    display: inline-block;
    width: auto;
    margin: 0;
    margin-right: 25px;
    float: right;
    top: 12px;
    text-align: right;
}

/* Tables */
.table00 {
    width: 100%;
    border-collapse: collapse;
    margin: 0 auto;
}

.table00 td {
    padding: 6px;
    vertical-align: top;
}

.table01 {
    width: 100%;
    border-collapse: collapse;
    margin: 0 auto;
    background: #FFF;
}

.table01 td {
    width: auto;
    padding: 6px;
    border: 1px solid #DADADA;
    vertical-align: middle;
}

/* Column's Divs */
#column-container {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

#column-container ul {
    list-style-type: none;
    margin-bottom: 0;
    padding: 0;
}

#column-container ul li {
    background-image: url('../../../images/bullet_blue.gif');
    background-repeat: no-repeat;
    background-position: 0 2px;
    margin-bottom: 12px;
    padding-left: 15px;
}

#column-full, #column-half, #column-third, #column-onethird {
    position: relative;
    display: inline;
    float: left;
    padding: 18px;
    margin: 5px;
    text-align: left!important;
    font-size: 13px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#column-full {
    width: 95%;
}

#column-half {
    width: 45%;
}

#column-third {
    width: 65%;
}

#column-onethird {
    width: 25%;
}

#column-message {
    position: relative;
    float: left;
    width: 90%;
    margin: 0 0 10px 0;
    padding: 10px;
}

/*   Titles & Images   */
h1 {
    display: block;
    width: 100% auto;
    color: #444;
    font-size: 18px;
    font-family: Oswald, sans-serif;
    font-weight: normal;
    border-bottom: 1px solid #DADADA;
    text-transform: uppercase;
}

h1 span { color: #1B1F67!important; }

h2 {
    display: block;
    width: 100% auto;
    margin: 10px 0;
    color: #777;
	font-size: 14px;
    font-family: Oswald, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
}

h3 {
    font-size: 1.1666em;
    margin: 0;
    color: #1B1F67;
}

h4 {
    display: block;
    width: 100% auto;
    color: #FFF;
    font-size: 28px;
    font-family: Oswald, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
}

h4 span { font-size: 18px; }

h5 {
    font-size: 14px;
    color: #999;
    margin: 0;
}

h6 {
    font-size: 2em;
    line-height: 1.2em;
    margin: 0;
    color: #FFF;
    border-bottom: 3px solid #FFF;
    padding-top: 8px;
    padding-bottom: 2px;
	font-weight: normal;
}

em {
    color: #1B1F67;
    font-style: normal!important;
    font-weight: bold;
}

blockquote {
    margin: 1em 20px;
	padding-left: 30px;
    font-style: italic;
	background: transparent url('../../../images/open-quote.png') no-repeat;
}

span.msg-01 {
    font-size: 11px;
    color: #4d5a70;
    font-style: italic;
}

.icn {
    border: 0;
    vertical-align: middle;
    padding-right: 12px;
}

.img {
    border: 0;
}

.img-left {
    border: 1px solid #DADADA;
    margin: 0 6px 0 0;
    padding: 3px;
    float: left;
}

.img-right {
    border: 1px solid #DADADA;
    margin: 0 0 0 6px;
    padding: 3px;
    float: right;
}

/* Buttons & Fields */
.btn {
    display: inline-block;
    float: right;
    border: none; /* No border */
    background: #ABABAB;
    font-size: 14px;
    color: #FFF!important;
    margin: 0;
    padding: 6px;
    cursor: pointer;
    margin-right: 8px;
}

.btn:hover { background: #1B1F67!important; }

.btn1 {
    display: inline-block;
    float: right;
    border: none; /* No border */
    background: #1B1F67;
    font-size: 14px;
    color: #FFF!important;
    margin: 0;
    padding: 6px;
    cursor: pointer;
}

.btn1:hover { background: #1B1F67!important; }

.button_small, .button_medium {
    border: none; /* No border */
    background: #1B1F67 url('../../../images/button_arrow_right.png') center right no-repeat;
    font-size: 14px;
    font-family: Oswald, sans-serif;
    color: #FFF!important;
    margin: 0;
    cursor: pointer;
    text-transform: uppercase;
}

.button_small { padding: 6px 18px 6px 12px; }

.button_medium { padding: 12px; }

.button_small:hover, .button_medium:hover { color: #FFF!important; text-decoration: underline; }

.field00 {
    border: 1px solid #DADADA;
    border-bottom: 1px solid #FFF;
    border-right: 1px solid #FFF;
    width: 96%;
    padding: 6px;
    border: 1px solid #BBB;
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #333;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.field01 {
    border: 1px solid #DADADA;
    border-bottom: 1px solid #FFF;
    border-right: 1px solid #FFF;
    width: 150px;
    padding: 9px;
    border: 1px solid #BBB;
    font-family: Arial, sans-serif;
    font-size: 13px;
    color: #999;
}

select {
    background: #FFF;
    width: auto;
    border: 1px solid #CCC;
    font-size: 13px;
    color: #777;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

option {
    padding: 2px 4px;
}

/* Messages */
#quick_contact {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
}

.form_msg {
    position: relative;
    display: block;
    margin: 0 auto;
    padding-bottom: 8px;
    vertical-align: middle;
    text-align: right;
    color: aqua;
    font-style: italic;
}

.form_msg1 {
    position: relative;
    display: block;
    float: left;
    margin: 0;
    padding-bottom: 8px;
    vertical-align: middle;
    text-align: left;
    color: #555;
    font-weight: bold;
    font-style: italic;
}

/* Language */
.lang_img {
    cursor: pointer;
    border: 0;
}

#language {
    position: relative;
    float: right;
    width: 70px;
    height: 40px;
    line-height: 40px;
    margin: 25px 15px 0;
    z-index: 19;
}

.lang_menu ul, .lang_menu li {
    cursor: pointer;
    width: 70px;
	margin: 0 auto;
	list-style: none;
}

.lang_menu {
    overflow: auto;    
    margin: 0;
    padding: 0;    
    float: left;
    clear: both;        
    width: 70px;
}

.lang_menu li {
    display: none;
    width: 70px;
    height: 35px;
    line-height: 35px;
    background: #001A33;
    margin-top: 2px;
    font-size: 16px;
    color: #FFF;
    text-align: center;
    -moz-opacity: 0.75;
    opacity: 0.75;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=75);
}
 
.lang_menu li a {
    display: block;
    color: #FFF;
    text-decoration: none!important;
}
 
.lang_menu li a:hover {
    text-decoration: none!important;
    color: #FFF;
}

/* Top Menu */
#nav {
    position: relative;
    display: block;
    background: url('../../../images/menu/menu_background.jpg') center repeat-x;
    width: 945px;
    height: 50px;
    line-height: 50px;
    margin: -38px auto;
    z-index: 7;
    border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
}

#nav a, #nav a:hover { text-decoration: none!important; color: #404142; }

ul.menu {        
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
	font-size: 14px;
    text-transform: uppercase;
}

ul.menu li {
    position: relative;            
	float: left;
}

ul.menu li a {
    background: url('../../../images/menu/menu_hover.png') center right no-repeat;
	color: #FFF!important;
	display: block;
	text-decoration: none;
    padding: 0 20px;
}

ul.menu li a:hover { background: url('../../../images/menu/menu_active.png') center right no-repeat; color: #FFF; }

ul.menu li:first-child .current {
    border-radius: 0 0 0 4px;
    -moz-border-radius: 0 0 0 4px;
    -webkit-border-radius: 0 0 0 4px;
}

.current {
    display: block;
    background: url('../../../images/menu/menu_active.png') center right no-repeat!important;
    color: #FFF!important;
}

.active {
    display: block;
    background: url('../../../images/menu/menu_active.png') center right no-repeat!important;
    color: #FFF!important;
}

ul.menu li span {
    position: relative;
    display: inline-block;
    background: url('../../../images/menu/menu_arrow.png') no-repeat center top;
	width: 25px;
	height: 25px;
    left: 7px;
    top: 4px;
}

ul.menu li a:hover span, .active span, .current span { background: url('../../../images/menu/menu_arrow_hover.png') no-repeat center top !important; }

ul.menu li span.subhover { background-position: center bottom; cursor: pointer; }

ul.menu li ul.submenu {
    position: absolute;
    display: none;
    float: left;
    border-top: none;
	background: #E9E9E9;
    list-style: none;
    white-space: nowrap;
	margin: 0;
    padding: 0;
	left: 0;
    top: 45px;
    text-align: left;
    font-size: 12px;
}

ul.menu li ul.submenu li {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 30px;
    line-height: 30px;
	margin: 0;
    padding: 0;
    border: 1px solid #CCC;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #CCC;
	clear: both;
}

ul.submenu li a {
    background: none;
	color: #444!important;
	display: block;
	text-decoration: none;
    text-transform: none;
    padding: 0 15px;
}

ul.submenu li a:hover { background: url('../../../images/menu/menu_hover.png') repeat; }

/* Easy Slider */
#slider-container {
    position: relative;
    display: table;
    width: 900px;
    height: 340px;
    background: none;
    margin: 0 auto;
    margin-bottom: 25px;
    top: 25px;
}


/* Nivo Slider */
.theme-default #slider {
    width: 900px; /* Make sure your images are the same size */
    height: 340px; /* Make sure your images are the same size */
    margin: 0 auto;
}

.theme-pascal.slider-wrapper, .theme-orman.slider-wrapper {
    margin-top: 150px;
}

/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
    display: none;
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
