* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #666666;
	background-image: url(../images/bg_main.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
h1, h2, h3 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #b10021;
}
h1 {
	margin-bottom: .8em;
	font-size: 1.5em;
	font-weight: normal;
	width: 95%
}
h2 {
	margin-bottom: 0.2em;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	font: bold 12px Arial, Helvetica, sans-serif;
}
h3 {
	margin-bottom: 0.2em;
	letter-spacing: 1px;
	font: bold 12px Arial, Helvetica, sans-serif;
}
h4 {
	margin-bottom: 0.5em;
	padding: 10px 0 2px 10px;
	text-transform: uppercase;
	letter-spacing: 0.2px;
	border-bottom: 2px solid #cc0000;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #333333;
}
h5 {
	margin-bottom: 0.5em;
	padding: 5px 0 2px 0px;
	text-transform: uppercase;
	letter-spacing: 0.2px;
	border-bottom: 2px solid #cc0000;
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #333333;
}
p, blockquote {
	margin-bottom: 1.4em;
	text-align: justify;
}
 ul, ol {
	margin-bottom: 1.4em;
}
p {
}
blockquote {
	margin-left: 2em;
	margin-right: 2em;
	font-style: italic;
}
ul {
	margin-left: 3em;
	list-style-type: square;
}
ul li {
}
ol {
	margin-left: 3em;
}
ol li {
}
a {
	text-decoration: none;
	color: #b10021;
}
a:hover {
	text-decoration: underline;
}
img {
	border: none;
}
/* Boxed Style */

.boxed {
}
.boxed .title {
	padding: 0px 0 0 10px;
	background: url(../images/img03.gif) no-repeat left center;
	border-bottom: 1px solid #D6D5D5;
	font-size: 1.4em;
}
.boxed .content {
	padding: 10px;
}
/* Post */

.post {
}
.post .title {
	margin: 0;
	padding: 10px 0 0 10px;
	font-size: 1.6em;
	font-weight:normal;
}
.post .date {
	margin-top: -26px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.post .date .month {
	display: block;
	float: right;
	width: 60px;
	margin-bottom: 3px;
	padding: 5px 0;
	background: #D6D5D5;
	text-align: center;
	font-size: 11px;
}
.day {
	display: block;
	float: right;
	clear: right;
	width: 160px;
	margin-bottom: 1px;
	padding: 10px 15px 10px 20px;
	text-align: center;
}

.post .date .year {
	display: none;
}
.post .meta {
	padding: 30px 0 5px 10px;
	border-bottom: 1px solid #EAEAEA;
	font-size: 9px;
}
.post .meta p {
	margin: 0;
}
.post .story {
	padding: 10px 20px 10px 10px;
}
/* Header */

#header {
	width: 769px;
	height: 20px;
	margin: 0 auto;
	border-top: 5px solid #CC0000;
}
#header h1 {
	padding: 16px 0 0 40px;
}
#header h1 a {
	text-transform: uppercase;
	font-size: 30px;
	color: #FFFFFF;
}
#header h1 i {
	text-transform: lowercase;
	letter-spacing: -3px;
	font: italic normal 48px Georgia, "Times New Roman", Times, serif;
	color: #385B88;
}
#header h2 {
	padding: 0 0 0 42px;
	text-transform: lowercase;
	font-size: 1em;
}
#header a {
}
/* TopNav */

#topnav {
	float: right;
	height: 20px;
	padding: 0;
}
#topnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#topnav li {
	display: inline;
	border-left: 1px dotted #3b3b3b;	
}
#topnav a, #topnav a:visited {
	padding: 10px 22px 0 5px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 9px;
	color: #666666;
}
#topnav .first a {
	border: none;
}
#topnav a:hover {
	text-decoration:none;
	color: #b10021;
}

/* Menu */

#menu {
	font-family: Trebuchet MS, Arial, Helvetica, sans-seriff;
	font-size:0.85em;
	font-weight:bold;
	position:relative;
	z-index:100;
	margin-top: -20px;
	width:580px;
}
/* remove all the bullets, borders and padding from the default list styling */
#menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#menu li {
	float:left;
	position:relative;
	width:142px;
}

/* style the links for the top level */
#menu a, #menu a:visited {
	display:block;
	font-size:12px;
	font-weight:bold;
	text-decoration:none; 
	color:#333333; 
	border-left:1px dotted #999999;
	line-height:20px;
	padding-left: 10px;
	background:#ffffff;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
#menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:20px;
	left:0; 
	border-top: 2px solid #FFFFFF;
}
/* another hack for IE5.5 */
* html #menu ul ul {
	top:19px;
	t\op:20px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
#menu table {
	position:absolute; 
	top:0; 
	left:0; 
	background:transparent;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html #menu a, * html #menu a:visited {
	width:142px;
	w\idth:129px;
}

/* style the second level links */
#menu ul ul a, #menu ul ul a:visited {
	background:#d4d8bd; 
	color:#333333; 
	height:auto; 
	line-height:1em; 
	padding:5px 0 5px 10px; 
	border-left: none;
	font-weight:normal;
/* yet another hack for IE5.5 */
}
* html #menu ul ul a{
	width:142px;
	w\idth:129px;
}

/* style the top level hover */
#menu a:hover {
	color:#ffffff; 
	background:#b10021;
}

#menu ul ul a:hover{
	color:#ffffff; 
	background:#b10021;
}

#menu :hover > a {
	color:#ffffff;
	background:#b10021;
}

#menu ul ul :hover > a {
	color:#ffffff;
	background:#b10021;
}

/* make the second level visible when hover on first level list OR link */
#menu ul li:hover ul,
#menu ul a:hover ul{
	visibility:visible; 
}

/* Logo */

#logo {
}
/* Content */

#content {
	width: 769px;
	margin: 0 auto;
}
/* Content >Main */

.main {
	float: right;
	width: 580px;
	margin: 0px;
}
/* Content >Main >Welcome */

#welcome {
}
/* Content >Main >Example */

.tbl-product {
	font-size: 11px;
	color:#333333;
	background-color: #ededed;
	border: 15px solid #ededed;
	clear: both;
}

.ul-product {
	margin: 0 0 0 15px;
	padding: 0;
}

.ul-product li {
	margin: 0;
	padding: 0 0 2px 0;
}
.ul-properties {
	width: 500px;
	margin: 0px;
	padding: 0px;
}
.ul-properties li{
	list-style-type:none;
	display: inline;
	width: 120px;
	display: block;
	margin: 0;
	padding: 0 0 2px 0;
	float: left;
}
.ul-properties li.second{
	width: 350px;
}
.img-product {
	display: block;
	float: left;
	
	margin-bottom: 1px;
	padding: 10px 20px 40px 10px;
}
.ul-downloadables {
	width: 500px;
	margin: 0 0 0 0px;
	padding: 0px 0 0 0px;
	display: block;
}
.ul-downloadables li{
	list-style-type: none;
	margin: 0 0 0 0px;
	padding: 0 0 5px 0px;
	font-size: 10px;
}

/* Content >Sidebar */

#sidebar {
	float: left;
	width: 180px;
}
/* Content >Sidebar >Login */

#login {
}
#login form {
}
#login fieldset {
	border: none;
}
#login legend {
	display: none;
}
#login label {
	font-size: x-small;
	font-weight: bold;
}
#login input {
	margin-bottom: 5px;
	padding: 2px 5px;
	border: 1px solid #385B88;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#inputtext1, #inputtext2 {
	color: #385B88;
}
#inputsubmit1 {
	background: #385B88;
	color: #FFFFFF;
}
/* Content >Sidebar >SubMenu */

#submenu {
	margin-top: 15px;
	border-bottom: 4px solid #EBEBEB;
	font-size: 0.9em;
}
#submenu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}
#submenu li {
	display: inline;
	text-align: left;
}
#submenu a {
	display: block;
	padding: 5px 0 5px 25px;
	background: url(../images/img05.gif) no-repeat 10px 17px;
	border-top: 1px solid #EBEBEB;
	color: #b10021;
}
#submenu a:hover {
	background: #efefef;
	text-decoration: none;
}

#submenu .active {
	display:block;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	padding: 5px 0 1px 15px;
	background: #ffffff;
	text-decoration: none;
	letter-spacing:0.1em;
	font-weight: bold;
	text-transform:uppercase;
	font-size: 1.2em;
	color: #000000;
	border-top: none;
	border-bottom: 2px solid #cc0000;
}

#submenu .subactive a  {
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	background: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
}

#submenu .current {
	display: block;
	padding: 5px 0 5px 25px;
	background-color: #efefef;
	color: #b10021;
}
/* Content >Sidebar >Updates*/

#updates {
}
#updates ul {
	margin: 0;
	list-style: none;
}
#updates h3 {
	margin: 0;
	font: bold small Trebuchet MS, Arial, Helvetica, sans-serif;
}
#updates p {
	margin-bottom: 1.4em;
	font-size: 11px;
	line-height: normal;
	color: #666666;
	text-align:left;
	font-style:italic;
}
/* Content >Sidebar >Partners*/

#partners {
}
#partners .content {
	padding: 10px 0;
}
#partners ul {
	margin: 0;
	border-bottom: 1px solid #D1BC5C;
	list-style: none;
	line-height: normal;
}
#partners li {
	padding: 10px;
	border-top: 1px solid #D1BC5C;
}
/* Footer */

#footer {
	margin: 0 auto;
	width: 768px;
	clear: both;
}
#footer p {
	font-size: x-small;
	border-top: 1px solid #cccccc;
	padding: 20px 10px;
	color: #666666;
	line-height:1.5em;
	padding-left: 200px;
}

#footer img {
	padding-top:5px;
	padding-right: 5px;
	float: right;
}

#oldlogo {
	float:left;
}
/* Footer >Legal */

#legal {
}
/* Footer >Links */

#links {
}
#wrapper {
	width: 769px;
	margin: 0 auto;
	background-color:#FFFFFF;
}
#image {
	width: 768px;
	padding: 0px;
}
#lang {
	height:auto;
	font-size:9px;
	margin:0 5px;
	color:#666666;
	border: 1px solid #FFFFFF;
	background:#ededed;
}
form {
	background-color: #eeeeee;
}
form th {
	text-align:right;
	padding: 5px 0 0 0;
}
form td {
	padding: 5px 0 0 5px;
	vertical-align:top;
}
.sml-txt {
	font-size: 11px;
	line-height: 2em;
	}
