/* CSS Document */

html {
	display:block;
	width:100%;
	min-width:100%;
	height:100%;
	margin:0px;
	padding:0px;
}

body {
	background: url('http://magellansped.com/template/magellan/img/bg/bg3.jpg') repeat-x center top #FFFFFF;
	font-size: 14px;
	color: #000;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	background-attachment: fixed;
}

a, a:visited { color:#76b729; text-decoration:none; }
a:hover { color:#76b729; text-decoration:underline; }
a img { border:none; }

h1 {
	font-size: 18px;
	color: #76b729;
}

h2 {
	font-size:18px;
	color:#000;
}

.root {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align:center;
}

.root .main {
	display:inline-block;
	width: 1024px;
	padding-right: 10px;
	padding-left: 10px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	text-align:left;
}

.header {
	position:relative;
	height:170px;
}

.header .logo {
	position:absolute;
	top:30px;
	left: 20px;
}

.header .header_img {
	position:absolute;
	top:10px;
	right: 10px;
}

.header .topnav .searchbox {
	position:absolute;
	top:9px;
	right: 14px;
	font-size: 14px;
}

.header .topnav .searchbox .pattern {
	height: 26px;
	line-height: 26px;
	border: 1px solid #000;
	border-right: none;
	padding: 0px 10px 0px 10px;
	margin: 0px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-radius: 4px 0px 0px 4px;
	border-radius: 4px 0px 0px 4px;
	font-size: 13px;
	color:#333;
}

.header .topnav .searchbox .search_button {
	height: 28px;
	line-height: 22px;
	border: 1px solid #000;
	padding: 0px 6px 0px 5px;
	margin: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 0px 4px 4px 0px;
	border-radius: 0px 4px 4px 0px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#eeeeee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#eeeeee 100%); /* IE10+ */
	background: linear-gradient(top, #ffffff 0%,#eeeeee 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
	text-transform:capitalize;
	color: #000;
	font-size: 13px;
	cursor:pointer;
}

.header .topnav .searchbox .search_button:hover {
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top, #eeeeee 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #eeeeee 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #eeeeee 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #eeeeee 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(top, #eeeeee 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.content {
	min-height: 400px;
}

.footer {
	position:relative;
	font-size:11px;
	color:#111;
	padding: 30px 0px 30px 0px;
	text-align:center;
}

.footer .spacer {
	display:block;
	width:100%;
	height:3px;
	background: #76b729; /* Old browsers */
	background: -moz-linear-gradient(top, #76b729 0%, #49a50c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#76b729), color-stop(100%,#49a50c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #76b729 0%,#49a50c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #76b729 0%,#49a50c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #76b729 0%,#49a50c 100%); /* IE10+ */
	background: linear-gradient(top, #76b729 0%,#49a50c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#76b729', endColorstr='#49a50c',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 2px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.footer .datebox {
	position:absolute;
	top:37px;
	right: 10px;
}

button, .button {
	height: 28px;
	line-height: 22px;
	border: 1px solid #AAA;
	margin: 0px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#eeeeee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#eeeeee 100%); /* IE10+ */
	background: linear-gradient(top, #ffffff 0%,#eeeeee 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
	color: #000;
	font-size: 13px;
	cursor:pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

button:hover, .button:hover {
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top, #eeeeee 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #eeeeee 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #eeeeee 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #eeeeee 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(top, #eeeeee 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

label {
	font-weight: bold;
	line-height: 30px;
}

textarea, .textinput {
	border: 1px solid #AAA;
	font-size: 13px;
	color:#333;
	background-color: #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.textinput {
	height: 26px;
	line-height: 26px;
}