@font-face {
	font-family: "Amaranth";
	font-style: normal;
	src: url(../fonts/Amaranth-Regular.ttf); /*if IE */
	src: local("Amaranth Regular"), url("../fonts/Amaranth-Regular.ttf") format("truetype"); /* non-IE */
}

@font-face {
	font-family: "Carter One";
	font-style: normal;
	src: url(../fonts/CarterOne.ttf); /*if IE */
	src: local("Carter One"), url("../fonts/CarterOne.ttf") format("truetype"); /* non-IE */
}

html, body {
	margin: 0;
	padding: 0;
	position: relative;
	background: #d2e8eb url(../images/bg.png) repeat-x 0 0;
}

html, body, table, td, th {
	font-family: Amaranth, sans-serif;
	font-size: 14px;
	line-height: 1.2em;
}

.wrapper {
	margin: auto;
	width: 880px;
	padding: 0 10px;
}

.form-table th {
	text-align: right;
	font-size: 1em;
}

.error {
	color: #6D2F00;
}


a {
	color: #4a0801;
	text-decoration: none;
}

a:hover {
	color: #B61D0C;
	text-decoration: underline;
}

input[type=text],
input[type=password],
textarea,
select {
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: solid 2px #aaa;
	background: white;
	color: black;
}

input[type=text]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
	box-shadow: 0 0 4px #1e4a01;
	-moz-box-shadow: 0 0 4px #1e4a01;
	-webkit-box-shadow: 0 0 4px #1e4a01;
}

input[type=button],
input[type=submit],
input[type=reset],
.button {
	background: #1e4a01 url(../images/h1-bg.png) repeat-x center center;
	border: solid 2px #3B7514;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	color: white;
	text-shadow: -1px -1px 3px #2B3B53;
	-webkit-text-shadow: -1px -1px 3px #2B3B53;
}

input[type=button]:hover,
input[type=submit]:hover,
input[type=reset]:hover,
.button:hover {
	box-shadow: 0 0 4px #1e4a01;
	-moz-box-shadow: 0 0 4px #1e4a01;
}

#TopNav {
	clear: both;
	background: #b8c8e2 url(../images/bg.png) repeat-x 0 0;
	color: #011e4a;
	padding: 0;
	//border-bottom: solid 2px #2C3F5E;
	font-size: 0.8em;
	line-height: 58px;
	height: 58px;
	min-width: 900px;
}

#TopNav #TopTitle {
	float: left;
	line-height: 58px;
	height: 58px;
	padding-left: 45px;
	font-weight: bold;
	font-size: 1.2em;
	text-transform: uppercase;
	vertical-align: middle;
	background: url(../images/logo-small.png) no-repeat 0 14px;
}

#TopNav #TopTitle a {
	color: #011e4a;
}

#TopNav #TopTitle a:hover {
	color: white;
	text-shadow: 1px 1px 3px #fff;
	-webkit-text-shadow: 1px 1px 3px #fff;
}

#TopNav #Navigation {
	float: right;
}

#TopNav #Navigation ul,
#TopNav #Navigation ul li {
	margin: 0;
	padding: 0;
	display: inline;
	line-height: 25px;
	vertical-align: middle;
	padding: 0 10px;
}

#TopNav #Navigation ul li:last-child {
	padding: 0 0 0 10px;
}

#TopNav a {
	color: #011e4a;
	text-decoration: none;
	line-height: 25px;
}

#TopNav a:hover {
	color: white;
}

#MainContent {
	clear: both;
	color: black;
	padding: 20px 0;
	min-width: 880px;
	width: 100%;
}

#Playground {
	position: relative;
	width: 880px;
	height: 400px;
}

#LeftColumn {
	float: left;
	width: 630px;
}

#RightColumn {
	float: right;
	width: 300px;
}

#MainContent .content {
	border: solid 1px #01434b;
	background: white url(../images/content-bg.png) repeat-x bottom;
	color: #102C2F;
	padding: 10px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 1px 1px 12px #0E2427;
	-webkit-box-shadow: 1px 1px 12px #0E2427;
	box-shadow: 1px 1px 12px #0E2427;
	margin-bottom: 20px;
	line-height: 1.5em;
	width: 630px;
	height: 330px;
}

#MainContent .content h1.heading {
	font-family: "Carter One", "Amaranth", sans-serif;
	padding-top: 15px;
	position: relative;
	height: 50px;
	max-height: 50px;
}

#MainContent .content h1.heading .profile-image {
	float: left;
	width: 48px;
	height: 48px;
	background: url(../images/profile-image.jpg) no-repeat;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-right: 10px;
	border: solid 1px #1C2D11;
	box-shadow: -1px -1px 4px #214F03;
	-moz-box-shadow: -1px -1px 4px #214F03;
	-webkit-box-shadow: -1px -1px 4px #214F03;
}

#MainContent .content h1.heading .title {
	font-size: 1.5em;
	line-height: 1.2em;
}

#MainContent .content h1.heading .subtitle {
	font-size: 0.8em;
	color: #A2C68B;
	text-shadow: -1px -1px 2px #0E1906;
	-moz-text-shadow: -1px -1px 2px #0E1906;
	-webkit-text-shadow: -1px -1px 2px #0E1906;
}


#MainContent .content h1 {
	margin: -10px -10px 10px -10px;
	padding: 10px;
	font-size: 14px;
	color: white;
	text-shadow: -1px -1px 3px #364864;
	-webkit-text-shadow: -1px -1px 3px #364864;
	background: #1e4a01 url(../images/h1-bg.png) repeat-x center center;
	border-bottom: solid 2px #01434b;
	-moz-border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
	-moz-box-shadow: 0 0 4px #0E2427;
	-webkit-box-shadow: 0 0 4px #0E2427;
	box-shadow: 0 0 4px #0E2427;
	cursor: default;
	z-index: 210;
}

#MainContent .content h2,
#MainContent .content h3,
#MainContent .content h4,
#MainContent .content h5,
#MainContent .content h6 {
	color: #1e4a01;
}

#MainContent .content table.table {
	border-collapse: collapse;
	margin: 5px 0;
}

#MainContent .content table.table th,
#MainContent .content table.table td {
	border: solid 1px #aaa;
	margin: 0;
	padding: 5px;
}

#MainContent .content table.table th {
	text-align: center;
	color: white;
	text-shadow: -1px -1px 3px #364864;
	-webkit-text-shadow: -1px -1px 3px #364864;
	background: #1e4a01 url(../images/h1-bg.png) repeat-x center center;
}

#MainContent .content table.table tr:nth-child(even) td {
	background: rgba(0, 0, 0, 0.05);
}

#MainContent .content table.vertical tr:nth-child(even) td {
	background: transparent;
}

#MainContent .content table.vertical tr td:nth-child(even) {
	background: rgba(0, 0, 0, 0.05);
}

#MainContent .content table.align-center td {
	text-align: center;
}

#MainContent .content table.align-left td {
	text-align: left;
}

#MainContent .content table.align-right td {
	text-align: right;
}

#BottomNav {
	clear: both;
	background: #01434B url(../images/footer-bg.png) repeat-x top;
	color: #61A0A8;
	padding: 0 0 0 0;
	border-top: solid 2px #01434b;
	font-size: 0.8em;
	line-height: 1.25em;
	min-width: 900px;
	/*position: fixed;*/
	bottom: 0;
	width: 100%;
	z-index: 100;
}

#BottomNav #Footer {  }

#BottomNav #Footer ul {
	float: left;
	margin: 0;
	margin-top: 10px;
	padding: 0;
	list-style: none;
	width: 210px;
	padding-left: 10px;
	border-left: dashed 1px #4B6793;
}

#BottomNav #Footer ul:first-child {
	margin-left: 0;
	padding-left: 0;
	border-left: none;
}

#BottomNav #Footer ul b {
	text-transform: uppercase;
}

#BottomNav #Footer ul a {
	color: #9FC8CD;
	text-decoration: none;
}

#BottomNav #Footer ul a:hover {
	color: white;
}

#BottomNav #Copyright {
	color: #61A0A8;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}

#BottomNav #Copyright a {
	color: #61A0A8;
	text-decoration: none;
}

#BottomNav #Copyright a:hover {
	color: white;
}


#NavMenu ul {
	margin: 0;
	padding-left: 20px;
}

#SideStats {
	cursor: default;
}

#SideStats div.stat:hover {
	background: #F8E232;
}

#SideStats .stat-value { float: right; }


div.news .footer,
#MainContent .content .footer
{ font-size: 0.8em; color: #6D7E61; }

#MainContent .content .footer a {
	color: #45523D;
}

#MainContent .content .footer a:hover {
	color: #0E140A;
}

#ContentContainer {
	overflow: auto;
	position: relative;
	min-height: 250px;
	height: 253px;
	z-index: 200;
}

#ContentPanel {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 110;
}

#Menu, 
#Menu li {
	list-style: none;
}

#Menu {
	position: absolute;
	left: 680px;
	top: 0;
	width: 200px;
}

#Menu li {
	display: block;
	width: 200px;
	margin-bottom: 40px;
	text-align: center;
}

a.mainmenu {
	z-index: 10;
	background: rgba(1, 67, 75, 0.2);
	color: #D2E8EB;
	font-size: 1.1em;
	font-family: "Carter One";
	padding: 10px 15px;
	border-radius: 65px;
	-moz-border-radius: 65px;
	-webkit-border-radius: 65px;
	box-shadow: 0 0 10px rgba(1, 67, 75, 0.2);
	-moz-box-shadow: 0 0 15px rgba(1, 67, 75, 0.5);
}

a.mainmenu:hover {
	background: rgba(1, 67, 75, 0.5);
	text-decoration: none;
	color: white;
}

.ImageShiner {
	background: url(../images/shiner.png) repeat-x center center;
}

#PortfolioCatalog {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 455px;
	/*height: 253px;*/
	overflow: auto;
}

#PortfolioCatalog .PortfolioItem {
	margin-bottom: 10px;
	margin-right: 10px;
	float: left;
}

#PortfolioCatalog .PortfolioImg {
	max-width: 96px;
	max-height: 96px;
	overflow: hidden;
	text-align: center;
	vertical-align: center;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: solid 2px #1e4a01;
	opacity: 0.5;
}

#PortfolioCatalog .PortfolioImg:hover {
	border: solid 2px #4a0801;
	box-shadow: 0 0 8px #4a0801;
	-moz-box-shadow: 0 0 8px #4a0801;
	-webkit-box-shadow: 0 0 8px #4a0801;
	cursor: pointer;
	opacity: 1;
}

#PortfolioCatalog .PortfolioImg img {
	height: 100px;
	text-align: center;
	border: none;
}

#PortfolioCatalog .PortfolioTitle,
#PortfolioCatalog .PortfolioCategory,
#PortfolioCatalog .PortfolioInfo { 
	display: none;
}

#PortfolioH2 {
	position: absolute;
	top: 0;
	left: 0;
}

#PortfolioH2Single a {
	color: #1e4a01;
}

.PortfolioImgSingle {
	float: right;
	margin-right: 10px;
	position: relative;
}

.PortfolioImgSingle img {
	border: solid 2px #5E6D6F;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: 0 0 8px #4a0801;
	-moz-box-shadow: 0 0 8px #4a0801;
	-webkit-box-shadow: 0 0 8px #4a0801;
	max-width: 300px;
	z-index: 11;
}

.PortfolioImgSingle .ImageShiner {
	width: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 12;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}


#PortfolioInfo {
	position: absolute;
	width: 165px;
	top: 50px;
	left: 0;
	bottom: 0;
	height: 203px;
	font-size: 0.9em;
}

#PortfolioInfo .PortfolioImg {
	max-height: 110px;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
}

#PortfolioInfo .PortfolioImg img {
	max-width: 165px;
	max-height: 120px;
	border: none;
}

#PortfolioInfo .PortfolioTitle {
	font-weight: bold;
}

#PortfolioInfo .PortfolioInfo {
	font-size: 0.9em;
	color: #5E6D6F;
}

#Loader {
	display: none;
	background: url(../images/loader.gif) no-repeat center center;
	width: 69px;
	height: 37px;
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 110;
}

