/*
Design by Peter Mikhael
http://www.petermikhael.com
Released for free under a Creative Commons Attribution
Version 0.7
*/

@import url("reset.css");
@import url("../shadowbox/shadowbox.css");

/* the basic-elements */
#basic-elements------------------- {}
/* the color of the site background */
html, body  {
	background-image: url(../images/bg-html.jpg);
	background-repeat: repeat;
	background-color: #120D09;
}
/* the global font size for html */
html {
	font-size: 100%;
}
/* the global line-height, color, size, font family */
body {
	line-height: 18px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #cccccc;
	font-size: 11px;
	background-color: #120D09;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}
/* the global headers color and spacing */
h1, h2, h3, h4, h5, h6 {
	color: #4b4745;
	line-height: 28px;
}
/* the global h1 styles */
h1 {
	font-size: 20px;
}
/* the global h2 styles */
h2 {
	font-family:"League Gothic";
	font-size: 25px;
	color: #FFFFFF;
	font-weight: normal;
	margin-bottom: 30px;
}
/* the global h3 styles */
h3 {
	font-size: 16px;
}
/* the global h4 styles */
h4 {
	font-size: 14px;
}
/* the global h5 styles */
h5 {
	font-size: 12px;
}
/* the global h6 styles */
h6 {
	font-size: 10px;
}
/* the global a, a:link, a:visited, a:active styles */
a, a:link, a:visited, a:active {
	text-decoration: none;
	color: #ffca34;
}
/* the global a:hover styles */
a:hover {
	color: #D9A300;
}
/* the global p styles */
p  {
	margin-bottom: 10px;
}
/* the global ol styles */
ol {
	margin-top: 20px;
	margin-bottom: 20px;
}
/* the global ul styles */
ul {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
/* the global li styles */
li {
	color: #999999;
}

/* the style-elements */
#style-elements------------------- {}
/* style to make text bold */
.bold{
	font-weight:bold;
}
/* style to make text color-1 */
.color-1 {
	color:#FFCA34;
}
/* style to make text color-2 */
.color-2 {
	color:#0000FF;
}
/* style to make text white */
.color-white {
	color:#FFFFFF;
}
/* style to make text gray */
.color-gray {
	color:#808080;
}
/* style to make text black */
.color-black {
	color:#000000;
}
/* style to make the more element*/
.more {
	margin: 0px;
	padding: 0px;
	line-height: 30px;

}
/* style to make the more-2 element*/
.more-2 {
	padding-left: 16px;
	background-image: url(../images/download.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
}
/* style to make the more-3 element*/
.more-3 {
	padding-left: 18px;
	background-image: url(../images/comments.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
}
/* the position-elements */
#position-elements------------------- {}
/* position left */
.left{
	float:left;
}
/* position left display block */
.left-block{
	float:left;
	display: block;
}
/* position left with styling the vertical seperator */
.left-style {
	background-image: url(../images/vertical-sap.jpg);
	background-repeat: no-repeat;
	background-position: right 40px;
}
/* position left with margines */
.left-margin-right{
	float:left;
	margin-right: 20px;
}
/* position right */
.right{
	float:right;
}
/* position right display block */
.right-block{
	float:right;
	display: block;
}
.right-style/* position left with styling the vertical seperator */
 {
	background-image: url(../images/vertical-sap.jpg);
	background-repeat: no-repeat;
	background-position: left 40px;
}
/* position right with margin left */
.right-margin-left{
	float:right;
	margin-left: 20px;
}
.right-text/* position right with margin left */
{
	text-align: right;
	float: right;
	display: inline;
}
/* position the last grid object */
.right-last{
	float:right;
	margin-left: 0px;
}
/* image style with right margin */
.image-right-margin {
	margin-right: 20px;
	margin-right: 20px;
	float: left;
	margin-bottom: 10px;
}
.image-margin/* image style with right margin */
 {
	margin-right: 10px;
}
/* clear both style */
.clear-both {
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
/* hidden style */
.hidden{
	display:none;
}
/* pointer style */
.pointer{
	cursor:pointer;
}
/* inline style */
.inline {
	display: inline;
}
.inline li/* inline style */
 {
	float: left;
	margin-right: 30px;

}


/* the clear floated elements*/
#clear-floated-elements------------------- {}
/* http://sonspring.com/journal/clearing-floats */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
/* http://perishablepress.com/press/2009/12/06/new-clearfix-hack */
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
/* the pages styles*/
#pages styles------------------- {}

#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 260px;
	width: 950px;
}


/* the logo styles*/
#logo {
	display: block;
	width: 210px;
	height: 60px; /* the size of the image */
	background-image: url(../images/logo-trans.png);
	background-repeat: no-repeat;
	float: left;
	margin-top: 140px;
	margin-left: 370px;
}
/* the header logo a styles*/
#logo a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	float: left;
}
/* the menu container */
#menu {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}
/* the menu list reset */
#menu li {
	float: left;
	margin: 0;
	padding: 0;
}
/* the menu unuordered list reset */
#menu ul {
	margin: 0px;
	padding: 0px;
}
/* the menu a styles */
#menu a {
	color: #CCCCCC;
	display: block;
	float: left;
	text-decoration: none;
	margin: 0;
	padding: 0px;
	width: 158px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-weight: bold;
}
/* the menu a:hover styles */
#menu a:hover {
	color: #FFFFFF;
	background-image: url(../images/menu-item-hover.jpg);
	background-repeat: no-repeat;
}
#menu   /* the menu current styles */
.current   {
	color: #FFFFFF;
	background-image: url(../images/menu-item-current.jpg);
	background-repeat: no-repeat;
}
.headers {
	font-family:League Gothic;
}
.arrows {
	margin-top: 10px;
	margin-bottom: 10px;
}
.arrows img {
	margin-left: 5px;

}

/* the element global style */
.element {
	clear: both;
	display: block;
	margin: 0px;
	padding-top: 40px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
}
.element ul/* the element ul style */
  {
	padding: 0px;
	margin: 0px;
}
.element li/* the element li style */
  {
	margin-bottom: 0px;
	padding-left: 16px;
	font-weight: normal;
	background-image: url(../images/marker01.gif);
	background-repeat: no-repeat;
	background-position: left 9px;
	line-height: 22px;
	color: #FFFFFF;
}
.element  /* the element li link style */
li a  {
	color: #FFFFFF;
	text-decoration: underline;
}
.element  /* the element li hover style */
li a:hover  {
	color: #CCCCCC;
	text-decoration: underline;
}
/* the element input style */
.element input {
	background-color: #130C04;
	border: 1px solid #573402;
	width: 240px;
	color: #FFFFFF;
}
/* the element textarea style */
.element textarea {
	background-color: #130C04;
	border: 1px solid #573402;
	width: 240px;
	color: #FFFFFF;
}
/* the element submit style */
.element .submit {
	width: 40px;
	margin-right: 5px;
	margin-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFCA34;
	font-size: 11px;
	margin-top: 10px;
}
.col {
	margin-bottom: 30px;
	clear: both;
}

.footer-full-width {
	width: 100%;
	background-color: #090600;
}
.footer-full-width /* the footer p style */
 p {
	margin: 0px;
	line-height: 30px;
}
.footer-full-width  img {
	margin-left: 5px;

}

/* the form container styles*/
#form-container-styles------------------- {}
/* the form_container style */
#form_container {
	overflow: auto;
	width: 400px;
}
/* the form_container  p style */
#form_container  p {
	display: block;
	float: left;
	width: 100px;
	margin: 0px;
}
/* the form_container  li style */
#form_container li {
	display: block;
	width: 350px;
	overflow: auto;
	margin-top: 5px;
}
/* the form_container  select,textarea,input style */
#form_container select, #form_container textarea, #form_container input{
	border: 1px solid #D3D3D3;
	font-family: tahoma, helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	color: #667f92;
	width: 190px;
	background-color: #FFFFFF;
	float: left;
}
/* the form_container submit style */
#form_container .submit {
	width: 80px;
	display: block;
	margin-right: 8px;
	background-color: #FFFFFF;
	cursor:pointer;
	background-image: url(../images/input_bg.jpg);
}
/* the form_container chekbox style */
#form_container .checkbox {
	width: 15px;
	margin-right: 8px;
}
/* the spacing style */
#form_container  .p_spacing {
	width: 100px;
	display: inline;
	float: left;
}
#internal pages styles------------------- {}
