@charset "UTF-8";
/* CSS Document */

@font-face {
	font-family: OswaldLight;
	src: url(../font/Oswald-Light.ttf);
	font-weight: 300;
}

@font-face {
	font-family: OswaldReg;
	src: url(../font/Oswald-Regular.ttf);
	font-weight: 400;
}

@font-face {
	font-family: OswaldMedium;
	src: url(../font/Oswald-Medium.ttf);
	font-weight: 500;
}

@font-face {
	font-family: OswaldBold;
	src: url(../font/Oswald-Bold.ttf);
	font-weight: 700;
}

body {
	font-family: OswaldReg, sans-serif;
	color:#FFFFFF;
	-webkit-text-size-adjust:100%;
	-webkit-animation-delay: 0.1s;
	-webkit-animation-name: fontfix;
	-webkit-animation-duration: 0.1s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: linear;
	margin:30px 0px 0px 0px;
}

.clearfix {
	clear:both;
}

img {
	border:none;
}

a:link, a:visited, a:active {
	color:#FFFFFF;
	text-decoration:none;
	outline:none;
}

a:hover {
	color:#FFFFFF;
	background-color:#000;
	text-decoration:none;
}

.bg:hover {
	background-color:#000;	
}

.nobg a:hover {
	background-color:transparent;
}

hr.style-one {
	border-top: 1px dashed #8c8b8b;
	margin:10px 0px;
}

ol, ol li {
	margin-left: 0;
	padding-left: 0;
}

ol {
	margin-left:180px;
}

.text_padding {
	padding:0px 5px;
}

#ecard {
	width:960px;
	margin:auto;
}

h1 {
	font-family: OswaldReg, sans-serif;
	font-size:30px;
	line-height:35px;
	text-transform:uppercase;
	margin:12px 0px;
}

h2 {
	font-family: OswaldLight, sans-serif;
	font-size:20px;
	line-height:23px;
	margin:0px;
}

h3 {
	font-family: OswaldReg, sans-serif;
	font-size:27px;
	line-height:35px;
	text-transform:uppercase;
	margin:0px;
}

/* HEADER */

#header {
	width:960px;
	height:85px;
}

.logo_nmg {
	width:85px;
	float:left;
}

.header_nmg {
	width:830px;
	height:61px;
	background-color:#004e96;
	float:left;
	margin-left:15px;
	padding:12px 15px;
	position:relative;
}

.sm {
	width:155px;
	position:absolute;
	top:30px;
	right:20px;
}

.sm_btn {
	width:25px;
	float:left;
	margin:0px 3px;
}

.sm_btn:hover, .logo_nmg:hover {
	opacity: .8;
	filter: alpha(opacity=50); /* For IE 8 & 9 (more valid) */
}


/* HEADER end */


/* MAIN */

.main {
	width:950px;
	background-color:#efefef;
	margin-top:30px;
	padding:5px;
}

.b_r1c1 {
	width:355px;
	height:200px;
	background-color: #530000;
	padding:15px;
	float:left;
	margin:0px 5px 5px 0px;
}

.b_r1c1_left {
	width:155px;
	float:left;
}

.b_r1c1_right {
	width:190px;
	margin-left:10px;
	float:left;
}

.b_r1c2 {
	width:300px;
	height:200px;
	float:left;
	margin:0px 5px 5px 0px;
}

.b_r1c2_in {
	width:270px;
	height:90px;
	text-align:center;
	padding:15px;
	margin:0px 0px 5px 0px;
}

.b_r1c2_in_left {
	width:75px;
	float:left;
}

.b_r1c2_in_right {
	width:185px;
	color:#FFF;
	margin-left:10px;
	float:left;
}

.b_r1c2_in_beige_left {
	width:100px;
	float:left;
}

.b_r1c2_in_beige_right {
	width:160px;
	color:#FFF;
	margin-left:10px;
	float:left;
}

.rust {
	font-size:18px;
	background-color:#a35004;
	padding:15px;
}

.rust a:link, .rust a:visited, .rust a:active {
	color:#FFF;
	text-decoration:none;
	outline:none;
}

.rust a:hover {
	color:#FFF;
	background-color:#000;
	text-decoration:none;
}

.beige {
	font-family: OswaldMedium;
	color:#000;
	font-size:18px;
	line-height:21px;
	background-color:#ffe5c0;
}

.beige a:link, .beige a:visited, .beige a:active {
	color:#000;
	text-decoration:none;
	outline:none;
}

.beige a:hover {
	color:#333333;
	background-color:#FFFFFF;
	text-decoration:none;
}

.b_r1c3 {
	width:235px;
	height:200px;
	float:left;
	margin:0px;
}

.b_r1c3_in {
	width:225px;
	height:65px;
	text-align:center;
	padding:12px 15px;
	margin:0px 0px 5px 0px;
}

.b_r1c3_in_left {
	width:60px;
	float:left;
}

.b_r1c3_in_right {
	width:155px;
	color:#FFF;
	margin-left:10px;
	float:left;
}

.yellow {
	font-family: OswaldMedium;
	color:#FFF;
	font-size:18px;
	line-height:21px;
	background-color:#ffd302;
}

.yellow a:link, .yellow a:visited, .yellow a:active {
	color:#000;
	text-decoration:none;
	outline:none;
}

.yellow a:hover {
	color:#000;
	background-color:#FFF;
	text-decoration:none;
}

.red {
	font-family: OswaldMedium;
	font-size:18px;
	line-height:23px;
	background-color:#9e0c0f;
}

.black {
	font-family: OswaldMedium;
	font-size:16px;
	line-height:23px;
	background-color:#333333;
}

.black a:link, .black a:visited, .black a:active {
	color:#FFF;
	text-decoration:none;
	outline:none;
}

.black a:hover {
	color:#333333;
	background-color:#FFFFFF;
	text-decoration:none;
}

.b_r2c1 {
	width:245px;
	height:190px;
	float:left;
	margin:0px 5px 0px 0px;
}

.b_r2c1_in {
	width:225px;
	height:40px;
	background-color:#b38c6d;
	display:inline-block;
	padding:10px;
	margin:0px 0px 5px 0px;
}

.b_r2c2 {
	width:160px;
	height:160px;
	background-color:#004e96;
	text-align:center;
	padding:15px;
	float:left;
	margin:0px 5px 0px 0px;
}

.b_r2c2_con {
	width:160px;
	margin:auto;
}

.b_r2c3 {
	width:160px;
	height:160px;
	background-color:#a2b214;
	text-align:center;
	padding:15px;
	float:left;
	margin:0px 5px 0px 0px;
}

.b_r2c3_con {
	width:160px;
	margin:auto;
}



.btn_video {
	width:170px;
	font-size:13px;
	line-height:15px;
	color:#FFF;
	text-align:center;
	background-color:#666;
	padding:5px;
	margin-top:10px;
}

.b_r2c4 {
	width:280px;
	height:160px;
	background-color:#005826;
	padding:15px;
	float:left;
	margin:0px;
}

.b_r2c4_left {
	width:155px;
	float:left;
}

.b_r2c4_right {
	width:115px;
	margin-left:10px;
	float:left;
}


.title1 {
	font-family: OswaldMedium;
	font-size:23px;
	line-height:28px;
	text-align:center;
}

.title2 {
	font-family: OswaldMedium;
	font-size:20px;
	text-align:center;
}

.title3 {
	font-family: OswaldMedium;
	font-size:18px;
	text-align:center;
}

.button {
	float:left;
}

.division {
	width:30px;
	text-align:center;
	float:left;
	margin-top:10px;
}

#footer {
	font-family: OswaldReg;
	color:#999999;
	font-size:12px;
	text-align:center;
	margin-top:15px;
}

#footer a:link, #footer a:visited, #footer a:active {
	color:#999999;
	text-decoration:underline;
}

#footer a:hover {
	color:#666666;
	text-decoration:underline;
	background:none;
}

/* MAIN end */


/* INLINE */

.inline_style {
	width:100%;
	height:100%;
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	line-height:19px;
	color:#333333;
	padding:20px;
	background-color:#FFF;
	border:3px solid #efefef;
	border-radius:2px;
}

.inline_style a:link, .inline_style a:visited, .inline_style a:active {
	color:#666666;
	text-decoration:underline;
}

.inline_img130 {
	width:130px;
	float:left;
	margin:0px 15px 5px 0px;
}

.inline_img150 {
	width:150px;
	float:left;
	margin:0px 15px 5px 0px;
}

.inline_img150 img, .inline_img200 img {
	-moz-box-shadow: 0px 0px 8px rgba(68,68,68,0.3);
	-webkit-box-shadow: 0px 0px 8px rgba(68,68,68,0.3);
	box-shadow: 0px 0px 8px rgba(68,68,68,0.3);
}

.inline_img200 {
	width:200px;
	float:left;
	margin:0px 15px 5px 0px;
}

.inline_content {
	margin-top:20px;
}

.inline_content a:link, .inline_content a:visited {
	background-color:none;
}

.inline_content a:hover {
	background:none;
}

.caption {
	font-size:9px;
	font-weight:600;
	text-align:center;
	margin-top:5px;
}
	
	
	
	
	
		
/* TOOLTIP */

.buy_wrapper {
  cursor:pointer;
  position: relative;
  text-align: center;
  -webkit-transform: translateZ(0); /* webkit flicker fix */
  -webkit-font-smoothing: antialiased; /* webkit text rendering fix */
}

.buy_wrapper .tooltip {
  background: #e4e4e4;
  bottom: 100%;
  color: #fff;
  display: block;
  left: -10px;
  margin-bottom: 15px;
  opacity: 0;
  padding: 15px 15px 0px;
  pointer-events: none;
  position: absolute;
  width: 96%;
  -webkit-transform: translateY(10px);
     -moz-transform: translateY(10px);
      -ms-transform: translateY(10px);
       -o-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all .25s ease-out;
     -moz-transition: all .25s ease-out;
      -ms-transition: all .25s ease-out;
       -o-transition: all .25s ease-out;
          transition: all .25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
     -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
       -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}

/* This bridges the gap so you can mouse into the tooltip without it disappearing */
.buy_wrapper .tooltip:before {
  bottom: -20px;
  content: " ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%;
}  

/* CSS Triangles - see Trevor's post */
.buy_wrapper .tooltip:after {
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  border-top: solid #e4e4e4 10px;
  bottom: -10px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  width: 0;
}
  
.buy_wrapper:hover .tooltip {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
     -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
       -o-transform: translateY(0px);
          transform: translateY(0px);
}

/* IE can just show/hide with no transition */
.lte8 .buy_wrapper .tooltip {
  display: none;
}

.lte8 .buy_wrapper:hover .tooltip {
  display: block;
}

/* TOOLTIP end */
