@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
body {
	background-color: #000;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position:center top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h1 {
	font-size: 22px;
}
h2 {
	color:#0296EE;
	font-size: 20px;
}
h3 {
	color:#3563FF;
	font-size: 16px;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
a{
	font-weight: bold;
}
a:link {
	color: #F12E03;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F00;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
a.memu{
	font-weight: bold;
}
a.memu:link {
	color: #FFF;
	text-decoration: none;
}
a.memu:visited {
	text-decoration: none;
	color: #FFF;
}
a.memu:hover {
	text-decoration: none;
	color: #F13702;
}
a.memu:active {
	text-decoration: none;
	color: #FFF;
}
a.memuCurrent{
	font-weight: bold;
}
a.memuCurrent:link {
	color: #F13702;
	text-decoration: none;
}
a.memuCurrent:visited {
	text-decoration: none;
	color: #F13702;
}
a.memuCurrent:hover {
	text-decoration: none;
	color: #FFF;
}
a.memuCurrent:active {
	text-decoration: none;
	color: #F13702;
}

a.memuBottom{
	font-weight: bold;
}
a.memuBottom:link {
	color: #0296EE;
	text-decoration: none;
}
a.memuBottom:visited {
	text-decoration: none;
	color: #0296EE;
}
a.memuBottom:hover {
	text-decoration: none;
	color: #FFF;
}
a.memuBottom:active {
	text-decoration: none;
	color: #0296EE;
}

.menu{
	border-right:#FFF 1px solid; 
	border-left:#FFF 1px solid; 
	border-top:#f13702 1px solid;
	background-color:#000;
}

.headerBox1{
	border:#014671 1px solid;
	width:150px;
	height:100px;
}
.headerBoxTitle1{
	border-left:#014671 1px solid; 
	border-right:#014671 1px solid;,
	border-bottom:#014671 1px solid;
	width:150px;
	background-color:#000;
}
.headerBox2{
	border:#83c791 1px solid;
	width:150px;
	height:100px;
}
.headerBoxTitle2{
	border-left:#83c791 1px solid; 
	border-right:#83c791 1px solid; 
	border-bottom:#83c791 1px solid;
	width:150px;
	background-color:#000;
}
.headerBox3{
	border:#cbd234 1px solid;
	width:150px;
	height:100px;
}
.headerBoxTitle3{
	border-left:#cbd234 1px solid; 
	border-right:#cbd234 1px solid; 
	border-bottom:#cbd234 1px solid;
	width:150px;
	background-color:#000;
}
.headerBox4{
	border:#9f7021 1px solid;
	width:150px;
	height:100px;
}
.headerBoxTitle4{
	border-left:#9f7021 1px solid; 
	border-right:#9f7021 1px solid; 
	border-bottom:#9f7021 1px solid;
	width:150px;
	background-color:#000;
}
.headerBox5{
	border:#6d1703 1px solid;
	width:150px;
	height:100px;
}
.headerBoxTitle5{
	border-left:#6d1703 1px solid; 
	border-right:#6d1703 1px solid; 
	border-bottom:#6d1703 1px solid;
	width:150px;
	background-color:#000;
}
.portoflioBox{
	border:#83c791 1px solid;
	width:150px;
	height:100px;
}
.portoflioBoxTitle{
	border-top:0px;
	border-left:#83c791 1px solid; 
	border-right:#83c791 1px solid;,
	border-bottom:#83c791 1px solid;
	width:150px;
	background-color:#000;
}
.recommends1{
	border:#014671 1px solid;
}
.recommends2{
	border:#83c791 1px solid;
}
.recommends3{
	border:#f13702 1px solid;
}
.recommends4{
	border:#61993d 1px solid;
}
.inner_back{
	background-repeat:repeat-y; 
	background-position: top center; 
	padding-right:20px; 
	padding-left:20px;
	background-image:url(images/inner_back.png);
}
.style13 {
	font-size:16px;
	color:#0296EE;
	font-weight:bold;
}

.border_preview{
	z-index:100;
	position:absolute; 
	background: #fff;
	border: 1px solid #444;
}

.preview_temp_load {
	vertical-align:middle;
	text-align:center;
	padding: 10px;
}
.preview_temp_load img{	
	vertical-align:middle;
	text-align:center;
}
#loader_container {
	text-align:center;
	position:absolute;
	top:40%;
	width:100%
}
#loader {
	font-family:Tahoma, Helvetica, sans;
	font-size:10px;
	color:#000000;
	background-color:#FFFFFF;
	padding:10px 0 16px 0;
	margin:0 auto;
	display:block;
	width:135px;
	border:1px solid #6A6A6A;
	text-align:left;
	z-index:255;
}
#progress {
	height:5px;
	font-size:1px;
	width:1px;
	position:relative;
	top:1px;
	left:10px;
	background-color:#9D9D94
}