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

body {
	margin: 0;
	padding: 0;
	background-color: #333333;
	color: #CCCCCC;
	font: small Arial, Helvetica, Verdana, sans-serif;
}

#clearone {
	clear:both;
	height:1px;
}

div .clearone {
	clear:both;
	height:1px;
}

#clearboth {
	clear:both;
	height:1px;
}

.container {
	margin:10px auto;
}

#content {
	margin: 0 0 0 220px;
	border: 1px solid silver;
	background-color:white;
	color: black;
	padding:10px;
}

.cust_co {
	font-size:medium;
	font-weight:bold;
	text-align: center;
	color:black;
}

.cust_name {
	text-align: center;
	color:#8e3239;
	padding-bottom:15px;
	border-bottom: black 1px solid;
}

.cust_test {
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:medium;
}

div.contact_heading {
	font-weight:bold;
	text-align:right;
	width:100px;
	float:left;
}

div.contact_info {
	font-weight:normal;
	text-align:left;
	width:200px;
	float:left;
	padding:0 0 20px 5px;
}

div.floatleft {
	float:left;
	width:49%;
}

div.floatright {
	float:right;
	width:49%;
}

div.list_column_float {
	position:relative;
}

div.list_column_float li{
	float:left;
	width:24em;
}

div.list_column_float ul{
	float:left;
	width:48em;
}


.emp_head {
	font-size:large;
	font-weight:bold;
}

#footer {
	color:#333333;
	text-align:center;
	text-decoration:none;
	clear:both;
}

#footer_links li{
	display:inline;
	padding-left:5px;
	padding-right:5px;
}

#footer_links ul{
	margin:0;
	padding:0;
}

#footer_links a:link, #footer_links a:visited {
	text-decoration: none;
	color:#8e3239;
}

#gallery_wrap {
	height:500px;
}

#gallery_select {
	margin: 15px 0 0 5px;
}

#gallery_mainpic {
	float: left;
	width: 456px;
	margin-left: 4px;
}

#gallery_mainpic img {
	width:450px;
	text-align:center;
}

#gallery_thumb {
	margin: 10px 0 10px 10px;
	float: left;
	width: 175px;
	border: 4px groove #F9F2F8
}

#gallery_thumb img {
	padding: 3px;
	cursor: pointer;
	border: none;
}

#header-bottom {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	padding:3px 0 3px 0;
	background-color:silver;
}

#header-bottom a:link, #header-bottom a:visited {
	text-decoration: none;
	color:#8e3239;
}

#header-bottom li {
	display:inline;
}

#header-bottom ul {
	margin: 0;
	padding: 0;
	background-color:silver;
	text-align:right;
}

h2 {
	color:#8e3239;
}

h3 {
	color:#8e3239;
}

#home-content {
	padding-top:15px;
	font-size:medium;
	line-height:1.5em;
	letter-spacing:0.15em;
	text-align:justify;
	font-weight:500;
}

#home-content img {
	float:right;
	padding:10px;
}

img {
	border-style:none;
	text-decoration:none;
}

img.template {
	padding-left:25px;
}

#list_column_float {
	position:relative;
}

#list_column_float li{
	float:left;
	width:24em;
}

#list_column_float ul{
	float:left;
	width:48em;
	list-style:none;
}

#main {
	margin-top:10px;
	width:100%;
	background-image:url(img/sidebarbg.gif);
	background-position:top left;
	background-repeat:repeat-y;
}

#main-content {
	padding-top:15px;
	font-size:medium;
	line-height:1.1em;
	letter-spacing:0.1em;
	font-weight:500;
}

#nav {
	list-style:none;
	margin:0;
	padding:0;
}

#nav a:link, #nav a:visited {
	text-decoration:none;
	color:white;
	font-weight:bold;
}

#nav li {
	border-bottom:1px solid black;
	padding:.4em 0 0.2em 0;
	font-size:90%;
}

#sidebar {
	width:160px;
	background-color:#999999;
	padding:20px;
	float:left;
}

.sub_content {
	float:left;
	padding-top:4px;
	width:75%;
	margin-left:5px;
}

.sub_title {
	background-color:#C0BA96;
	width:80px;
	color:black;
	font-weight:500;
	padding:5px;
	margin-bottom:10px;
	float:left;
}

#tagline {
	font-weight:900;
	background-color:silver;
	color:#8e3239;
	font-style: italic;
	margin:0;
	padding: 0 0 0 87px;
	width: 300px;
	float:left;
}

.title {
	font-size:xx-large;
	font-weight:bold;
	color:#8e3239;
	padding:4px;
	height:50px;
}

.warning {
	font-weight:bold;
	color:#FF0000;
}

#wrapper {
	background-color: #E6E6E6;
	color:black;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	padding:10px;
	width:900px;
	top:10px;
}
