<!--
*{margin:0; padding:0;}
body{font:14px arial; color:#222; line-height:18px;}
.g{color:#888;}
a{color:blue;} a:hover{color:red;}
h1,h2,h3,h4,h5,h6,h7,h8{color:#0563a1; margin: 20px 0;}
p{margin:10px 0px;}
border-left: dashed 1px #66666;

 
#header{height:300px; width:100%; background-image:url("i/background.gif"); background-position: 0 0; background-repeat:repeat-x;}
#header img{float:left;}
#header p{padding-top:20px; float:left; margin:0;}
#header img.right {float:right; }



#topmenu{
	height:35px; 
	width:100%; 
	background-image:url("i/upper.jpg"); 
	background-position:center bottom;	
	background-repeat: no-repeat;	 
}
#topmenu a{font-size:15px; font-weight:bold;}
#topmenu #q{color:green; margin-right:40px;}
#topmenu img{margin-right:5px;}
#topmenu ul{list-style-type: none;}
#topmenu ul li{display: inline; margin-right:30px;}

#topthemes{width:100%; line-height:normal;}
#topthemes p {display: inline; margin-left:20px;}

#left{float:left; width:250px; margin-right:-100%;}
#left ul, #right ul{
	list-style:none; 
	background:#e1eff7 url(i/corner_bottom_right.png) bottom right no-repeat;; 
	border-left: 10px solid #bcdcee;
	margin:10px; padding:10px; line-height: 20px;
	font-size:12px; font-weight:bold;
}
#left ul img{margin-right:5px;}
#left #recom{margin:10px; padding:10px; border-bottom:1px gray dotted;}
#left #recom img{border:1px solid gray; margin:10px; padding:10px;}
#left .counter{text-align:center; margin:10px;}



#right{float:left; width:250px; margin-left:-250px;}
#right #banner{margin:10px; padding:10px; border: dotted gray 1px; text-align:right;}
#right p {padding:10px;}

#footer{
	width:100%;
	background-image: url("i/footer.jpg");
	background-position: center 0px;
	background-repeat: no-repeat;
	padding:15px;
	font-size:12px;
	text-align:center;
	color:#888;
}

.clear {clear: both;}

#wrapper{width:100%; width:expression((documentElement.clientWidth||document.body.clientWidth)<995?'1000px':''); min-width:1000px;}
#container {width:100%; margin-bottom:20px;}
#content{width:100%; float:left;}
#text {margin: 0 250px; padding:10px;}
#text p {text-align:justify;}
#text img{margin:10px;}
#text ul{padding:10px 20px;}

div.box1{
	width:30%;
	background: #ffe5b1 url(i/corner_hover_bottom_left.png) bottom left no-repeat;
	border-top: 2px solid #FDB813;
	float:left;
	margin:5px;
	height:110px;
}
div.box2{
	background: url(i/corner_hover_bottom_right.png) bottom right no-repeat; 
	width:100%;
	height:110px;
}

div.box1 ul{font-size:12px; padding:10px;list-style-type:none;}
div.box1 li{margin-bottom:5px;}


div#left { 
border-right : 1px dashed gray; 
} 


<!--

 
     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: 12px; 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;
    }
    /*---------------------------------------------*/













-->



