/*	Name: NN fixture page
	Created: March 2015, updated 1.1.16 (background)
	Description: Basic HTML5/CSS3 layout built on a responsive framework
	Version: 1.1
	Author: Rob McKenna
	email: robmckenna@blueyonder.co.uk */

* {
margin: 0;
padding: 0;}

/* =====================================================
   ==                    Body style                   == 
   ===================================================== */
body {
	background-image: url('img/egg_shell.png');
	/*background: url('img/flake.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
	font-family: Arial, Helvetica, "Comic Sans MS", cursive, sans-serif, georgia, "Times New Roman", Times, serif;
	font-size: 87.5%; 		/* Base font size: 14px */
	color: #004080;   /* d.blue */
	line-height: 1.3;
	width: 100%;
	clear: both; 
	margin: 0 auto;
	padding: 0;}
	
/* =====================================================
   ==                   Header style                  == 
   ===================================================== */ 
header {
	height: 36px;
	margin: 5px 200px 0;
	background: #f00; /* red */
	background: -moz-linear-gradient(top, #f00 0%, #b00 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f00), color-stop(100%, #b00));
	background: -webkit-linear-gradient(top, #f00 0%, #b00 100%);
	background: -o-linear-gradient(top, #f00 0%, #b00 100%);
	background: -ms-linear-gradient(top, #f00 0%, #b00 100%);
	background: linear-gradient(to bottom, #f00 0%, #b00 100%);
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	font-family: Helvetica;
	font-size: 18px;
	line-height: 34px;
	color: white;
	text-shadow: 0 0 15px #f2fdff, 0 0 6px #f3fdff, 0 0 1px #fb2e01;}

/* =====================================================
   ==                  Footer style                   == 
   ===================================================== */
footer {
	height: 36px;
	margin: 0 200px 5px;
	background: #00f;   /* blue */
	background: -moz-linear-gradient(top, #00f 0%, #006 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00f), color-stop(100%, #006));
	background: -webkit-linear-gradient(top, #00f 0%, #006 100%);
	background: -o-linear-gradient(top, #00f 0%, #006 100%);
	background: -ms-linear-gradient(top, #00f 0%, #006 100%);
	background: linear-gradient(to bottom, #00f 0%, #006 100%);
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	font-family: Helvetica;
	font-size: 12px;
	text-align: left;
	line-height: 34px;
	color: white;
	text-shadow: 2px 2px 3px black;
	padding-left: 10px;}

/* =====================================================
   ==                Content Area                     == 
   ===================================================== */
.Main_content{
	margin: 0 200px;
	padding: 5px 20px;
	overflow: hidden;
	background-image: url('img/images.jpg');
	background-size: 100% 100%;
	border-left: 1px solid #bed3e4;
	border-right: 1px solid #bed3e4;}

 /* =====================================================
   ==                Navigation style                 == 
   ===================================================== */
a {
	outline: 0;
	text-decoration: none;}

a:link, a:visited {
	color: #c63;
	font-style: italic;
	text-decoration: none;}

a:hover {
	color: #c63; 			/* orange */
	background: #eaf2f6;    /* l.blue */
	background: -moz-linear-gradient(top, #eaf2f6 0%, #bed3e4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eaf2f6), color-stop(100%, #bed3e4));
	background: -webkit-linear-gradient(top, #eaf2f6 0%, #bed3e4 100%);
	background: -o-linear-gradient(top, #eaf2f6 0%, #bed3e4 100%);
	background: -ms-linear-gradient(top, #eaf2f6 0%, #bed3e4 100%);
	background: linear-gradient(to bottom, #eaf2f6 0%, #bed3e4 100%);
	-ms-transition: background 0.2s linear 0s, color 0.2s linear 0s;
	-moz-transition: background 0.2s linear 0s, color 0.2s linear 0s;
	-o-transition: background 0.2s linear 0s, color 0.2s linear 0s;
	-webkit-transition: background 0.2s linear 0s, color 0.2s linear 0s;
	transition: background 0.2s linear 0s, color 0.2s linear 0s;
	margin: 0 -2px;
	padding: 0 2px;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;}
	
/* =====================================================
   ==                   Text styles                   == 
   ===================================================== */
p {
	padding: 0;
	margin: 0;}

td {
	padding: 0;
	margin: 0;
	line-height: 1.3;
	font-weight: normal;
	text-align: top left;
	vertical-align: top;}
	
.red {
	color: red;
	font-style: italic;}

.small {
	line-height: 0.5;}

/* =====================================================
   ==                     Pictures                    == 
   ===================================================== */
.NN_logo {
	float: left;
	width: 190px;
	height: auto;
	margin: 10px 20px 10px 0;
	padding: 10px 0 10px 0;
	background-color: white;
	background-image: radial-gradient( circle, white 60%, #bed3e4);
	-moz-box-shadow: 0 8px 6px -6px #bed3e4;
	-webkit-box-shadow: 0 8px 6px -6px #bed3e4;
	box-shadow: 0 8px 6px -6px #bed3e4;
	border: 1px solid #bed3e4;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;}
	
.DUOC_logo {
	float: right;
	width: 130px;
	height: auto;
	margin: 10px 20px 10px 0;
	padding: 10px 0 10px 0;
	background-color: white;

	box-shadow: 0 8px 6px -6px #bed3e4;
	border: 1px solid #bed3e4;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;}	

/* =====================================================
   ==                  Media Queries                  == 
   ===================================================== */
/* for 1370px or less */
@media screen and (max-width: 1370px)
{
header {
	margin: 5px 5px 0 5px;}

.Main_content{
	margin: 0 5px;}
	
footer {
	margin: 0 5px 5px 5px;}
}