/* #ffe79e pale orange
     #fd7904 orange
     #4e72da blue 
	 #97bd11 pale green
	 #61aafc sky blue*/
/*stylesheet for the main site */

@font-face {
  font-family: "NipAndTuck";
  src: url("../Fonts/NipTuck.eot"); /* IE */  
  src: local("NipAndTuck"), url("../Fonts/NipTuck.ttf") format("truetype"); /* non-IE */ 
}
@font-face {
  font-family: "Sawasdee";
  src: url("Fonts/Sawasdee.eot"); /* IE */  
  src: local("Sawasdee"), url("../Fonts/Sawasdee.ttf") format("truetype"); /* non-IE */ 
}
@font-face {
  font-family: "Moderna";
  src: url("../Fonts/MODERNA_.eot"); /* IE */  
  src: local("Moderna"), url("../Fonts/MODERNA_.ttf") format("truetype"); /* non-IE */ 
}

::selection {
	color: white;
	background: black;
}

* {
	margin: 0;
	padding: 0;
	color: black;
	font-family: "Sawasdee", sans-serif;
}

body {
	background-color: #4e72da;

}

h1{
	text-align: right;
	color: #fd7904;
	text-shadow: #333 3px 0px 5px;
	font-family: "NipAndTuck", sans-serif;
}

h2, h3, h4 {
	color: white;
	text-shadow: #333 2px 0px 3px;
	font-family: "NipAndTuck", sans-serif;
}

#pin {
	display: block;
	width: 100%;
	height: 5px;
	clear: both;
}

#banner {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#banner img {
	border: 0;
	margin-top: 30px;
	margin-bottom: -25px;
}

#banner img a {
	border: 0;
}

#changeCSS>li:first-letter {
	text-decoration: underline;
}

#changeCSS {
	height: 23px;
	width: 100%;
	margin-bottom: 30px;
	clear: both;
	background-color: #ffe79e;
	border-bottom: 1px solid #f1c337;
	position: fixed;
	z-index: 10000;
	-webkit-box-shadow: 0px 3px 3px #333;
	-moz-box-shadow: 0px 3px 3px #333;
	background-image: -moz-linear-gradient(top, #ffe79e, #f1c337);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #ffe79e),color-stop(1, #f1c337));
}

#changeCSS li {
	line-height: 23px;
	list-style-type: none;
	float: left;
}

#changeCSS li a {
	padding: 5px;
	text-decoration: none;
}


#changeCSS li a:hover {
	text-decoration: underline;
}

#changeCSS li iframe {
	margin-top: 3px;
}

#main-container {

}

#centering {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

#sidebar.access {
	height: 8em;
}

#side-title {
	color: white;
	margin-top: 2em;
}

#sidebar.access #accesskeylist {
	width: 58%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
	text-align: center;
}

#sidebar.access #accesskeylist li {
	list-style-type: none;
	text-align: center;
	margin: 1em;
	font-size: 20pt;
}

#content {
	margin-bottom: 0;
	background-image: url(imgs/test.png);
	background-position: bottom left;
	background-repeat: no-repeat;
}

#content.sitemap, #content.contact {
	background-image: none;
}

#content>p {
	margin: 1.5em;
	text-align: justify;
	float: left;
	width: 50%;
	color: white;
	font-weight: bold;
	text-shadow: #000 1px 0px 1px;
}

#content ul {
	height: 3em;
	margin-top: 1em;
	padding: 0;
	width: 50em;
	margin-left: auto;
	margin-right: auto;
	color: white;
	z-index: 10000;
	font-family: "Moderna", sans-serif !important;
} 

#content ul li {
	background-image: url(imgs/drop-shad.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	margin: .3em;
	margin-bottom: 0;
	margin-left: 1.4em;
	margin-right: 1.4em;
	padding: 0;
	padding-bottom: 20px;
	display: block;
	width: 152px;
	float: left;
	color: white;
}

#content ul li:hover {
}

#content ul li span {
	color: white;
	display: block;
	padding: .5em;
	list-style-type: none;
	text-align: center;
	font-size: 13pt;
	font-weight: bold;
	background: #4e72da;
	background-image: url(imgs/side_bg.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	border: 3px solid #fff;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	font-family: "Moderna", sans-serif;

}

#content ul li span a {
	color: white;
	text-decoration: none;
	text-shadow: #333 2px 0px 3px;
}

#content #price-list li, #content #graph-list li, #content #price-list.price-sub {
}

div.access {
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

#content.access p.access {
	width: 90%;
	clear: both;
}

.price-sub {
}

#contactlink, #bloglink {
	text-shadow: #333 2px 0px 3px;
	z-index -1000;
	top: -5em;
	position: relative;
	float: right;
	width: 18em;
	text-align: center;
	text-decoration: none;
	display: block;
	padding: .3em;
	margin: .5em;
	margin-top: 1em;
	margin-bottom: 1em;
	line-height: 30px;
	font-size: 12pt;
	font-weight: bold;
	background-color: #97bd11;
	border: 3px solid #fff;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-webkit-box-shadow: 0px 3px 4px #333;
	-moz-box-shadow: 0px 3px 3px #333;
}

#contactlink {
	width: 18em;
}

#bloglink {
	margin-left: 2em;
}

#contactlink a, #bloglink a {
	color: white;
	text-decoration: none;
	font-family: "Moderna", sans-serif;
}


#content #contactlink h2 {
}


#contactlink:hover, #bloglink:hover {
}

#free {
}

#sidebar {
	margin-top: 0;
	min-height: 30em;
	background-color: #fd7904;
	background-image: url(imgs/decoration.jpg);
	background-position: top center;
	border: 4px solid white;
	z-index: -10;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

#sidebar h2 {

	text-shadow: #333 2px 0px 3px;
	clear: both;
	margin-top: 1em;
	padding-top: 0;
	font-size: 18pt;
	padding-left: 2em;
	color: white;
}

#sidebar h3 {
	color: black;
	width: 50%;
	margin-left:auto;
	margin-right: auto;
}

#sidebar h3.sidebar {
	margin-left: 4em;
	color: white;
}
	
#sidebar p {
	width: 80%;
	margin-left:auto;
	margin-right: auto;
	margin-bottom: 1em;
	color: white;
	font-weight: bold;
	text-shadow: #333 1px 0px 1px;
}
#sidebar .section {
	margin-left: 15em;
	margin-right: auto;
	margin-top: 2em;
}

#sidebar .section h3 {
	margin: 0;
	color: white;
}

#sidebar img.center_image {
	display: block;
	width: 400px;
	margin: 2em;
	margin-left: auto;
	margin-right: auto;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#nav-supp {
	float: left;
	text-align: center;
	margin: 5px;
	margin-top: 30px;
	margin-left: 2em;
	margin-right: 2em;
	font-family: "Moderna", sans-serif;
}

#nav-supp li {
	margin: 15px;
	list-style-type: none;
}

#nav-supp li a {
	opacity: .8;
	display: block;
	width: 15em;
	padding: 5px;
	background-color: #4e72da;
	color: white;
	font-weight: bold;
	font-size: 8pt;
	border: 2px solid white;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	text-decoration: none;
	text-shadow: #333 2px 0px 3px;
	-webkit-box-shadow: 0px 3px 4px #333;
	-moz-box-shadow: 0px 3px 3px #333;
}
	
#nav-supp li a:hover {
	opacity: 1;
}
	
/* Contact Form Styles */

form {
	margin-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
	background-color: transparent;
	width: 50em;
}

#content form p {
	position: static;
	display: block !important;
	clear: both !important;
	background-color: white;
	border: 1px solid transparent;
	color: red;
	text-align: center;
	margin: .3em;
	margin-left: auto;
	margin-right: auto;
	padding: .2em;
	width: 25em;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 0px 3px 4px #333;
	-moz-box-shadow: 0px 3px 4px #333;
}

legend {
	font-size: 14pt;
	font-weight: bold;
	border: 2px solid #fff;
	color: white;
	text-shadow: #333 0px 2px 3px;
	background-color: #97bd11;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: .3em;
	-webkit-box-shadow: 0px 3px 4px #333;
	-moz-box-shadow: 0px 3px 4px #333;
}

input, textarea {
		border: 0;
		font-size: 1em;
		color: #000;
}

textarea {
	width: 500px;
	height: 5em;
}

input[name="hidden"] {
	position: absolute;
	left: -5000px;
}

input[type="submit"] {
	color: black;
	padding: .2em;
	margin: .2em;
	margin-left: auto;
	float: right;
	border: 2px solid #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}

#close {
	position: relative;
	right: -24%;
	padding: 0;
	color: #444;
	margin: 0;
	border: 0;
}

input[type="submit"]:hover {
	color: #4e72da;
}

input:focus, textarea:focus {
	background: #d1f456;
	border: 0;
	}
	
label {
	display: block;
	color: #222;
}
.error {
	color: #ff011f;
}

fieldset {
	padding: .5em;
	color: #ccc;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: .5em;
	width: 60%;
	background-color: #666;
	background-image: -moz-linear-gradient(top, #666666, #999999);
	background-image: -webkit-gradient(linear,left top,right bottom,color-stop(0, #666666),color-stop(1, #999999));
	/*background-image: url(imgs/foot-bg.png);*/
	border: 3px solid #fff;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-webkit-box-shadow: 0px 3px 4px #333;
	-moz-box-shadow: 0px 3px 4px #333;
}

/* 
	Slideshow styles
*/
#slideshow {
		width: 400px;
		height: 200px;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		overflow: hidden;
	}
#frame {
		position: absolute;
		top: 0;
		left: 0;
		padding-bottom: 0;
		margin-bottom: 3em;
		height: 200px;
		width: 400px;
		z-index: 2;
	}
#preview {
		position: absolute;
	}

/*
	Stop slideshow styles
*/

#response {
	margin: 4em;
	padding: 1em;
	border: 3px solid white;
	background-color: #666;
	background-image: -moz-linear-gradient(top, #666666, #999999);
	background-image: -webkit-gradient(linear,left top,right bottom,color-stop(0, #666666),color-stop(1, #999999));
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-webkit-box-shadow: 0px 3px 4px #333;
	-moz-box-shadow: 0px 3px 4px #333;
}

#response #responselist {
	clear: both;
	min-height: 24em;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#response #responselist li {
	clear: both;
	width: 22em;
	color: black;
	background-color: white;
	background-image: none;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

.clear {
}

#sidepin {
}

#content #sitemap {
	min-height: 25em;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	background-image: none;
}

#content #sitemap ul {
	clear: both;
}

#content #sitemap>li {
	clear: both;
}

#content #sitemap ul li span {
	background-color: #97bd11;
	background-image: none;
	width: auto;
	clear: both;
}

#footer {
	padding: .5em;
	padding-top: 1.5em;
	clear: both;
	margin-top: 0;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #4e72da;
	background-image: url(imgs/test2.png);
	background-position: left top;
	background-repeat: no-repeat;
}

#footer p {
	font-size: 8pt;
	color: white;
	
}

#footer a {
	color: white;
	text-decoration: none;
}

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

#content.contact+#footer.foot {
	background-image: none;
}
