/* HTML5 ✰ Boilerplate
 * ==|== normalize ==========================================================
 */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; }
body, button, input, select, textarea { font-family: sans-serif; color: #222; }

::-moz-selection { background: #3297fd; color: #fff; text-shadow: none; }
::selection { background: #3297fd; color: #fff; text-shadow: none; }

a { color: #2358a6; text-decoration: none; }
a:visited { color: #2358a6; }
a:hover { color: #06e; text-decoration: underline; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 0; padding: 0; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

   
   /* @group global */
   
   h1 {
   	font: 3.2em 'BitstreamVeraSansRoman', Arial, sans-serif;
   	letter-spacing: 0; 
   	font-weight: normal;
   	margin-bottom: 0;
   }
   h2 {
   	font-size: 1.3em;
   	font-family: 'BitstreamVeraSansRoman', Arial, sans-serif;
   	border-bottom: 1px dashed #333;
   	padding-bottom: 10px;
   }
   h3 {
   	color: #1d367e;
   	font-size: 1.5em;
   	font-family: 'BitstreamVeraSansRoman', Arial, sans-serif;
   }
   .clear {
   	clear: both;
   }
   .left {
   	float: left;
   }
   .right {
   	float: right;
   }
   
   /* @end */
   
   /* @group header */
   
   header {
   	height: 153px;
   	background: #fff url('../img/header-bg.jpg') repeat-x;
   }
   #logo {
   	float: left;
   }
   #nav {
   	float: right;
   }
   #navlist li {
   	float: left;
   	list-style: none;
   	margin-left: 1px;
   	margin-right: 1px;
   }
   #navlist li a {
   	display: block;
   	padding: 25px 8px 10px 8px;
   	text-decoration: none;
   	font-size: 1.1em;
   	color: #fff;
   	font-family: 'BitstreamVeraSansRoman', Arial, sans-serif;
   	text-shadow: #333 1px 1px 2px;
   }
   #navlist li a:hover, a.current {
   	background-color: #000;
   	-webkit-border-bottom-right-radius: 5px;
   	-webkit-border-bottom-left-radius: 5px;
   	-moz-border-radius-bottomright: 5px;
   	-moz-border-radius-bottomleft: 5px;
   	border-bottom-right-radius: 5px;
   	border-bottom-left-radius: 5px;
   }
   #trade-group {
   	clear: right;
   	float: right;
   	margin-top: 40px;
   }
   #trade-group a {
   	/*display: block; */
   	padding: 7px;
   	background-color: #000;
   	-webkit-border-radius: 5px;
   	-moz-border-radius: 5px;
   	border-radius: 5px;
   	text-decoration: none;
   	color: #fff;
   }
   #trade-group a:hover {
   	color: #3ea5ea;
   }
   #trade-group a:active {
   	margin-top: 1px;
   }
   .middle {
   	vertical-align: middle;
   }
   
   /* @end */
   
   /* @group main top section */
   
   #main {
   	background: url(../img/main-bg.gif) repeat-x;
   	height: 337px;
   	position: relative;
   }
   #main-top {
   	position: absolute;
   	top: -20px;
   	left: 50%;
   	margin-left: -480px;
   	border: 1px solid #cfcfcf;
   	height: 270px;
   	-webkit-border-radius: 5px;
   	-moz-border-radius: 5px;
   	border-radius: 5px;
   }
   .index-top {
   	background: #fff url(../img/main-top.jpg) no-repeat right;
   }
   .services-top {
   	background: #fff url(../img/services-top.jpg) no-repeat right;
   }
   .about-top {
   	background: #fff url(../img/about-top.jpg) no-repeat right;
   }
   .contact-top {
   	background: #fff url(../img/contact-top.jpg) no-repeat right;
   }
   .tradegroup-top {
   	background-color: #fff;
   }
   .litigation {
   	background: #fff url(../img/litigation-top.jpg) no-repeat right;
   }
   #top-shadow {
   	padding-top: 250px;
   }
   #top-content {
   	width: 730px;
   	margin-left: 70px;
   	font-size: 1.2em;
   	font-family: 'BitstreamVeraSansRoman', Arial, sans-serif;
   	line-height: 1.8em;
   }
   #top-content a {
   	color: #336699;
   	text-decoration: none;
   }
   #top-content a:hover {
   	text-decoration: underline;
   }
   #under-main {
   	color: #595959;
   	font-style: italic;
   	font-size: 1.4em;
   	font-family: 'BitstreamVeraSansRoman', Arial, sans-serif;
   	padding-top: 10px;
   	float: left;
   	padding-left: 20px;
   }
   #read-more {
   	float: right;
   	padding-right: 20px;
   }
   
   /* @end */
   
   /* @group low content */
   
   #lower {
   	background: url('../img/lower-bg.gif') repeat;
   	padding-top: 30px;
   	padding-bottom: 30px;
   }
   #low-box {
   	position: relative;
   	background: #fff;
   	border: 1px solid #cfcfcf;
   	height: 400px;
   	-webkit-border-radius: 5px;
   	-moz-border-radius: 5px;
   	border-radius: 5px;
   	-moz-box-shadow:    0px 3px 5px #333;
   	-webkit-box-shadow: 0px 3px 5px #333;
   	box-shadow:         0px 3px 5px #333;
   }
   #businessman {
   	position: absolute;
   	left: -30px;
   	top: 0;
   }
   #low-content{
   	float: right;
   	width: 500px;
   }
   #heading-image {
   	text-align: center;
   	margin-top: 10px;
   }
   #heading-image img {
   	padding-bottom: 10px;
   	border-bottom: 1px solid #333;
   }
   #low-list {
   	margin-left: 30px;
   	margin-top: 30px;
   	color: #053a9c;
   	list-style: none;
   	font-size: 1.5em;
   }
   #low-list li {
   	padding-left: 30px;
   	padding-bottom: 30px;
   	background: url('../img/list-arrow.jpg') no-repeat left top;
   }
   #button-cont {
   	background: #fff url('../img/small-shadow.jpg') repeat-x;
   	height: 275px;
   }
   .button {
   	margin-top: 50px;
   	width: 200px;
   	height: 175px;
   	-moz-box-shadow:    3px 3px 5px #333;
   	-webkit-box-shadow: 3px 3px 5px #333;
   	box-shadow:         3px 3px 5px #333;
   }
   
   /* @end */
   
   /* @group footer */
   
   footer {
   	background-color: #1e1e1e;
   	height: 260px;
   	color: #fff;
   	font-family: 'BitstreamVeraSansRoman', Arial, sans-serif;
   	font-size: 0.9em;
   }
   #f-inner {
   	padding-top: 20px;
   }
   .footer-content {
   	width: 290px;
   }
   .f-head {
   	font-size: 1.2em;
   }
   .f-list {
   	list-style: none;
   	margin-left: 20px;
   	margin-top: 10px;
   }
   .f-list li {
   	padding-bottom: 5px;
   }
   .f-list li a {
   	color: #fff;
   	text-decoration: none;
   }
   .f-list li a:hover {
   	text-decoration: underline;
   }
   #copy {
   	border-top: 1px solid #fff;
   	text-align: center;
   	margin-top: 20px;
   	padding-top: 10px;
   }
   
   /* @end */
   
   /* @group Page Styles */
   
   .about-person {
   	float: left;
   	width: 170px;
   	margin-bottom: 40px;
   }
   .about-person img {
   	border: 1px solid #999;
   	-moz-box-shadow:    3px 3px 5px #333;
   	-webkit-box-shadow: 3px 3px 5px #333;
   	box-shadow:         3px 3px 5px #333;
   }
   .about-info {
   	float: left;
   	width: 770px;
   	margin-left: 20px;
   	font-size: 1.1em;
   	font-family: 'BitstreamVeraSansRoman', Arial, sans-serif;
   }
   .about-info2 {
   	font-size: 1.1em;
   	font-family: 'BitstreamVeraSansRoman', Arial, sans-serif;
   }
   
   h4 {
   	padding: 0;
   	margin:  0;
   	padding-bottom: 20px;
   	list-style: none;
   	padding-left: 30px;
   	color: #053a9c;
   	background: url('../img/list-arrow.png') no-repeat left top;
   }
   h4:hover {
   	cursor: pointer;
   	text-decoration: underline;
   }
   .services-list {
   	margin-left: 30px;
   	margin-bottom: 10px;
   	font-size: 1.2em;
   	font-family: 'BitstreamVeraSansRoman', Arial, sans-serif;
   }
   .services-list div {
   	margin-left: 50px;
   	margin-bottom: 50px;
   	font-size: 0.9em;
   	font-family: 'BitstreamVeraSansRoman', Arial, sans-serif;
   }
   .services {
   	list-style: circle;
   	margin-left: 20px;
   }
   .services li {
   	padding-bottom: 7px;
   }
   
   #top-content2 {
   	width: 730px;
   	margin-left: 130px;
   	font-size: 1.2em;
   	font-family: 'BitstreamVeraSansRoman', Arial, sans-serif;
   	line-height: 1.8em;
   }
   #trade-login {
   	width: 320px;
   	height: 155px;
   	margin-top: 10px;
   	padding: 15px;
   	padding-bottom: 0;
   	border: 1px solid #999;
   	background-color: #f1f2f4;
   	float: left;
   }
   #trade-login label {
   	float: left;
   	width: 150px;
   	margin-bottom: 10px;
   	cursor: default;
   }
   #trade-login input {
   	float: left;
   	width: 150px;
   }
   #trade-login button {
   	margin-left: 150px;
   	margin-bottom: 10px;
   	width: 125px;
   	height: 31px;
   	background: #3ea5ea;
   	text-align: center;
   	line-height: 15px;
   	color: #fff;
   	-webkit-border-radius: 10px;
   	-moz-border-radius: 10px;
   	border-radius: 10px;
   	font-size: 1.0em;
   }
   #trade-info {
   	font-size: 0.8em;
   	width: 320px;
   	height: 130px;
   	float: left;
   	margin-top: 10px;
   	padding: 15px;
   	padding-bottom: 25px;
   	border: 1px solid #999;
   	border-left: none;
   	background-color: #f1f2f4;
   }
   #trade-info p {
   	line-height: 1.2em;
   	padding: 4px;
   	margin: 0;
   }
   .sub_page {
   	font-size: 1.1em;
   	font-family: 'BitstreamVeraSansRoman', Arial, sans-serif;
   }
   .lit-head {
   	font-size: 2em;
   	font-weight: bold;
   	border-bottom: 1px solid #333;
   }
   .lit-box {
   	font-size: 1.2em;
   	font-family: 'BitstreamVeraSansRoman', Arial, sans-serif;
   }
   .lit-list {
   	list-style:circle; 
   	margin-left: 20px; 
   	margin-bottom: 10px;
   }
   .lit-list li {
   	padding-bottom: 5px;
   }
   .lit-button {
   	float: left;
   	padding: 20px;
   }
   #lit-signup {
   	width: 600px;
   	float: left;
   }
   #lit-signup label {
   	float: left;
   	width: 130px;
   	text-align: right;
   	margin-right: 20px;
   }
   #lit-signup input {
   	float: left;
   	margin-bottom: 20px;
   }
   #lit-signup textarea {
   	float: left;
   	margin-bottom: 20px;
   }
   #lit-right {
   	float: left;
   	width: 340px;
   }
   #lit-bottom {
   	clear: both;
   	text-align: center;
   }
   
   /* @end */
   
   
/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#ccc;}
#colorbox{}
    #cboxContent{margin-top:20px;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{border:5px solid #000; background:#fff;}
        #cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
        #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
        #cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(../img/controls.png) no-repeat top left; width:28px; height:65px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:bottom left;}
        #cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(../img/controls.png) no-repeat top right; width:28px; height:65px; text-indent:-9999px;}
        #cboxNext:hover{background-position:bottom right;}
        #cboxLoadingOverlay{background:#000;}
        #cboxLoadingGraphic{background:url(../img/loading.gif) no-repeat center center;}
        #cboxClose{position:absolute; top:5px; right:5px; display:block; background:url(../img/controls.png) no-repeat top center; width:38px; height:19px; text-indent:-9999px;}
        #cboxClose:hover{background-position:bottom center;}


/* @group fonts */

@font-face {
    font-family: 'AaarghNormal';
    src: url('fonts/Aaargh-webfont.eot');
    src: url('fonts/Aaargh-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Aaargh-webfont.woff') format('woff'),
         url('fonts/Aaargh-webfont.ttf') format('truetype'),
         url('fonts/Aaargh-webfont.svg#AaarghNormal') format('svg');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'GentiumBookBasicBold';
    src: url('fonts/GenBkBasB-webfont.eot');
    src: url('fonts/GenBkBasB-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/GenBkBasB-webfont.woff') format('woff'),
         url('fonts/GenBkBasB-webfont.ttf') format('truetype'),
         url('fonts/GenBkBasB-webfont.svg#GentiumBookBasicBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'BitstreamVeraSansRoman';
    src: url('fonts/Vera-webfont.eot');
    src: url('fonts/Vera-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Vera-webfont.woff') format('woff'),
         url('fonts/Vera-webfont.ttf') format('truetype'),
         url('fonts/Vera-webfont.svg#BitstreamVeraSansRoman') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* @end */

/* ==|== non-semantic helper classes ======================================== */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* ==|== media queries ====================================================== */

@media only screen and (min-width: 480px) {


}

@media only screen and (min-width: 768px) {

}



/* ==|== print styles ======================================================= */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

.btn a {
	display: block;
	text-align: center;
	width: 180px;
	height: 50px;
	border: 1px solid #44548f;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: url('../img/tradegroup/btn-bg.jpg') repeat-x left top;
	-moz-box-shadow:    3px 3px 3px #333;
	-webkit-box-shadow: 3px 3px 3px #333;
	box-shadow:         3px 3px 3px #333;
	color: #fff;
	_position: absolute;
	_top: 50%;
	display: table-cell; 
	vertical-align: middle;
	font-size: 1.1em;
	text-decoration: none;
}
.btn a:hover{
	text-decoration: none;
	background: url('../img/tradegroup/btn-bg-hover.jpg') repeat-x left top;
}
.btn input {
	display: block;
	text-align: center;
	width: 180px;
	height: 50px;
	border: 1px solid #44548f;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: url('../img/tradegroup/btn-bg.jpg') repeat-x left top;
	-moz-box-shadow:    3px 3px 3px #333;
	-webkit-box-shadow: 3px 3px 3px #333;
	box-shadow:         3px 3px 3px #333;
	color: #fff;
	_position: absolute;
	_top: 50%;
	display: table-cell; 
	vertical-align: middle;
	font-size: 1.1em;
	text-decoration: none;
}
.btn  input:hover{
	text-decoration: none;
	background: url('../img/tradegroup/btn-bg-hover.jpg') repeat-x left top;
}