body {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size: 11px;
	color: #000000;
	border: 0;
	background-color: #ace6fc;
}
a {
	color: blue; /*#b83303;*/
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 14px;
	letter-spacing: 0.3px;	
	color: blue; /*#b83303;*/
	font-weight: bold;
}
h1 a{
	font-size: 12px;
}
img {
	padding: 0;
	margin: 0;
}

.Content {
	width: 100%;
	float: left;	
}
.Head {
	width: 100%;
	background: url(../../../img/bg/topBg.gif) #63d2fd repeat-x top left;
	
	margin: auto;
	text-align: left;
}
.headBottom {
	width: 100%;
	background: url(../../../img/bg/shipTopBg.gif)  repeat-x bottom left;
	margin: auto;
}
.headLogo {
	background: url(../../../img/bg/logo.jpg) no-repeat;
	background-position: 40px 0px; 
	width: 1001px;
	margin: auto;
}
.shiftTop{
	background: url(../../../img/bg/shipTop.jpg) no-repeat bottom left; 
	width: 1001px;
	margin: auto;
}
.headerMenu {
	width: 737px;
	background: url(../../../img/bg/menuBg.gif) no-repeat top left;
	margin: auto;
	height: 83px;
	margin-left: 264px;
}
.content {
	width: 662px;
	margin: auto;
	background: url(../../../img/bg/contentBg.gif) repeat-y top left;
	margin-left: 264px;
	padding-left: 28px;
	padding-top: 10px;
	padding-right: 15px;
	overflow: hidden;
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size: 13px;
	color: #000000;
	min-height: 194px;
}
.logoAbsolute {
	position: absolute;
}
.logoImg {
	margin: 0px 0 0 48px;
}
.flash2 {
	padding: 7px 0 0 298px;
	float: left;
}
.pirate {
	padding: 0px 0 0 7px;
	float: left;
}
.logoImg img {
	width: 150px;
	height: 150px;
	border: 0 none;
}
.footerRound {
	width: 100%;
	background: url(../../../img/bg/footerRound.gif) repeat-x top left;
	margin: auto;
}
.footer {
	background: url(../../../img/bg/footerBg.jpg) no-repeat top left; 
	width: 1001px;
	height: 286px;
	margin: auto;
}
.arrows a img {
	width: 160px;
	height: 180px;
	border: 0 none;
}
/*Menu*/

.headerMenu .menu {
	padding-top: 47px;
	padding-left: 1px;
	/*km 5 v+eil*/
	font-size: 15px;
	font-weight: bold;
	font-style: oblique;
	font-variant: small-caps;
	color: blue;
}

.headerMenu .select,
.headerMenu .current {
	margin:0; 
	padding:0; 
	list-style:none; 
	white-space:nowrap;
}

.headerMenu li {
	margin:0; 
	padding:0; 
	height:auto; 
	float:left;
	padding-right: 4px;
}

.headerMenu .select a {
	display:block; 
	height:33px; 
	float:left; 
	background: url(../../../img/menu/left.gif) no-repeat; 
	padding:0 0 0 12px; 
	text-decoration:none; 
	line-height:33px; 
	font-size:15px;
	white-space:nowrap; 
	color:#10516a;
}

.headerMenu .select a span {
	display:block;
	font-weight: normal;
	padding:0 12px 0 0px; 
	background:url(../../../img/menu/right.gif) no-repeat 100% 0;
}

.headerMenu .current a {
	display:block; 
	height:33px; 
	font-size:15px;
	float:left; 
	background: url(../../../img/menu/lefton.gif) no-repeat 0 0; 
	padding:0 0 0 12px; 
	text-decoration:none; 
	line-height:33px; 
	white-space:nowrap; 
	color:#e43404;
}

.headerMenu .current a span {
	display:block; 
	font-weight: normal;
	padding:0 12px 1px 0px; 
	background:url(../../../img/menu/righton.gif) no-repeat 100% 0;
}

.headerMenu .select a:hover, 
.headerMenu .select li:hover a {
	background: url(../../../img/menu/lefton.gif) no-repeat 0 0; 
	cursor:pointer; 
	color:#e43404;
}

.headerMenu .select a:hover span, 
.headerMenu .select li:hover a span {
	display:block; 
	font-weight: normal;
	float:left; 
	background:url(../../../img/menu/righton.gif) no-repeat 100% 0; 
	cursor:pointer;
}

/*END Menu*/

div.solution {
    position:fixed;
    bottom:10px;
    right:15px;
		color: #e4f5fb;
}
.solution a {
	color: #e4f5fb;
	text-decoration: none;
}
.solution a:hover, .solution a:link,.solution a:visited {
	color: #e4f5fb;
	text-decoration: underline;
}
