/* CSS Document */

* {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin:0;
	font-size: 14px;
	font-weight: normal;
}

p {
	padding: 10px;
	font-size: 18px;
	text-align: justify;
	line-height: 35px;
	color: #909090;
}

h1 {
	font-size: 30px;
	color: #0D68B1;
	text-align: center;
}

h2 {
	font-size: 22px;
	color: #2DB051;
	text-align: center;
}

h3 {
	font-size: 20px;
	color: #0D68B1;
}

h4 {
	font-size: 14px;
	color: #2DB051;
}

img {
	width: 100%;	
}

button {
	color: #0D68B1
}

a {
	text-decoration: none;
	color: #909090;
}

.colorband {
	width: 100%;
	height: 15px;
	background-image: url(../src/img/color-band.png);
	color: #FFFFFF;
	text-align: right;
}

.logo-img {
	width: 100%;	
}

.main {
	background-color: #EBEBEB;
	font-weight: bold;	
}

.slide {
	width: 100%;	
}

.menu-link {
	text-decoration: none;
	color: #4F94DD;
}

.space {
	clear: both;
	height: 20px;	
}

.order-list {
	font-size: 18px;
	line-height: 25px;
	color: #909090;
}

.order-title {
	font-size: 22px;
	color: #2DB051;
	text-align: left;
}

#container {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	outline: solid thin #9DB9D1;	
}

#header {
	width: 100%;
	height: 85px;
}

#logo {
	position: absolute;
}

#nav {
	width: 100%;
	height: 40px;
	background: #DADADA;
}

/* ----- MENU ----- */
#menu {
	display: block;
	margin: 0px;
	padding: 0px;
	float: right;
	list-style-type: none;
	font-size: 14px;
}

#menu li {
	float: left;
	width: 120px;
}

#menu a {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	color: #4F94DD;
}

#menu li:hover > a {
	background-color: #9DB9D1;
	color: #FFFFFF;
}

/* ----- SMALL MENU ----- */
#smallmenu {
	display: none;
	position: relative;
	z-index: 2;
}

#smallmenu, #smallsubmenu {
	margin: 0;
	padding: 0;
	width: 100%;
	float: right;
	list-style-type: none;	
}

#smallmenu li {
	width: 100%;
	float: left;
}

#smallmenu a {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
	text-align: center;
	font-size: 14px;
	color: #0D68B1;
	border-bottom: solid thin #B5B8BB;
	font-weight: bolder;
	
}

#smallsubmenu a {
	background-color: #D2D9E0;
	color: #919191;	
}

#smallmenu li:hover >a {
	background-color: #5A89C5;
	color: #FFFFFF;	
}

#smallsubmenu {
	display: none;	
}
/*---------------------*/

#content {
	position: relative;
	width: 90%;
	min-height: 400px;
	margin-left: auto;
	margin-right: auto;
}

.content-text {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#footer {
	width: 100%;
	height: 80px;
	border-top: solid thin #D1D1D1;
}

#footer-menu {
	height: 60px;
	text-align: center;
	line-height: 60px;	
}

#copyright {
	text-align: center;
	color: #808080;	
}