/* Global Styles */

body {
	margin:0;
	padding: 0px;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/fade.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

td 	{
	font:12px Arial, Helvetica, sans-serif;
	color:#666666;
}
	
a {
	color: #590040;
	text-decoration:underline;
}

	
a:hover {
	text-decoration:none;
	border-bottom: #6daabb;
}

img {
	padding:10px;
}

p {
	padding: 0px 15px;
	font-size: 12px;
	color: #000;
}

	
#container {
	margin: 5px auto;
	width: 650px;
	height: auto;
	background-image: url(images/middle.jpg);
	background-position: top;
	background-repeat: repeat-y;
}

#topbar {
	
	width: 650px;
	height: 58px;
	background-image: url(images/topbar.jpg);
	background-position: top;
	padding-top: 10px;
	background-repeat: no-repeat;
}

#btmbar {
	width: 650px;
	height: 60px;
	background-image: url(images/btmbar.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

#banner {
	background-image: url(images/topbar.jpg);
	background-position:bottom;
	background-repeat: no-repeat;
	height: 98px;
	width: 650px;
	margin: 0px auto;	
	padding-bottom: 0px;
	background-color: #fff;
}

#topnav {

	width: 698px;
	background-color: #6DAABD;
	text-align: center;
	padding: 0px 0px;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
}

#topnav a {
	color: #590040;
	padding-top: 11px;
	padding-bottom: 9px;
	padding-left: 56px;
	padding-right: 55px;
	font-size: 14px;
	text-decoration: none;
}

#topnav a:hover{
	background-color: #E6E6B3;
	color: #590040;
}

#header {
	margin: 0px auto;
	width: 100%;
	height: 135px;
	padding-top: 8px;
	padding-bottom: 0px;
	background-color: #590040;
	background-image: url(images/logo4.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	border-bottom: 3px solid #6daabd;
}

#location {
	margin: 0px auto;
	width: 640px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:lighter;
	font-size: 11px;
	color: #590040;
	background-color: transparent;
	padding: 0px;
	vertical-align: bottom; 
}

#styleone2 img {
	padding: 0px;
	text-align: center;
	vertical-align:top;
}

#footer {
	margin: 0px auto;
	color: #590040;
	font-size: 11px;
	width: 640px;
	padding: 0px 0px 15px 0px;
	background-color: transparent;
}

#footer a {
	color: #590040;
	border-bottom: 1px dotted #6daabd;
	text-decoration: none
}
#footer a:hover{
	border-bottom: 1px solid #6daabd;
}

.firm {
	text-align: left;
	font-size: 11px;
	color: #590040;
	float: left;
}

#glasses {
	background-image: url(images/glasses3.jpg);
	background-position:right;
	background-repeat: no-repeat;
	height: 73px;
	width: 640px;
	background-color: transparent;
	
}

.float {
	float:right;
}


	
	
/*Menu Start*/

#styleone {
	position:relative;
	display:block;
	height:30px;
	font-size:13px;
	font-weight:bold;
	font-family:Arial,Verdana,Helvitica,sans-serif;
	background:transparent url(images/bgON.gif) repeat-x top left;
	margin-left: 5px;
	margin-top: 0px;
	width: 640px;
	padding-top: 10px;
}

#styleone2 {
	position:relative;
	display:block;
	height:49px;
	font-size:11px;
	font-weight:bold;
	font-family:Arial,Verdana,Helvitica,sans-serif;
	background:transparent url(images/bgON2.jpg) repeat-x bottom left;

	margin-left: 5px;
	margin-top: 0px;
	width: 640px;
	
}

#styleone ul {
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
}

#styleone ul li {
	display:block;
	float:left;
	}


#styleone ul li a {
	display:block;
	float:left;
	color:#fff;
	text-decoration:none;
	padding:3px 53px 0 53px;
	height:20px;
}


#styleone ul li a:hover,#styleone ul li a.current {
	color:#E6E6B3;
}

