/* Body Style */

body {
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	}
 
 ul, li {
 	margin:0;
	padding:0;
	list-style:none
 	}

a {
	color:white;
	text-decoration:none
	}

a:hover {
	text-decoration:underline
	}

a:focus {
	outline:0
	}
	
h1 {
	font-family:Georgia, serif;
	font-size:15px;
	font-weight:normal;
	color:white;
	letter-spacing:-1px;
	margin:0;
	}
	
h2 {
	font-family:Georgia, serif;
	font-size:85px;
	font-weight:normal;
	letter-spacing:-5px;
	margin:0;
	}

h3 {
	font-family:Georgia, serif;
	font-size:28px;
	font-weight:normal;
	letter-spacing:-1px;
	color:#988f81;
	margin-bottom:10px
	}

h4 {
	font-family:Georgia, serif;
	font-size:18px;
	font-weight:normal;
	font-style:italic;
	line-height:26px;
	letter-spacing:-1px;
	color:#fbeed0;
	margin:0 0 10px 0
	}

p {
	margin:0 0 25px 0;
	line-height:22px
	}

.odd {
	margin:0;
	padding:0;
	background:none;
	border:0
	}

.tipcls {
	position:relative;
	width:100px;
	height:20px;
	padding:5px 0 0 10px;
	font-weight:bold;
	}

.tipcls div {
	position:absolute;
	top:0;
	left:10px;
	width:30px;
	height:3px;
	text-indent:-1000px;
	overflow:hidden
	}

.tipcls span {
	font-weight:normal;
	}

.prev_page {
	position:absolute;
	top:200px;
	left:-14px;
	width:14px;
	height:30px;
	overflow:hidden;
	text-indent:-1000px;
	background:url(../images/btn_previous.gif) no-repeat 4px 8px 
	}

.next_page {
	position:absolute;
	top:200px;
	right:-14px;
	width:14px;
	height:30px;
	overflow:hidden;
	text-indent:-1000px;
	background:url(../images/btn_next.gif) no-repeat 1px 8px 
	}

/* Main Container */

.bg_section {
	height:930px;
	}

.bd {
	position:relative;
	width:920px;
	margin:0 auto 0 auto
	}

/* Header */

.header {
	position:relative;
	height:142px
	}

.header .logo {
	position:absolute;
	top:16px;
	left:10px;
	overflow:hidden;
	text-indent:-1000px;
	display:block;
	width:291px;
	height:83px;
	background:url(../images/logo_armada_creative.png) no-repeat
	}

* html .header .logo {
	background:none;
	cursor:pointer;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/logo_armada_creative.png')
	}

.header div {
	position:absolute;
	top:95px;
	left:100px;
	width:457px;
	font-family:Georgia, serif;
	font-size:18px;
	color:white;
	letter-spacing:-1px
	}

.header div p {
	float:left;
	line-height:18px;
	color:#d6d1c8;
	padding-top:3px
	}


.header div a {
	display:block;
	background:white;
	float:right;
	color:black;
	font-style:italic;
	text-decoration:underline;
	padding:2px 6px 2px 6px
	}

.header div a:hover {
	text-decoration:none
	}
	
.header span {	
	position:absolute;
	top:33px;
	left:101px;
	font-family:Georgia, serif;
	font-size:46px;
	letter-spacing:-1px;
	color:black;
	}
	
.header .shadow {
	position:absolute;
	line-height:18px;
	top:99px;
	left:101px;
	color:black;
	}

/* Firefox */
.browser {
	position:absolute;
	right:-60px;
	top:0;
	width:236px;
	height:131px;
	overflow:hidden;
	text-indent:-1000px;
	background:url(../images/gfx_firefox.png) no-repeat
	}

* html .browser {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/gfx_firefox.png')
	}

/* Nav */

.nav {
	position:absolute;
	top:145px;
	left:8px;
	width:647px;
	font-family:Georgia, serif;
	font-size:18px;
	color:##C5B3A5;
	letter-spacing:-1px
	}

.nav li {
	float:right;
	position:relative;
	margin-right:8px;
	padding-right:15px;
	background:url(../images/gfx_links_nav.gif) no-repeat right 8px
	}

.nav li div {
	position:absolute;
	top:-5px;
	left:0;
	overflow:hidden;
	text-indent:-1000px;
	height:5px;
	}

.nav .odd {
	margin:0;
	background:none;
	padding:0
	}

.nav .business {
	color:#292c1a;
	}

.nav .business div {
	width:65px;
	background:#292c1a
	}

.nav .contact {
	margin:0;
	color:#332011;
	background:none;
	padding:0
	}

.nav .contact div {
	width:57px;
	background:#332011
	}

.nav .showcase {
	color:#1b1b1a
	}

.nav .showcase div {
	width:70px;
	background:#1b1b1a
	}

.nav .about {
	color:#141b1c
	}

.nav .about div {
	width:47px;
	background:#141b1c
	}

/* Nav Lines */

.nav_lines {
	border-bottom:1px #fff solid;
	border-top:1px #fff solid;
	filter:alpha(opacity=25);
	opacity:0.25;
	height:25px;
	margin-bottom:25px
	}

/* Pic Section */

.pic_section {
	position:relative;
	height:295px;
	overflow:hidden;
	background:black;
	border:5px #556463 solid;
	}

.pic_section h2 {
	position:absolute;
	bottom:-24px;
	left:20px;
	color:#556463
	}

/* Overlap */

.overlap {
	position:absolute;
	top:95px;
	right:-20px;
	width:373px;
	height:189px;
	}


/* Footer */

.footer {
	clear:both;
	overflow:hidden;
	margin-bottom:2px
	}

.footer .links {
	float:right;
	width:342px;
	margin-bottom:2px;
	background:url(../images/ico_links_footer.png) no-repeat 0 3px
	}

*html .footer .links {
	background:none
	}

.footer .links a {
	float:right;
	margin-right:1px;
	}

.footer .links span {
	float:right;
	margin-right:1px
	}
	
.footer .links .odd {
	background:none;
	padding:0;
	margin:0;
	}

.footer .copyright {
	clear:both;
	border-bottom:1px #fff solid;
	border-top:1px #fff solid;
	padding:0 1px 0 1px
	}

.footer .copyright span {
	float:left;
	color:white;
	padding-top:4px
	}

.footer .copyright a {
	float:right;
	width:170px;
	overflow:hidden;
	background:url(../images/logo_istockphoto.png) no-repeat 0 3px
	}

* html .copyright a {
	cursor:pointer;
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/logo_istockphoto.png')
	}

/* Description */

.description {
	position:absolute;
	width:920px;
	top:500px;
	left:0;
	padding-bottom:2px;
	}

.paglink1 {
	font-family:Georgia, serif;
	font-size:11px;
	color:black;
	letter-spacing:-1px
	}
