body {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 81%;
	line-height: 125%;
	background-color: #CCC;
	text-align: center;
	}
/* Flags */
#languages {
	float: left;
	display:block;
	padding-top: 6px;
	padding-left: 6px;
}
#languages ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#languages li
{
float: left;
margin: 0 0.15em;
} 
/* Centre */
#container {
	text-align: left;
	width: 955px;
	margin: 0 auto;
	overflow:hidden;
	position:relative;
	background-image:url(images/bg.gif);
	background-repeat:repeat-y;
}
#containerhome {
	text-align: left;
	width: 955px;
	margin: 0 auto;
	overflow:hidden;
	position:relative;
	background-image:url(images/bg1.gif);
	background-repeat:repeat-y;
}

/* Header */
#header {
    width: 955px;
	height: 162px;
	clear:both;
}
#quote {
	width:955px;
	height:37px;
	position:relative;
	background-color: #000000;
	margin-right: 0px;
	margin-top: 0px;
}

/* Menubar */

#menu { 
width: 185px;
    background: #919294;
	float: left;
	clear:left;
 }
.sidebarmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 185px; /* Main Menu Item widths */
}
 
.sidebarmenu ul li{
	position: relative;
}

/* Top level menu links style */
.sidebarmenu ul li a{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color: white;
	text-decoration: none;
	padding: 6px;
}

.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
	background-color: #919294; /*background of tabs (default state)*/
}

.sidebarmenu ul li a:hover{
	background-color: #77787a;
}
#right #contentright h2 {
	font-size: 0.91em;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #77787a;
	padding: 2px;
	margin-bottom:0px;
	text-align:center;
}
#right #contentright a {
	color: #FFFFFF;
	text-decoration: none;
	font-size:0.81em;	
}
#right #contentright a:hover {
	text-decoration: underline;
}
#right #contentright {
	width:185px;
	float:right;
	background-color:#919294;
}
#right #contentright ul {
	padding:0; 
	margin:0;
	background-color:#919294;
}
#right #contentright li {
	list-style-type:none;
	line-height:1.5em;
	padding: 2px;
}

/*Sub level menu items */
.sidebarmenu ul li ul{
	position: absolute;
	width: 170px; /*Sub Menu Items width */
	top: 0;
	visibility: hidden;
}

.sidebarmenu a.subfolderstyle{
background: url(images/right.gif) no-repeat 97% 50%;
}

 
/* Holly Hack for IE \*/
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }
/* End */
#offer {
	padding-top: 2px;
	padding-bottom: 3px;
	color: #FFFFFF;
	background-color: #560c11;
	text-align:center;
	clear: left;
	border: 3px solid #eed313;
}
#offer a {
	color:#FFFFFF;
}
#offer a:hover {
	color:#FFFFFF;
	text-decoration:none;
}
#offer h1 {
	font-size: 1.2em;
	font-weight: bold;
}
#offer h2 {
	font-size: 1.0em;
	font-weight: normal;
}

/* Content Home */

#right #contenthome {
	color: #FFFFFF;
	float: left;
	width: 500px;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
}
#right #contenthome h1 {
	font-weight: normal;
	font-size: 1.4em;
}
#right #contenthome a {
	color: #FFFFFF;
	text-decoration: underline;
}
#right #contenthome a:hover {
	text-decoration: none;
}

/* Content */

#right {
    width: 770px;
	float:right;
	background-color:#4f5052;
}
#right h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
}
#right #content {
	color: #FFFFFF;
	float: right;
	width: 500px;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
}
#right #content h1 {
	font-weight: normal;
	font-size: 1.4em;
}
#right #content a {
	color: #FFFFFF;
	text-decoration: underline;
}
#right #content a:hover {
	text-decoration: none;
}
#right #content2 {
	color: #FFFFFF;
	float: right;
	width: 700px;
	padding:35px;
}
#container #right #content2 a:hover {
	text-decoration: none;
}
/* Footer */

#footer {
	width:inherit;
	height: 150px;
	clear:both;
	position:relative;
	background-image:url(images/footer.jpg);
	vertical-align:bottom;

}
#footer p {
	font-size:0.91em;
	color:#FFFFFF;
	float:right;
	vertical-align:bottom;
	padding-right:6px;
	padding-top: 110px;
}
#footer a {
	color:#FFFFFF;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
/* Footer Xmas */

#footerwinter {
width:inherit;
height: 150px;
clear:both;
position:relative;
background-image:url(images/xmasfooter.jpg);
vertical-align:bottom;

}
#footerwinter p {
font-size:0.91em;
color:#FFFFFF;
float:right;
vertical-align:bottom;
padding-right:6px;
padding-top: 110px;
}
#footerwinter a {
color:#FFFFFF;
text-decoration:none;
}
#footerwinter a:hover {
text-decoration:underline;
}#container #right #content2 a {
	color: #FFFFFF;
	text-decoration: underline;
}

/* Pop-up Styles */
#popup {
	width: 560px;
}
#popup p {
	color: #FFFFFF;
}
/* Miscellaneous */

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	color: #CCC;
	background-color: #CCC;
	font-size: 81%;
}
#container #right #content small a {
	color: #FFFFFF;
	text-decoration: underline;
}
/* Image align */
td {
	vertical-align: top;
}
.imageleft {
	font-size: x-small;
	color: #999999;
	float: left;
	margin: 3px 6px 3px 0px;
}
.imageright {
	font-size: x-small;
	color: #999999;
	margin-right: 3px;
	float: right;
	margin-left: 6px;
}
