body {
	margin:0px;
	margin:0px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	background:#E7EEF0 url(../GUI/right_bkgd.gif) repeat-y top right; 
}

#container {
	position:absolute;
	top:0px;
  left:0px;
}

#container { background:url(../GUI/left_bkgd.gif) repeat-y top left; }

html, body, #container {
	min-height:100%;
	width:100%;
	height:100%;
}

html>body, html>body #container { height: auto; }

#header {
 margin:0px;
 border:0px;
 padding:0px;
 background:white url(../GUI/header_bkgd.jpg) no-repeat top right;
 height:116px;
 overflow:hidden;
}

#header img {
	margin-left:10px;
	margin-top:5px;
}

#nav {
	border:0px;	
	width:100%;
	height:49px;
	overflow:hidden;
	background:url(../GUI/nav_bkgd.gif) repeat-x;
}

#nav ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
	line-height:37px;
	font-size:16px;
	font-style:italic;
	letter-spacing:2px;
	font-family:Garamond,Times New Roman,Times,serif;
}

#nav ul li {
	float:left;
	margin:0px;
	padding:0px;
	background:url(../GUI/nav_li_bkgd.gif) repeat-y top right;
}

#nav ul li.blank { background:url(../GUI/nav_ul_bkgd.gif) no-repeat top left; width:156px; }

#nav ul li a {
	display:block;
	color:white;
	padding:0px 20px;
	text-decoration:none;
	border-right:1px solid white;
}
#nav ul li a:hover { 
	background:url(../GUI/nav_a_bkgd.gif) no-repeat 3px 3px; 
}

div#cl {
	clear:left;
	line-height:0px;
	float:none;
}

#contents {

}

#left{	
	float:left;
  width:153px;
	font-size:11px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
}

#left p {
	color:white;
	font-size:11px;
	padding:0px 10px;
}

#left span { font-size:10px; }

#right {
	float:right;
	width:209px;
	font-size:12px;
	list-style-type:none;
}
 
#right ul {
 list-style-image:url(../GUI/arrow_right.gif); 
}

#middle {
  margin-left:153px;
	margin-right:209px;
  font-family:Arial,Verdana,Helvetica,sans-serif;
	color:#28464C;
	padding:20px;
	line-height:18px;
} 

#middle h1{
  border:0px;
	margin:0px;
	font-size:22px;
	padding-bottom:15px;
	font-weight:normal;
}

#middle h2{
  border:0px;
	margin:0px;
	font-size:14px;
	padding-bottom:10px;
	font-weight:bold;
}

#middle p {
	margin:0px;
	padding-bottom:15px;
}

#end { clear:both; }

#footer {
  padding:0px;
  margin:0px;
  text-align:center;
  position:absolute;
  bottom:0px;
  left:0px;
  width:100%;
  color:white;
  background:#466262;
  line-height:20px;
  font-size:10px;
  letter-spacing:0px;
}

#footer a {
	color:white;
	text-decoration:none;
}

#footer a:hover {
	color:red;
	
}


#owl{
    text-align:right;
	font-size:11px;
	letter-spacing:1px;
}
#owl a {
	color:white;
	font-weight:bold;
	padding-right:10px;
}
#owl a:hover {
color:white;
text-decoration:underline;
}


a img {
	border:0px;
}	

img.gallery {
	border: 1px solid black;
	margin-right: 15px;
}

img.product {
	border: 1px solid black;
	margin-right: 10px;
	margin_left: 10px;
}

.ac {
	text-align:center;
}	