    html, body { padding: 0; margin: 0 auto; }
    * { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #5f5f5f; }
    a { text-decoration: none; }
    a:hover { text-decoration: underline; }
    a img { border: none; }
    h1 { font-family: Arial Narrow; font-size: 31px; color: #0087db; font-weight: normal; }
    p { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 175%; }

    /*---------------------------------------------*/
    #logo_text { float: left; width: 160px; font-size: 10px; font-variant: small-caps; line-height: 150%; margin: 5px; text-align: right; font-weight: bold; }
    #logo { float: left; margin: 5px; }
    #logo:hover { text-decoration: none; }
    #logo span { font-size: 22px; font-weight: bold; }
    /*---------------------------------------------*/
    #topnav {
    	background: transparent;
    	position: absolute;
    	right: 0px;
    	text-align: right;
    	top: 4px;
        margin: 4px;
    }
    #topnav li {
    	display: block;
    	float: left;
    	padding: 0.1em 0 0.1em 1.2em;
    }
    #topnav h2 {
    	font-size: 0.75em;
    	line-height: 1.3em;
        margin: 2px;
    }
    #topnav h2 span { color: #0087DB; }

    /**
    * langauge menu (hover menu w/ js)
    **/
    #lang {
    	line-height: 1em;
    	font-size: 10px;
    	padding: 0;
    	position: relative;
    	z-index: 9;
    	display: inline;
    	list-style: none;
    	margin: 0!important;
    	padding-left: 0;
    	position: relative;
    }
    #lang .current:link,
    #lang .current:visited {
    	background: #FFF url("/css/gfx/language_dropdown.gif") no-repeat right center;
    	border: 1px solid #CCC;
    	display: block;
    	line-height: 14px;
    	padding: 0px 18px;
    	width: 44px;
    }
    #lang .current:focus,
    #lang .current:hover,
    #lang .current:active {
    	background-color: #5F5F5F;
    }
    #lang ul {
    	background-color: #FFF;
    	border: 1px solid #CCC;
    	display: none;
    	height: auto;
    	min-width: 72px;
    	padding: 1px;
    	position: absolute;
    	right: 0;
    	width: 78px;
    	z-index: 9!important;
    }
    #lang ul:after {
    	clear: both;
    	content: ".";
    	display: block;
    	font-family: serif;
    	font-size: 1px;
    	height: 0pt;
    	line-height: 0px;
    	visibility: hidden;
    }
    #lang ul li {
    	border: none;
    	display: inline;
    	float: none;
    	list-style: none;
    	margin: 0pt;
    	padding: 0pt;
    }
    #lang:hover ul {
    	display: block!important
    }
    #lang a:link,
    #lang a:visited {
    	background-color: #FFF;
    	color: #5F5F5F;
    	font-size: inherit;
    	line-height: 1.3em;
    	text-decoration: none;
    	padding: 0px 4px;
    }
    #lang ul a {
    	display: block;
    }
    #lang a:focus,
    #lang a:hover,
    #lang a:active {
    	background-color: #5F5F5F;
    	color: #FFF;
    }
    /*---------------------------------------------*/
    .horizontal {
    	display: block;
    	overflow: hidden!important; /* float fix */
        margin: 0 4px;
    }
    #head .horizontal { border-bottom: 1px solid #383838; }
    #foot .horizontal { border-top: 1px solid #D6D6D6; }

    .horizontal a:link,
    .horizontal a:visited { color: #383838; }
    .horizontal h2 {
    	color: green;
    	text-align: right;
    	float: left;
    	font-weight: bold;
    	font-size: 10px;
    	line-height: 18px;
    }
    .horizontal ul {
    	text-align: center;
        margin: 9px;
    }
    .horizontal li {
    	display:inline;
    	font-size: 10px;
    	line-height: 18px;
    }
    .horizontal strong { font-size: 10px; color: #333; }
    .horizontal a:link,
    .horizontal a:visited {
    	background: transparent url("/css/gfx/list_seperator.gif") no-repeat right top;
    	font-size: 10px;
    	text-decoration: none;
    	padding-right: 7px;
    	padding-left: 5px;
    }
    .horizontal a:focus,
    .horizontal a:hover,
    .horizontal a:active {
    	text-decoration: underline;
    }
    /*---------------------------------------------*/
    #c1 .box {
    	background: transparent url("/css/gfx/imageborder1.gif") no-repeat top left;
    	padding: 0px 0px 0px 88px;
    	margin-bottom: 20px;
    	min-height: 88px;
    }

    .search { margin: 20px 0; }

    .search label {
    	display: block;
    	font-size: 14px;
    	font-weight: bold;
    	line-height: 1em;
    	margin-bottom: 12px;
    	text-align: right;
    }
    .search label span, .search h2 span { color: #0087db; font-size: 14px; font-family: Arial, Helvetica, sans-serif; }

    .search input {
    	margin-top: 4px;
    	margin-right:10px;
    	width: 143px;
    	border: 1px dotted #8FB9E1;
        font-size: 15px;
    	float: left;
    }
    .search button span span {

    	display: none;
    }
    .search button {
    	padding: 0;
    	margin: 0;
    	border: 0;
    	background: none;
    }
    .search button span {
    	background: transparent url("/css/gfx/icon_search.gif") no-repeat;
    	display: block;
    	width: 30px;
    	height: 30px;
    }

    #c1 h2 {
    	font-size: 14px;
    	font-family: Arial, sans-serif;
    	line-height: 1em;
		margin-bottom: 12px;
    	text-align: right;
    	text-transform: uppercase;
    }
    #c1 h2 a {
    	font-size: 14px;
    	font-family: Arial, sans-serif;
    	line-height: 1em;
    	text-transform: uppercase;
    }
    #c1 label {
    	font-family: Arial, sans-serif;
    	text-transform: uppercase;
    }
    #c1 p {
    	font-size: 11px;
    	line-height: 1.5em;
    	color: #5F5F5F;
    }
    #c1 p a:link,
    #c1 p a:visited {
    	color: #5F5F5F;
    	text-decoration: underline;
    }
    #c1 .box p {
    	text-align: right;
    }
    #c1 .buy {
    	background: transparent url("/css/gfx/imageborder3.gif") no-repeat top left;
    }

    /**
     * related links
     **/
    #c1 .vertical {
    	background: transparent url("/css/gfx/imageborder1.gif") no-repeat top left;
    	padding: 0px 0px 0px 0px;
    	margin-bottom: 20px;
    }
    #c1 .vertical h2 span { color: #0087db; font-size: 16px; font-family: Arial, Helvetica, sans-serif; }
    #c1 .vertical ul li {
    	text-align: right;
    	display: inline;
    }

    #c1 .vertical ul a:link,
    #c1 .vertical ul a:visited {
    	text-align: right;
    	line-height: 18px;
    	padding: 0 0 0 5px;
    	display: block;
    	color: #5F5F5F;
    	font-size: 11px;
    	text-decoration: none;
    }
    #c1 .vertical ul a:focus,
    #c1 .vertical ul a:hover,
    #c1 .vertical ul a:active {
    	text-decoration: underline;
    }
    /*---------------------------------------------*/
    #disclaimer {
    	clear: left;
    	border-top: 1px solid #F6F6F6;
    	margin-top: 1.6em;
    	padding: 1em 1.88em 1em 11.6em;
    	display: block;
    	font-size: 10px;
    	color: #D6D6D6;
    	background: #FFF url("/css/gfx/logo_small.gif") no-repeat 3em 1em;
    	line-height: 1.3em;
    }
    #disclaimer a {
    	color: #012266;
    }
    /*---------------------------------------------*/
            .content p {
                font-family: Verdana, Arial, Helvetica, sans-serif;
                font-size: 11px;
                color: #5f5f5f;
                line-height: 18px;
                text-align: justify;
            }
            .content h3 {
                font-family: Arial, Helvetica, sans-serif;
                color: #0087db;
                font-size: 15px;
                text-transform: uppercase;
            }

