/* @override 
	http://arcandco.co.uk/style.css
	http://arcandco.co.uk/mystyle.css
	http://www.arcandco.co.uk/mystyle.css
*/
/* @group Layout */
body	{
	background-color: #ebebeb; 
	color: #737578; 
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif; 
	font-size: 12px;
	margin: 0px;
	text-shadow: #fff 1px 1px 0;
}
#page	{
	width: 780px;
	position: relative;
	margin: 0 auto;
	clear: both;
	height: 100%;
	padding-top: 20px;
}
#content {
	background-color: #fff;
	width: 780px;
	position: relative;
	margin-bottom: 20px;
}
.top_white {
	width: 780px;
	height: 15px;
	margin: 0;
	padding: 0;
	background: url(images/content_box_top.gif) no-repeat;
}
.bottom_white {
	width: 780px;
	height: 15px;
	background: url(images/content_box_bottom.gif) no-repeat;
	position: absolute;
	bottom: -15px;
}
.page_imgs {
	position: relative;
}
.page_imgs p.marine {
	position: absolute;
	width: 50%;
	left: 20px;
	margin: 0;
	top: 20px;
	color: #853b94;
	padding: 5px;
	font-size: 1.4em;
	line-height: 1.2em;
}
.page_imgs p.aviation {
	position: absolute;
	margin: 0;
	color: #fff;
	left: 15px;
	width: 38%;
	top: 15px;
	padding: 10px;
	line-height: 1.2em;
	font-size: 1.25em;
	text-shadow: #000000 1px 1px 0px;
}
/* @end */
/* @group Type */
h1,h2,h3,h4,h5 {
	font-weight: normal;
	font-style: normal;
	margin-top: 5px;
	margin-bottom: 5px;
}
h1	{
	font-size: 18px;
	color: #333;
	font-weight: bold;
}
h2	{
	color: #8a3d9a;
	font-size: 16px;
	line-height: 16px;
	margin-top: 10px;
}
h2 a.section {
	color: #8a3d9a;
	font-size: 20px;
	text-decoration: underline;
}
#left .pale {
	color: #999;
}
p {
	color: #444;
}
.news {
	border-bottom: 2px solid #c59ace;
}
#content #left .news p {
	display: block;
}
p.turkey, p.china, p.russia {
	padding-left: 95px;
	display: inline-block;
	/*height: 84px;*/
	background-position: 0 top;
}
p.russia {
	background: url(images/flags/russia.png) no-repeat;
}
p.china {
	background: url(images/flags/china.png) no-repeat;
}
p.turkey {
	background: url(images/flags/turkey.png) no-repeat;
}
p.turkey a, p.china a, p.russia a {
	line-height: 1.5em;
}
p.turkey a:hover, p.china a:hover, p.russia a:hover {
	
}
p.left_just {
	text-align: left;
	color: #777;
	width: 80%;
	margin: 10px auto 1px;
}
/* @end */
/* @group Header */
#header	{
	background: #ebebeb url(images/arc_logo.gif) no-repeat 30px 10px;
	position: relative;
	height: 147px;
}
.header_text {
	position: absolute;
	right: 0;
	width: 500px;
	text-align: right;
	font-size: 10px;
	line-height: 13px;
	top: 6px;
	overflow: hidden;
}
.header_text p {
	font-size: 19px;
	color: #471f4f;
	font-weight: bold;
	margin: 10px 0;
}
.header_text p.purple, .header_text p.purple a {
	color: #8a3d9a;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	border-style: none;
}
.header_text p.purple a:hover {
	border-bottom: 1px solid #863b95;
}
#header h1 { 
	position: absolute; 
	left: -999em; 
	width: 1em; 
	overflow: hidden;
}	
#header h2 { 
	position: absolute; 
	left: -999em; 
	width: 1em; 
	overflow: hidden;
}

/* @end */
/* @group Tabs */
#tabs	{
	position: absolute;
	margin-bottom: 12px;
	bottom: 0;
	width: 780px;
}
#tabs ul	{
	text-align: center;
	padding: 0;
	float: left;
	margin: 0 auto 0 20px;
}
#tabs li	{
	float: left; 
	list-style-image: none;
	list-style-type: none;
}
#tabs li a	{
	color: #333;
	font-size: 13px;
	text-decoration: none;
	border-bottom: 2px solid #ebebeb;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-left: 5px;
	margin-right: 5px;
}
#tabs li a:hover	{
	color: #8a3d9a;
	border-bottom: 2px solid #8a3d9a;
}

/* @end */
/* @group Both */
#both {
	margin-right: 30px;
	margin-left: 30px;
	width: 720px;
}
#both ul {
	margin-left: 40px;
}
#both li {
	color: #444;
	font-size: 1.1em;
}

/* @end */
/* @group Right */
#right	{ 
	color: #333;
	width: 470px;
	margin-left: 30px;
	margin-right: 30px;
	float: left;
}
#right a	{
	background-color: transparent;
	color: #333;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#right a:hover	{
}
#right p	{
}
#right img {
	margin-top: 10px;
	margin-bottom: 20px;
}
/* @end */
/* @group Left */
#left	{ 
	color: #421865;
	float: left;
	width: 210px;
	margin-right: 30px;
	margin-top: 0;
	padding-right: 10px;
	padding-top: 0;
}
#left #legal	{
	clear: both;
	font-size: 9px;
	color: #777;
}
#left p	{
	color: #1e1f1f;
	margin-top: 10px;
	margin-bottom: 10px;
}
#left div.test	{
	border-left: 1px solid #ccc;
	margin-top: 5px;
	margin-bottom: 20px;
	padding-left: 20px;
	font-size: 11px;
}
#left select	{
	color: black;
	font-size: 11px;
}
#left td	{
	font-size: 11px;
	color: #3a3a3a;
}

/* @end */
/* @group Links */
.links {
	margin-bottom: 20px;
	margin-top: 10px; 
	border-top: 1px solid #c59ace;
	border-bottom: 1px solid #c59ace;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 3px;
	background-color: #fdf3ff;
	color: #4a2152;
}
#left .links p {
	color: #4a2152;
}
img a, #both dt a img, a img {
	border: none;
}
/* @end */
/* @group Box */
.box	{
	border-left: 1px solid #c59ace;  
	border-right: 1px solid #c59ace;
	color: #8a3d9a;
	clear: both;
	margin-bottom: 10px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
}
.calc ul {
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
.calc li	{
	/*border-bottom: 1px solid #8a3d9a;*/
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-position: inside;
	list-style-type: none;
	color: #8a3d9a;

}
.box li	a {
	font-size: 12px;
}
.box p	{
	color: #5E0386;
	font-size: 12px;
}
.box h2, .links h2 {
	margin: 0;
	color: #572661;
	font-size: 14px;
}
.box a, .subscribe a {
	color: #8a3d9a;
	border-bottom: 1px dotted #572661;
}
.box p a, .subscribe p a {
	color: #90629a;
	font-weight: normal;
	font-style: normal;
}
.box p a:hover, .box li a:hover, .subscribe a:hover {
	border-bottom: 1px solid #90629a;
	color: #90629a;
}
/* @end */
/* @group Footer */
#footer {
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	clear: both;
	height: 82px;
	margin-left: auto; 
	margin-right: auto; 
	width: 774px;
}
.footer {
	margin: 0 auto;
	text-align: center;
	font-size: 11px;
	color: #6e6e6e;
	padding-top: 10px;
	padding-bottom: 10px;
}
.footer a {
	font-size: 10px;
	color: #6e6e6e;
	border-color: #6e6e6e;
}
.footer a:hover {
	color: #2c2c2c;
	border-color: #2c2c2c;
}

/* @end */
.total {
	font-size: 20px;
	color: #893d99;
}
/* @group subscribe */
.subscribe {
	background-color: #f2f6fb; 
	border: 1px solid #c59ace; 
	padding: 10px;
	color: #8a3d9a;
	clear: both;
	text-align: center;
	width: 450px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.subscribe h2 {
	font-size: 14px;
}
/* @end */
.total2 {
	color: #622b6e;
}
.pleasenote {
	font-size: 10px;
	line-height: 11px;
	font-style: italic;
}
#legal	{
	clear: both;
	color: #777;
	padding: 10px;
	background-color: #ebebeb;
}
#legal span {
	font-weight: bold;
}
#clear_left {
	clear: left;
}
#flash {
	font-size: 11px;
	height: 102px;
	width: 562px;
	margin: 0 auto 15px;
	clear: left;
}
.purple {
	color: #8a3d9a;
}
a	{
	color: #5E0386;
	font-size: 12px;
	text-decoration: none;
	border-bottom: dotted 1px #5E0386;
}
a:hover {
	border-bottom: solid 1px #5E0386;
}
.button	{
	background-color: #a6fba7;
	color: #0f510f;
	border: 1px solid #45c85f;
	padding: 10px;
	font-size: 15px;
	width: 198px;
	cursor: default;
}
.button:hover {
	background-color: #6afb6b;
	color: #033c03;
	border: 1px solid #45c85f;
}
.button_reset	{
	background-color: #fbb8a6;
	color: #a92300;
	border: 1px solid #c84545;
	padding: 10px;
	font-size: 15px;
	width: 198px;
}
.button_reset:hover	{
	background-color: #fb8a6c;
	color: #7c1900;
	border: 1px solid #c84545;
}
.clearfix {
	clear: both;
}
/* @group Partners */
#both dl {
}
#both dl dt {
	margin-right: 10px;
	padding: 10px;
	text-align: center;
	border-top: 1px solid #f7f7f7;
	border-bottom: 1px solid #dbdbdb;
	height: 80px;
	width: 211px;
	float: left;
}
#both dl dd {
	height: 80px;
	padding: 10px;
	border-top: 1px solid #f7f7f7;
	border-bottom: 1px solid #dbdbdb;
	margin-left: 231px;
}
#both dd h2 {
	font-size: 14px;
}
#fixedtipdiv{
position: absolute;
padding: 10px;
border: 1px solid #707070;
line-height:18px;
z-index: 100;
background-color: #a1a1a1;
color: #3a3a3a;
}
/* @end */