/*------------------------------------------------------------------------*/
/*------------------------------------------------------------------------*/
/*
/*	© Maramber 2012
/*	Designer: Amber
/*
/*------------------------------------------------------------------------*/
/*------------------------------------------------------------------------*/ 
          


/*------------------------------------------------------------------------*/
/*------------------------------------------------------------------------*/
/* main font, 
/*------------------------------------------------------------------------*/
/*------------------------------------------------------------------------*/



html, body {
	padding:		0;
	margin:			20px 0 0 0;
}

body {
	background:		#000;	
	font: 			normal 11pt/15pt Arial;
	color: 			#928378;
	text-align:		left;
	letter-spacing: 0px;
	background:		url(/_img/BG.png);
}

a, a:link {
	font-weight:	normal;
	text-decoration: none;
	color:			#928378;
}

a:hover {
	color:			#d5ccc0;
	text-decoration: none;
}

img {
		border:			none;
}

i {
	font-style: 	italic;
	color:			#717273;
}


u {
	text-decoration: underline;
}


b {
	font-weight:	bold;
}

p {
	margin:			18px 0 0 0;
}


h1 {
	font-weight: 	normal;
	text-transform:	uppercase;
	color:			#d5ccc0;
	font-size:		14pt;
	padding:		0 0 10px 0;
	border-bottom:	1px solid #3e3a38;
	margin-bottom:	20px;
}

h2, h3 {
	font-weight: 	normal;
	text-transform:	uppercase;
	color:			#9dd9e8;
	font-size:		11pt;
	text-align:		left;
	padding:		0 0 10px 0;
	border-bottom:	1px solid #3e3a38;
}

h3 {
	color:			#9dd9e8;
	font-size:		11pt;
	text-align:		center;
}

li {
	font-weight: 	normal;
	color:			#d5ccc0;
	padding:		0 0 5px 0;
	margin:			0 0 10px 0;
	border-bottom:	1px solid #34312f;
	list-style-type: none;
	list-style-position:inside;
	text-indent:	0px;
	font-size:		11pt;
	
}

li:hover {
	color:			#9dd9e8;

	text-indent:	0px;
}

li small{
	font-size: 9pt;
	color:		#7E796F;
}

orange {
	color: #f7db9f;
}

shadow {
	color: #5f504c;
	text-shadow: 1px 1px #27211f;
}

quote, brown {
	color:	#928378;
}

quote {
	text-transform:	uppercase;
	font-size:		14pt;
	font-family:	Arial;
}


/*------------------------------------------------------------------------*/
/*------------------------------------------------------------------------*/
/* main elements
/*------------------------------------------------------------------------*/
/*------------------------------------------------------------------------*/

div#clear {
  clear:			both;
  }
  
  
#wrap {
  	width:			731px;
	margin:			0px auto 50px auto;
	padding:		40px;
  }
  
#header {
	background:		url(/_img/headerbg.png) no-repeat;
	height:			120px;
	width:			731px;
	margin: 0 0 0px 0;
}

#nav {
	width:			731px;
	padding:		10px 0 9px 0;
	font-size:		8pt;

	margin:			0px auto;
	text-align:		center;
	background:		url(/_img/nav.png) repeat-y;
}
  

#nav-links a, #nav-links a:link {
	font-weight:	bold;
	text-decoration: none;
	font-size:		9pt;
	text-transform: uppercase;
	padding:		0px 15px;
}


#slide {
	background:		url(/_img/slide.png) repeat-y;
	height:			338px;
	width:			731px;
	margin:			0 0 20px 0;
}

#page-slide {
	background:		url(/_img/slide.png) repeat-y;
	height:			165px;
	width:			731px;
	margin:			0 0 40px 0;
}

#port-panels {
	width:			680px;
	background:		url(/_img/trans.png);
	padding:		20px 30px;
	margin:			0px auto;
	text-align:		center;
}

#port-panels img {
	width:			80px;
	height:			80px;
	border:			10px solid #000;
	margin:			18px;
}


#port-panels img:hover {
	border:		10px solid #3e3a38;
}

.call {
	text-align: right; 
	text-align:center; 
	color:		#d5ccc0;
	font-size:	11pt;
	padding: 8px 10px; 
	background: url(/_img/trans.png);
}

.call b{
	font-size:	11pt;
}

#col_wrap {
	border-bottom: 3px solid #4b3e3a;
	background:		url(/_img/trans.png); 
	margin:			0px auto;
	width:			734px;
}

#col, #col2, #col3 {
	color:		#928378;
}

#col a, #col a:link, #col2 a, #col2 a:link, #col3 a, #col3 a:link, .para a, .para a:link {
	font-weight:	normal;
	color:			#9dd9e8;
	border-bottom:	1px #544b47 dotted;
	padding:		0 0 2px 0;
}

#col a:hover, #col2 a:hover, #col3 a:hover {
	color:			#d5ccc0;
}

#col {
	width:		305px;
	float:		left;
	padding:	3px 30px 25px 30px;
	margin:		0 1px 0 0;
}

#col2 {
	width:		305px;
	float:		left;
	padding:	3px 30px 25px 30px; 
}

#col3 {
	width:		183px;
	float:		left;
	padding:	3px 30px 25px 30px;
}


.para {
	text-align:	center;
}


iframe {
	border:			0;
}


#footer {
	width:			731px;
	margin:			0px auto 60px auto;
	clear:			both;
	text-align:		left;
	bottom:			0;
}
