@CHARSET "UTF-8";

body {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-image: url("../images/oldworldmap2.jpeg");
	background-repeat: repeat-y;
	background-position: top center;
	background-attachment: fixed;
	/*
	position: static;
	overflow-y: scroll;
	*/
	overflow-x: hidden;
	min-height: 600px;
	text-align: center;
	margin: 0 auto;
	font-family: arial;
}

.banner {
	width: 620px;
	height: 200px;
	overflow: hidden;
	display: block;
	margin-bottom: 20px
}

.time_wrapper {
	font-family: arial;
	width: 950px;
	padding: 5px;
	background-color: #fff;
	color: #666;
	margin-left: 0px;
	text-align: center;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.time_wrapper table {
	color: #333;
	font-size: 16px;
	font-style: italic;
}

#main_content_wrapper {
	min-height: 400px;
	height: auto;
	background-color: #eee;
	float: left;
	padding: 20px;
	margin-top: 10px;
	text-align: left;
	margin-left: 0px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

#page_content {
	margin-top: 20px;
	text-align: justify;
}

#introduction {
	height: auto;
	background-color: #525a66;
	color: #fff;
	float: left;
	position: relative;
	width: 940px;
	padding: 10px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#introduction h3{
color: #fff;
}

#introduction a{
color: #fff;
text-decoration: underline;
}

.management_team_member_wrapper {
	margin-top: 10px;
	height: auto;
	float: left;
	min-height: 250px;
}

.management_team_member_pic {
	width: 170px;
	height: inherit;
	background-color: ;
	display: inline-block;
	float: left;
	border-right: 1px;
	border-right-color: #aaa;
	border-right-style: solid;
}

.management_team_member_profile {
	width: 420px;
	height: auto;
	background-color: ;
	display: inline-block;
	float: left;
	padding: 0 10px;
	text-align: justify;
}

#operations_list li {
	margin-top: 10px;
}

.contact_us_table_heading {
	color: #666;
	font-size: 18px;
	font-stretch: expanded;
	font-weight: bold;
	line-height: 30px;
}

#footer {
	background-color: #ddd;
	font-size: 11px;
	font-family: arial;
	margin-top: 10px;
	text-align: left;
	float: left;
	width: 100%;
	padding: 10px;
	margin-bottom: 10px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

/* ******************
				SLIDER
	******************* */
.theme-default #slider {
	margin: 0px auto;
	width: 685px; /* Make sure your images are the same size */
	height: 411px; /* Make sure your images are the same size */
}

.theme-pascal.slider-wrapper,.theme-orman.slider-wrapper {
	margin-top: 10px;
}

/* ***************
 FEEDBACK PAGE
	****************** */
#feedback input,#feedback tr td textarea {
	width: 250px;
	max-width: 250px;
	min-height: 25px;
	margin-left: 20px;
	pading: 7px;
	border: none;
	background-color: #ddd;
}

#feedback input:FOCUS,#feedback textarea:FOCUS {
	outline-color: #fff;
	outline-style: solid;
	outline-width: thin;
}

#feedback  tr td:first-child {
	text-align: right;
	width: 150px;
}

#feedback tr td {
	padding-top: 15px;
}

#submit-button:hover {
	cursor: pointer;
}

.error_msg{
  margin-left: 30px;
}

.commodity{
 border-radius: 4px;
 -moz-border-radius: 4px;
 -webkit-border-radius: 4px;
 width: 605px;
 overflow: hidden;
 height: 130px;
 margin-bottom: 15px;
}

#trading_img{
  width: 170px;
  overflow: hidden;
  border: 0px;
  border-color: #ddd;
  border-style: solid;  
}

#trading_boxes{
	width: 400px;
	height: 100%;
	padding: 15px;
	vertical-align: top;
	background-color: #eee;
	font-size: 12px;
}

#trading_boxes, #trading_img{
display: inline-block;
}