/* CSS Document */

* {
	margin:0; padding:0;
	font-size:100%;
}

body{
	background:#191918 url(images/body-bg.gif) top repeat-x;
	text-align:center;
}

img {vertical-align:top;}
a img { border:0;}

ul { list-style:none;}

.left { float:left;}
.right {float:right;}
.clear  { clear:both;}


html, input, textarea
	{
		font-family:arial;
		font-size:0.611em;
		line-height:1.667em;
		text-transform:uppercase;
		color:#777777;
	}

input, select { vertical-align:middle; font-weight:normal;}

a {color:#fff;}
a:hover{text-decoration:none;}
p {padding-top:14px;}
span {color:#fff;}
strong {color:#a61a1a;}

/* ============================= main layout ====================== */

#main { width:847px; margin:0 auto; text-align:left;}
.container {width:100%; overflow:hidden;}
.col-1 {width:221px; float:left;}
.col-2 {width:221px; float:left;}
.col-3 {width:221px; float:left;}

.link {color:#a61a1a; background:url(images/link-bg.gif) no-repeat 0 5px; padding-left:7px; display:block; margin-top:18px; float:left;}

.imgindent {margin:0 20px 0 0; float:left;}
.title {margin-bottom:30px;}

/* ============================= header ====================== */

#header {height:103px;}
.arrow-left {position:absolute; margin:329px 0 0 -52px;}
.arrow-right {position:absolute; margin:329px 0 0 858px;}

.logo {margin-top:10px;}
.menu {float:right; padding-top:17px;}
.menu li {padding-bottom:1px; width:79px; text-align:center;}
.menu li a {color:#fff; background:#383838; display:block; text-decoration:none; padding:4px 0 3px 0;}
.menu li a:hover {background:#a61a1a;}
.menu .active a {background:#a61a1a;}
.menu .extra a {background:#595959;}
.menu .extra2 a {background:#292929;}

/* ============================= content ====================== */

#content {height:488px; border-top:1px solid #7e7e7e; border-bottom:1px solid #7e7e7e; padding:1px 0; background:#252525;}
.gallery {margin:0 -1px -1px 0; background:#11110f;}
.gallery img {margin:0 1px 1px 0;}

.indent {padding:55px 50px 43px 39px; background:#262626 url(images/content-bg.gif) top left no-repeat;}
.scroll {height:340px; overflow:auto; padding-right:10px;}
.phone {float:right; color:#777777; margin-right:80px;}

.col-pad {padding-right:47px;}
.padding1 {padding-top:30px;}

/* ============================= footer ====================== */

#footer { height:68px; padding-top:37px; color:#303030;}
#footer div {border-top:1px solid #383838; padding:14px 0 0 0;}
#footer a {color:#777777; text-decoration:none;}
#footer a:hover {text-decoration:underline;}


/* ============================= forms ============================= */

#ContactForm {padding:20px 0 0 0;}
#ContactForm .rowi {height:42px;}
#ContactForm .rowt {height:162px;}
#ContactForm .link {float:right; margin-left:20px;}

.input {width:214px; height:15px; border:1px solid #7d7d7d; background:#fff; padding:0 0 0 5px; font-size:2em;}
textarea {width:214px; height:101px; border:1px solid #7d7d7d; background:#fff; padding:0 0 0 5px; overflow:auto; font-size:2em;}

