/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	background-image: url(../background/lines_bg4_flipped.png);
	background-repeat: repeat;
	background-color: #000000;
	font-family: 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	font-size: 13px;
	line-height: 1.5;
	color: rgb(248, 204, 122);

}

a:focus {
	outline: 1px dotted;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 20px;
	color: #E0A421;
}

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

h3 {
	font-size: 15px;
	color: #EFEFEF;
}

h4 {
	font-size: 14px;
}

h5 {
	font-size: 15px;
}

h6 {
	font-size: 14.5px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

p{
	color: rgb(248, 204, 122);
}
p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}
a {
	color: rgb(248, 204, 122);
}

.header{
	height: 100px;
	padding: 0px;
	background-image: url(../images/stripe-bg.png);
	background-repeat: repeat-x;
}.logo {
	padding: 2px;
	float: left;
	margin-top: 2px;
	margin-left: 5px;
}
.contact {
	padding: 2px;
	float: right;
	margin-top: 25px;
	margin-right: 5px;
}

.footer{
	background-image: url(../background/bgwww.png);
	background-repeat: repeat-x;
	height: 150px;
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: rgb(248, 204, 122);
	width: 100%;
	clear: both;
}

.service_box {
	margin-left: 10px;
	margin-bottom: 20px;
}
/* Main */
form, input, select, textarea { margin: 0pt; padding: 0pt; color: rgb(255, 255, 255); }
div.box {
	margin: 0pt auto;
	width: 500px;
	background: none repeat scroll 0% 0% rgb(34, 34, 34);
	position: relative;
	border: 1px solid rgb(38, 38, 38);
}
div.box h1 { color: rgb(255, 245, 204); font-size: 18px; text-transform: uppercase; padding: 5px 0pt 5px 5px; border-bottom: 1px solid rgb(22, 23, 18); border-top: 1px solid rgb(22, 23, 18); }
div.box label { width: 100%; display: block; background: none repeat scroll 0% 0% rgb(28, 28, 28); border-top: 1px solid rgb(38, 38, 38); border-bottom: 1px solid rgb(22, 23, 18); padding: 10px 0pt; }
div.box label span { display: block; color: rgb(187, 187, 187); font-size: 12px; float: left; width: 100px; text-align: right; padding: 5px 20px 0pt 0pt; }
div.box .input_text { padding: 10px; width: 200px; background: none repeat scroll 0% 0% rgb(38, 38, 38); border-width: 1px; border-style: double; border-color: rgb(23, 23, 23) rgb(51, 51, 51); }
div.box select { padding: 10px; width: 200px; background: none repeat scroll 0% 0% rgb(38, 38, 38); border-width: 1px; border-style: double; border-color: rgb(23, 23, 23) rgb(51, 51, 51); }
div.box .message { padding: 7px; width: 350px; background: none repeat scroll 0% 0% rgb(38, 38, 38); border-width: 1px; border-style: double; border-color: rgb(23, 23, 23) rgb(51, 51, 51); overflow: hidden; height: 150px; }
div.box .button {
	margin: 0pt 0pt 10px;
	padding: 4px 7px;
	position: relative;
	top: 10px;
	left: 382px;
	width: 100px;
	background-attachment: scroll;
	background-color: #E0A421;
	background-image: none;
	background-repeat: repeat;
	background-position: 0% 0%;
	border: 1px double #FFFFFF;
}
/*menu*/
#menu{
	width:260px;
	margin:15px 0 0 15px;
	background-color: #404040;
	background-image: url(../images/menu_018_bg.jpg);
	background-repeat: repeat-y;
	background-position: left;
	}
		#menu ul{
			list-style:none;
		}
h3 a {
	color: #CCCCCC;
	text-decoration: none;
}

			#menu li{
				list-style:none;
				display:block;
				border-bottom:1px solid #fff;
			}
				#menu li a{
					list-style:none;
					display:block;
					color:#a2a2a2;
					font-weight:bold;
					text-transform:uppercase;
					font-size:13px;
					text-decoration:none;
					padding:15px 0 15px 45px;
				}
					#menu li a:hover{
	color:#fff;
	text-decoration:none;
	background-color: #ffd57b;
	background-image: url(../images/menu_018_h.jpg);
	background-repeat: repeat-y;
	background-position: left;
					}
				#menu li .current{
	list-style:none;
	display:block;
	color:#000;
	text-transform:uppercase;
	text-decoration:none;
	padding:15px 0 15px 45px;
	background-color: #eea100;
	background-image: url(../images/menu_018_c.jpg);
	background-repeat: repeat-x;
	background-position: left;
				}
					#menu li a.current, #menu li a:hover.current{
	color:#000;
	text-decoration:none;
	background-color: #eea100;
	background-image: url(../images/menu_018_c.jpg);
	background-repeat: repeat-x;
	background-position: left;
					}

