@charset "utf-8";
html {
	margin: 0;
	padding: 0;
}
body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	background: #232b3e url(../images/bg.jpg) center top repeat-y;
}
a:link, a {
	color: #000;
	outline: none;
	text-decoration: none;
}
a:hover, a:active, li a.active {
	color: #666;
	outline: none;
	text-decoration: none;
}
a img, a:visited img {
	border: none;
	text-decoration: none;
}
img {
	border: none;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	vertical-align: top;
}
.clear {
	clear: both;
}

/************************/

@font-face {
    font-family: 'bebasneue';
    src: url('bebasneue.eot');
    src: url('bebasneued41d.eot?#iefix') format('embedded-opentype'),
         url('bebasneue.woff') format('woff'),
         url('bebasneue.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'opensans_regular';
    src: url('opensans_regular.eot');
    src: url('opensans_regulard41d.eot?#iefix') format('embedded-opentype'),
         url('opensans_regular.woff') format('woff'),
         url('opensans_regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/************************/

.global {
	width: 960px;
	top: 0;
	margin: 0 auto;
	background-color: #FFF;
}

/************************/

.header {
	width: 960px;
	height: 158px;
	margin: 0 auto;
	padding: 0;
	background: transparent url(../images/bg_header.jpg) top left repeat-x;
}
.logo {
	float: left;
	width: 144px;
	height: 116px;
	margin: 28px 0 0 18px;
}
.logo img {
	width: 144px;
	height: 116px;
}
.line_header {
	width: 960px;
	height: 8px;
	background-color: #232C3D;
}

/************************/

.menu {
	float: right;
	height: 44px;
	margin: 72px 24px 0 0;
	text-align: left;
}
.menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu li {
	float: left;
	cursor: pointer;
	height: 36px;
	margin-left: 12px;
	padding: 0 4px 10px 4px;
	font-family: "bebasneue", Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #666;
	text-align: center;
}
.menu li a {
	color: #666;
}
.menu li a:hover {
	color: #232C3D;
}
.menu li a:hover, .menu li.on a {
	color: #232C3D;
	background: transparent url(../images/bg_menu_on.jpg) bottom left repeat-x;
}

/************************/

.home {
	width: 960px;
	height: 270px;
	margin: 0;
	padding-top: 40px;
	font-family: "bebasneue", Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
	background: transparent url(../images/home.jpg) center top no-repeat;
}
.home .txt1 {
	width: 780px;
	margin: 0 auto;
	font-size: 112px;
	border-bottom: 2px solid #FFF;
}
.home .txt2 {
	font-size: 62px;
	letter-spacing: 6px;
}
.home .txt3 {
	width: 760px;
	margin: 0 auto;
	padding: 0;
	font-size: 28px;
	letter-spacing: 3px;
	background: transparent url(../images/bg_txt3.png);
}
.home_txt {
	width: auto;
	margin: 20px 55px 0 55px;
	font-family: "opensans_regular", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}
.home_mail {
	margin: 10px 55px 0 55px;
}
.home_download {
	float: left;
	position: relative;
	width: 310px;
	height: 24px;
	padding: 6px 9px;
	font-family: "bebasneue", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFF;
	background-color: #232C3D;
}
#home_download label { position: absolute; margin-left: 10px; margin-top: 8px; padding: 2px 4px; font-family: "opensans_regular", Arial, Helvetica, sans-serif; font-size: 14px; font-weight: normal; color: #666; }
#home_download input { }
#home_download input[type="text"] { border: 1px solid #9C7F3B; width: 200px; height: 30px; margin-left: 10px; padding: 2px 4px; font-family: "opensans_regular", Arial, Helvetica, sans-serif; font-size: 14px; font-weight: normal; color: #333; text-decoration: none; }
#home_download input[type="submit"] {
	float: right;
	position: relative;
	width: 58px;
	height: 36px;
	margin-right: 235px;
	padding: 5px 9px;
	font-family: "bebasneue", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFF;
	background-color: #232C3D;
	border: 0;
	text-decoration: none;
	display: block;
	cursor: pointer;
	/*para Firefox*/
	-moz-border-radius: 5px;
	/*para Safari y Chrome*/
	-webkit-border-radius: 5px;
	/* para Opera */
	border-radius: 5px;
}
#home_download input[type="submit"]:hover { filter: alpha(opacity=90); opacity: .90; -moz-opacity: 0.90; }

.home_down_note {
	padding-top: 12px;
	font-family: "opensans_regular", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	clear: both;
}

/************************/

.page_left {
	float: left;
	width: 670px;
	margin: 26px 0 0 55px;
}
.page_left.capab {
	width: 615px;
}
.title {
	font-family: "bebasneue", Arial, Helvetica, sans-serif;
	font-size: 33px;
	color: #232C3D;
}
.subtitle {
	margin-bottom: 20px;
	font-family: "opensans_regular", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
}
.page_txt {
	margin-bottom: 20px;
	font-family: "opensans_regular", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}
.page_txt ul {
	list-style: inside;
	color: #9C7F3B;
}
.page_txt li span {
	color: #333;
}
.page_left.serv .subtitle {
	margin-bottom: 8px;
}
.page_right {
	float: right;
	width: 190px;
	margin: 36px 25px 0 0;
}
.page_right.capab {
	width: 232px;
}
.box_right {
	width: 232px;
	margin: 0 0 20px 0;
	font-family: "opensans_regular", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	border-bottom: 3px solid #9C7F3B;
}
.box_right div {
	margin: 2px 5px 5px 5px;
}
.box_pers .left {
	float: left;
	position: relative;
	min-width: 150px;
	color: #333;
}
.box_pers .right {
	float: left;
	position: relative;
	margin-left: 10px;
	color: #333;
}
.page_images {
	position: relative;
	width: 960px;
	height: 520px;
	margin: 0 auto;
	top: 10px;
	clear: both;
}

/***** ALBUM IMAGES *****/
.window {
	position: relative;
	width: 750px;
	height: 480px;
	margin: 0 auto;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	border: 1px solid #232C3D;
}
.image_reel {
	position: absolute;
	margin: 0;
}
.image_reel img {float: left;}

.paging {
	float: left;
	position: absolute;
	width: 750px;
	height: 25px;
	left: 104px;
	top: 480px;
	text-align: center;
	padding-top: 12px;
	background-color: #232C3D;
	border: 1px solid #232C3D;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	width: 15px;
	height: 15px;
	margin-right: 5px;
	padding: 0 7px 0 7px;
	text-decoration: none;
	background: #CCC;
	border-radius: 6px 6px;
	-moz-border-radius: 6px 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.paging a.active {
	background: #9C7F3B;
}

/************************/

.footer {
	float: left;
	position: relative;
	width: 960px;
	height: 28px;
	margin: 46px 0 0 0;
	padding: 0;
	background-color: #232C3D;
}
.copyright {
	float: right;
	margin: 6px 15px 0 0;
	padding: 0;
	font-family: "opensans_regular", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
.copyright span {
	margin: 0;
}
.copyright span img{
	margin: -2px 0 0 10px;
	vertical-align: middle;
}

/************************/
.home_approved {
	color:#FFFFFF;
	width: 457px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	padding: 2px;
	margin:10px 0;
	background-color:#C9913C;
	padding-left:5px;
}