@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	width:100%;
	font-family:"Helvetica Neue", Arial, "FreeSans", Helvetica, sans-serif;
	font-weight:normal;
	font-size:14px;
	line-height:20px;
	background:#FFF url(../images/bktexture.gif) top left repeat;
	color:#252525;
	}

a:link, a:visited {
	color:#b5121b;
	text-decoration:none;
	font-weight:normal;
	border-bottom:none;
	}

a:hover, a:focus {
	color:#b5121b;
	border-bottom:dotted #b5121b 1px;
	}
	

#container {
	width:760px;
	margin:0 auto;
	text-align:center;
	background:#FFF;
	border-left:solid #b7b7b7 1px;
	border-right:solid #b7b7b7 1px;
/*	box-shadow:1px 0 4px #959595;
	-webkit-box-shadow:1px 0 4px #959595;
	-moz-box-shadow:1px 0 4px #959595;
*/	}

#header {
	width:inherit;
	padding:30px 24px 20px;
	text-align:left;
	}

#title {
	width:445px;
	float:left;
	margin-right:30px;
	}

#title img {
	border:none;
	}

#address {
	width:auto;
	float:left;
	font-size:12px;
	line-height:16px;
	margin-right:25px;
	margin-top:46px;
	}

#contact {
	width:auto;
	float:left;
	font-size:12px;
	line-height:16px;
	margin-top:46px;
	}

.clear-all {
	clear:both;
	}

#intro {
	text-align:left;
	font-size:16px;
	line-height:24px;
	padding:25px 24px 15px;
	border-top:solid #636363 2px;
	background:#898989; 
	color:#FFF;
	border-bottom:solid #636363 2px;
	}

#content {
	padding:25px 15px 20px;
	text-align:left;
	border-bottom:solid #7d7d7d 2px;
	
	}

#text {
	width:49%;
	float:left;
	}

#pics {
	width:337px;
	float:right;
	font-size:12px;
	line-height:16px;
	}

.shot {
	width:auto;
	margin-bottom:20px;
	}

img {
	border:solid #7d7d7d 1px;
	}

p {
	margin:0 0 15px;
	}

h1 {
	font-size:18px;
	font-weight:bold;
	margin-top:24px;
	background:url(../images/arrow-red.png) bottom left no-repeat;
	padding-left:17px;
	border-top:solid #b7b7b7 1px;
	padding-top:15px;
	}

h1.toph1 {
	margin-top:0;
	border-top:none;
	padding-top:0;
	}

li {
	margin-bottom:6px;
}

#footer {
	width:inherit;
	padding-bottom:12px;
	padding-top:12px;
	font-size:12px;
	line-height:16px;
	background:#e1e1e1;
	color:#000;
	}



