@charset "UTF-8";

body {
	background: #fff;
	margin: 0;
	padding: 0;
	font-family: 'Quattrocento', serif;
	background-color: #fff;
	color: #848484;
	text-decoration: none;
	word-spacing: normal;
	text-align: center;
	letter-spacing: 0;
	line-height: 24px;
	font-size: 16px;
}

#pagewidth{ 
 width:900px; 
 text-align:left; 
 margin:0 auto; 
} 

#header{
 position:relative; 
 height:100px; 
 width:900px;
 display:block;
 overflow:auto;
} 

#maincol{
 height:390px; 
 position: relative;
 top:-102px; 
 }
 
.footer{
	position:absolute;
	height:200px;
	clear:both;
	display:block;
	overflow:auto;
	top: 942px;
	left: 77px;
}

a img { 
	border: none;
}

a {
     border-bottom: 1px dotted #3977ad;
}

a:link {
	color: #848484;
	text-decoration: none;
}

a:visited {
	color: #848484;
}
a:hover, a:active, a:focus {
	text-decoration: none;
	border-bottom: 1px solid #3977ad;
	color: #3977ad;
}

/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}

.theme-default #slider {
    margin:100px auto 0 auto;
    width:618px; /* Make sure your images are the same size */
    height:246px; /* Make sure your images are the same size */
}

.theme-pascal.slider-wrapper,
.theme-orman.slider-wrapper {
    margin-top:150px;
}

.logo {
	position: absolute;
	z-index:50;
	left: 49px;
	top: 0px;
}
.menu_underline {
	position: absolute;
	z-index:49;
	left: 48px;
	top: 92px;
}
.tagline {
	position: absolute;
	z-index:48;
	left: 49px;
	top: 105px;
}

.menu1 {
	width: 120px;
	margin: 17px 0;
	padding: 0px 0px;
	position:absolute;
	z-index:100;
	left: 638px;
	top: 42px;
}
.menu1 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.menu1 li {
	margin: 0;
	padding: 0;
	float: left;
	padding-left: 58px;
}

.maincopy {
	position: relative;
	text-align:justify;
	width: 402px;
	left: 50px;
	top: 0px;
}
