@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
	
}
#wrapper {
	width: 1280px;
	margin: 0 auto;
	border-left: solid 1px #e61600;
	border-right: solid 1px #e61600;
}
img {
		outline:0; 
		border:0;
}
body {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	background-image:url(/xgh/css/../images/headerback.jpg);
	background-repeat:repeat-x;
	background-color: #FE8;
}
#topbar {
	height: 133px;
}
#nav {
	height: 40px;
	position: relative;
}
/* Drop Down Menu */
.menu {
	height: 40px;
	position: relative;
	z-index: 99;
	font-size:16px;
}
.menu1 {
	list-style: none;
	padding: 1px 0 0 0;
	margin: 0;
	float: left;
	width: 100%;
	font-size: 16px;
}
.menu1_li {
	float: left;
	margin: 0;
	padding: 1px 10px 0 10px;
	position: relative;
}
.menu1_li a {
	padding: 13px 15px;
	color: #fff;
	font-weight:bold;
	display: block;
	text-decoration: none;
	float: left;
}
/* make the dropdown ul invisible */
.menu2 {
display: none;
}
/* specific to non IE browsers */
/* set the background and foreground color of the main menu li on hover */
.menu ul li:hover a {
color:#fff; 
background:#369;
}
/* make the sub menu ul visible and position it beneath the main menu list item */
.menu ul li:hover ul {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 10px; 
	top: 45px;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 100px;
	z-index:100;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border: 1px solid #fff;
	display:block; 
	background:#ccc; 	
}
.menu ul li:hover ul li {
	margin: 0; 
	padding: 0;
	width: 100%;
	clear: both;
	background:#ccc; 
	
}
/* style the background and foreground color of the submenu links */
.menu ul li:hover ul li a {

	background:#ccc; 
	color:#900;
	border-bottom: 1px solid #fff;

}
/* style the background and forground colors of the links on hover */
.menu ul li:hover ul li a:hover {
color:#fff;
background:#369; 
}

#lbtp {
	width: 840px;
	height: 360px;
	float:left;
}

.lm{
	width: 100%;
	padding: 12px 6px;
	height:150px;
	text-align: center;
}
	
#content {
	width: 99%;
	margin: 0 auto;
	padding:10px;
	overflow: hidden;

}

#leftsection {
	float: right;
	width: 870px;
	padding: 4px 8px;
}
#lm6 {
	float: right;
	width: 98%;
	padding: 4px 8px;
}
.lmbt{
	margin:2px 0;
	color: #900;
	font-size: 32px;
	font-weight:bold;
	width: 98%;
	text-align:center;
	line-height: 48px;
	vertical-align:bottom;
}
.lmbt a{
	color: #f30;
	text-decoration:none;
}
.lmbt a:hover{
	text-decoration:underline;
}
#leftsection ul {
	list-style:none;
}
#leftsection ul li {
	text-indent:20px;
	background-position:left;
	background-image: url(/xgh/css/../images/righ1.png);
	background-repeat: no-repeat;
	font-weight: 400;
	color: #333;
	font-size: 14px;
	line-height: 36px;
	padding: 0;
	margin: 0;
}
#leftsection li a {
	color: #333;
	text-decoration: none;

}
#leftsection li a:hover {
	text-decoration: none;
}
#right {
	float: left;
	padding: 0 6px;
	width: 340px;
}
/*----special-grid------*/
.lm2 {
	float: left;
	width: 330px;
	margin-left: 1%;
	text-align: left;
	overflow:visible;
}

.lm2 ul {
	list-style:none;
}
.lm2 ul li {
	text-indent:20px;
	background-position:left;
	background-image: url(/xgh/css/../images/righ.png);
	background-repeat: no-repeat;
	font-weight: 400;
	color: #000;
	font-size: 14px;
	line-height: 36px;
	padding: 0;
	margin: 0;
}
.lm2 li a {
	color: #000;
	text-decoration: none;

}
.lm2 li a:hover {
	color: #0066cc;	
	text-decoration: none;
}
/* === Footer One Section === */
#footer {
	width: 100%;
	clear: both;
	background-color: #e61600;
	font-weight:bold;
}
#bottomcontent {
	text-align:center;
	margin: 0 auto;
	color: #fff;
	width: 1280px;
	height: 60px;
	padding-top: 10px;
}

/*----special-grid------*/
.special-grid {
	float: left;
	width: 390px;
	margin:10px;
	padding-left: 5px;
	text-align: left;
	height: 280px;
}
.special-grid2 {
	float: right;
	width: 360px;
	margin:10px;
	padding-left: 5px;
	text-align: left;
	height: 500px;
}
#content h4 img {
	margin-top: 4px;	
}
#content h4 {
	width: 98%;
	font-family:"ΣΧΤ²";
	line-height: 32px;
	font-size: 20px;
	font-weight:bold;
	color: #e61600;
	border-bottom-color:#e61600;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
#content h4 span {
	margin-top: 42px;
	display:inline;
	float:right;
	padding-right:12px;
	vertical-align:bottom;
}
#content h4 a {

	font-size: 16px;
	font-weight:bold;
	color: #e61600;
	margin: 0;
	text-decoration:none;
}
#content h4 a:hover {
	text-decoration:underline;
}
#content ul {
	padding-top: 12px;
	list-style:none;
}
.special-grid  ul li {
	text-indent:20px;
	background-position:left;
	background-image: url(/xgh/css/../images/righ2.png);
	background-repeat: no-repeat;
	font-size: 14px;
	line-height: 36px;
}
#content li a {
	color: #000;
	font-weight:400;
	text-decoration: none;

}
#content li a:hover {
	text-decoration:underline;
}
