/** Add css rules here for your application. */
/** Example rules used by the template application (remove for your app) */
h1 {
	font-size: 2em;
	font-weight: bold;
	color: #777777;
	margin: 40px 0px 70px;
	text-align: center;
}

#pageContainer {
	position: relative;
}

#photoBackContainer {
	position: absolute;
	top: 160px;
	left: 0px;
	width: 86px;
	height: 160px;
	-moz-border-radius: 0px 18px 18px 0px;
	-webkit-border-radius: 0px 18px 18px 0px;
	border-radius: 0px 18px 18px 0px;
	background: #CD1719;
	cursor: hand;
	cursor: pointer;
	background-position: center center;
	background-repeat: no-repeat; 
	background-image: url('../images/photo_bck.png');
	-webkit-box-shadow: 0px 5px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 5px 5px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 5px 5px rgba(50, 50, 50, 0.75);
}

#photoFwdContainer {
	position: relative;
	float: right;
	top: 160px;
	width: 82px;
	height: 160px;
	vertical-align: middle;
	-moz-border-radius: 18px 0px 0px 18px;
	-webkit-border-radius: 18px 0px 0px 18px;
	border-radius: 18px 0px 0px 18px;
	background: #CD1719;
	background-position: 7px center;
	background-repeat: no-repeat; 
	background-image: url('../images/photo_fwd.png');
		/** Different browsers use different names either hand or pointer. This will cover all cases.*/
	cursor: hand;
	cursor: pointer;
	-webkit-box-shadow: 0px 5px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 5px 5px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 5px 5px rgba(50, 50, 50, 0.75);
}

#spacer {
	min-height: 1px; /*To avoid div collapse*/
	float: right;
	width: 4%;
}

#menuContainer {
	float: right;
}


#contentContainer {
	width: 38%;
	min-width: 40px;
	max-width: 580px;
	float: right;
	background: rgb(255, 255, 255);
	/* Fall-back for browsers that don't support rgba */
	background: rgba(255, 255, 255, .7);
	-moz-border-radius: 0px 0px 18px 18px;
	-webkit-border-radius: 0px 0px 18px 18px;
	border-radius: 0px 0px 18px 18px;
	max-height: 95%;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-box-shadow: 0px 5px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 5px 5px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 5px 5px rgba(50, 50, 50, 0.75);
}

img.shield {
	position: absolute;
	bottom: 0;
	left: -8px;
	z-index: -1;
	height: 170px;
	cursor: hand;
	cursor: pointer;
}

.cbRight {
	position: absolute;
	right: 14px;
	bottom: 7px;
	width: 240px;
	height: 64px;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url('../images/taurus_logo.png');
	cursor: hand;
	cursor: pointer;
}

#cbMiddle {
	position: absolute;
	left: 100px;
	bottom: 5px;
	height: 64px;
}

cbLeft {
	position: absolute;
	left: 10px;
	bottom: 5px;
	height: 64px;
}

div.menuItem {
	width: 141px;
	float: right;
}

div.tab {
	z-index: 100;
	position: relative;
	text-align: center;
	padding: 0px 15px 0px 15px;
	/*min-height: 38px;**/
	height: 38px;
	background: #CD1719;
	-moz-border-radius: 0px 0px 18px 18px;
	-webkit-border-radius: 0px 0px 18px 18px;
	border-radius: 0px 0px 18px 18px;
	/** Different browsers use different names either hand or pointer. This will cover all cases.*/
	cursor: hand;
	cursor: pointer;
	-webkit-box-shadow: 0px 5px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 5px 5px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 5px 5px rgba(50, 50, 50, 0.75);
}

div.subTab {
	text-align: center;
	display: none;
	position: relative;
	padding: 20px 15px 8px 15px;
	background: #de6c6d;
	-moz-border-radius: 0px 0px 18px 18px;
	-webkit-border-radius: 0px 0px 18px 18px;
	border-radius: 0px 0px 18px 18px;
	/** Different browsers use different names either hand or pointer. This will cover all cases.*/
	cursor: hand;
	cursor: pointer;
	-webkit-box-shadow: 0px 5px 5px rgba(70, 70, 70, 0.75);
	-moz-box-shadow:    0px 5px 5px rgba(70, 70, 70, 0.75);
	box-shadow:         0px 5px 5px rgba(70, 70, 70, 0.75);
}

span.tabText {
	line-height: 38px;
	margin: 0px;
	text-align: center;
	text-transform: uppercase;
	color: white;
	font-weight: bold;
	letter-spacing: 2px;
	font-size: 110%;
}

span.subTabText {
	margin: 0px;
	text-align: center;
	text-transform: uppercase;
	color: white;
	font-weight: bold;
	font-size: 80%;
}

span.contentHeader {
	font-weight: bold;
	color: #1D245D;
	text-transform: uppercase;
}

body, table td, select, button {
  font-family: Arial Unicode MS, Arial, sans-serif;
  font-size: small;
}

p {
	letter-spacing: 1px;
	font-size: 103%;
}

span.contact-bullets {
	font-weight: bold;
	color: #CD1719;
}

td{
	letter-spacing: 1px;
	font-size: 103%;
}

li {
	letter-spacing: 1px;
	font-size: 103%;
}

p.menuTextFoto {
	margin: 0px;
	text-transform: uppercase;
	color: white;
	font-weight: bold;
	letter-spacing: 2px;
	font-size: 110%;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	writing-mode: tb-rl;
}



img.security_man {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 80%;
	z-index: -1;
	zoom: 1;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#contentMain {
	top: 0;
	margin: 20px 3% 5px 3%;
	min-height: 270px;
}

#contentBottom {
	bottom: 0;
	height: 80px;
}