@charset 'utf-8';

*{
	padding: 0;
	margin: 0;
	border: 0;
}


/* Basic Styles */
body {
	background: #fff;
	color: #333;
	font-size: 0.8em;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, serif;
	line-height: 1.6em;
}

/* Links */
a:link {
	color: #FF8C00;
	text-decoration: none;
}

a:visited {
	color: #c9a100;
	text-decoration: underline;
}

a:hover {
	color: #FF8C00;
    text-decoration: underline;
}

a.new {
	color: #CD0000;
}

/* Clear Class */
.clear {
	clear: both;
}

img, a img {
	border: 0;
}

.hide {
	display: none;
}

/* Basic Layout */
.wrap {
	width: 995px;
	margin: 0 auto;
	padding: 0px;
	clear: both;
}

/* Floating of elements */
.left {
	float: left;
	margin: 0 0.5em 0 0;
}

.right {
	float: right;
	margin: 0 0 0 0.5em;
}

/* ----- Header ----- */

#header {
	margin-top: 5px;
}

#midline {
	border-top: 1px solid #fff;
	height: 60px;
	background: #fff url(bileter/midline_bg.png) repeat-x;
	padding: 0 45px;
}

/* Navigation */
#navi {
	width: 100%;
	background: #000 url(bileter/navi_bg.png) repeat-x;
	line-height: 32px;
	height: 32px;
	padding: 0 0px;
}

#navi ul {
	background: url(bileter/navi_styler.png) 17px 0px no-repeat;
	margin: 0;
	padding: 0;
}

#navi li {
	display: inline;
	padding: 0;
	margin: 0 3px 0 3px;
}

#navi a {
	background: none;
	text-decoration: none;
	color: #fff;
}

#navi a:hover {
	text-decoration: underline;
}

#navi {
	color: #fff;
}

/* Search box */
#header input.login {
	font-size: 0.8em;
	margin-left: 7px;
	background: #fefefe;
}

/* Logo */
#logo img {
	margin: 10px 0 0 28px;
}

/* Categories */
#midline h1 {
	color: #333;
	font-size: 1.3em;
	font-weight: normal;
	padding: 12px 0;
}

/* ----- Sidebar ----- */

.sidebar {
	float: left;
	width: 200px;
	padding-left: 20px;
	margin-bottom: 20px;
}

/* Subnavigation */
.subnav {
	float: left;
	width: 120px;
	border-style: solid;
	padding-right: 20px;
	margin-bottom: 20px;
	font-size: 1.15em;
	font-weight: normal;
}

.subnav ul {
}

.subnav li {
	list-style-type: none;
}

.subnav a:link {
	color: #E8BA00;
	text-decoration: none;
}

.subnav a:visited {
	color: #E8BA00;
	text-decoration: none;
}

.subnav a:hover  {
	color: #333;
	text-decoration: none;
}

.subnav a:visited:hover {
	text-decoration: none;
}

/*.subnav a:visited:hover {
	color: #E8BA00;
	text-decoration: none;
}*/

.subnav-indent {
	padding-left: 15px;
	padding-bottom: 10px;
}

.subnav-dot {
	font-weight:bold;
	margin-right:5px;
}

.subnav-cat {
	font-size: 0.8em;
	padding: 3px 0;
	border-bottom: 1px solid #ddd;
	margin: 10px 0;
}

.subnav-ptools {
	font-size: 0.8em;
	line-height: 1.4em;
}

.subnav-ptools a:link {
	color: #666;
}

.subnav-ptools a:visited {
	color: #666;
}

.subnav-ptools a:hover {
	color: #E8BA00;
}


/* ----- Content ----- */

#container {
	margin: 7px 0;
	padding: 0 40px 0 45px;
}

.content {
	float: left;
	width: 720px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 20px;
	border-left: 1px dotted #888;
	list-style-position: inside;
}

.content li {
	margin-left: 20px;
}

.content p {
	margin: 1.0em 0;
}

.printfooter {
	display: none;
}

.content a:visited {
	text-decoration: none;
	border-bottom: 1px dotted;
}

.content a:hover {
	text-decoration: none;
	border-bottom: 1px dotted;
}

/* Content Column Split */
.splits {
    margin: 1.0em -1% 1em;
    padding-top: 1em;
    overflow: auto;
}

.split-third {
	margin: 0 1% 1em;
	width: 50%;
	float: left;
	position: relative;
}

.split-twothird {
	margin: 0 1% 1em;
	width: 63%;
	float: left;
	position: relative;
}

.split-half {
	margin: 0 2% 1em;
	width: 46%;
	float: left;
	position: relative;
}

* html .split-half {
	/* IE6 needs a little help with the front page */
	/* margin: 0 1.5% 1em; */
	margin-right: 0;
}
    
* html .split-twothird {
}

/* Welcome Messages */
.welcome {
	height: 64px;
	line-height: 3.2em;
	padding-left: 75px;
	font-size: 1.4em;
	margin-bottom: 7px;
}

.welcome-msg {
	margin: 5px 0;
	margin-left: 25px;
	padding-left: 8px;
	padding-top: 3px;
	color: #888;
	 background: url(bileter/ikon/quotes.png) no-repeat top left;
}

p {
	font-size: 1em;
	margin: 0;
	clear: both;
	line-height: 1.2em;
}

/* Lists */
ul.horizontal {
	display: inline;
}

ul.horizontal li {
	padding-right: 15px;
	font-weight: bold;
	display: inline;
}


/* Small text */
.small {
	font-size: 0.9em;
}

/* Bold text */
.bold {
	font-weight: bold;
}

.light {
	color: #888;
}

/* Box Model */
.box {
	width: 200px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.box-top {
	height: 45px;
	background: #ccc url(bileter/box_top.png) no-repeat top;
	padding: 0 10px;
}

.box-bottom {
	height: 15px;
	background: #ccc url(bileter/box_bottom.png) no-repeat bottom;
}

.box-header{
	border-bottom: 1px solid #ccc;
}

.box-content {
	background: #fff;
	padding: 0 9px;
	font-size: 0.9em;
	line-height: 1.2em;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;;
}

.box-list {
	padding-bottom: 5px;
}

.box p {
	padding: 3px 0;
	margin: 0;
}

.clear-list ul li {
	padding-left: 0;
	margin-left: 0;
}

/* Tables */
table {
    border: 2px solid #ccc;
    border-collapse: collapse;
    margin: 1em auto;
    width: 95%;
}
    table th {
        font-size: 0.8em;
        background-color: #f6f6f6;
    }
    table th,
    table td {
        padding: 0.5ex 1ex;
        border: 1px solid #eee;
    }

    table.faq-table {
        border: 2px solid #ccc;
        border-collapse: collapse;
        margin: 1em auto;
        width: 95%;
    }
    table.faq-table th,
    table.faq-table td {
        border: 1px dotted #ccc;
        padding: 0.5ex 1ex;
    }
    table.faq-table th {
        font-size: 0.8em;
        background-color: #f6f6f6;
    }
    body.Special table,
    table.messagebox { border: none; }

    body.Special table th,
    body.Special table td,
    table.messagebox th,
    table.messagebox td { 
        border: none; 
        padding: 0; 
    }

/* Headlines */

h1, h2, h3, h4 {
	font-family: "Lucida Sans",geneva,verdana,sans-serif;
	font-weight: normal;
	color: #333;
}

h1 {
	color: #E8BA00;
	font-size: 1.7em;
/*	letter-spacing: 0.05em; */
	padding: 5px 0;
}

h2 {
	font-size: 1.5em;
	padding: 5px 0;
	font-weight: bold;
	padding-bottom: 4px;             
        border-bottom: 1px solid #888;
        margin-bottom: 1.0em;
	margin-top: 1.0em;
}

.clear-underline {
	border: none;
}

h3 {
	font-size: 1.25em;
	padding: 5px 0;
	font-weight: bold;
}

h4 {
	font-weight: bold;
	padding: 5px 0;
	font-size: 1.0em;
}

h5 {
	font-size: 0.85em;
	font-weight: bold;
	padding: 5px 0;
}

h6 {
	font-size: 0.75em;
        font-weight: bold; 
	padding: 5px 0;
}

/* Design elements */
.spacer {
	margin: 17px 0;
	border-top: 1px solid #ddd;
}

.spacer-bottom {
	padding-bottom: 10px;
}



form {
	margin: 0;
	padding: 0;
}


#footer {
	background: #eee url(bileter/footer_bg.png) repeat-x;
	color: #fff;
	line-height: 1.7em;
	height: 20px;
	padding: 0 42px;
	margin: 17px 0 7px 0;
	font-size: 0.8em;
	border-top: 1px solid #888;
	border-bottom: 1px solid #888;
}

/* Navigation */
#footer ul {	
	margin: 0;
	padding: 0;
}

#footer li {
	display: inline;
	padding: 0;
	margin: 0 3px 0 3px;
}

#footer a {
	text-decoration: none;
	color: #eee;
}

#footer a:hover {
	background: transparent;
	text-decoration: underline;
}

.copyright {
	clear: both;
	color: #bbb;
	font-size: 0.8em;
	width: 100%;
	text-align: center;
}

.copyright a {
	color: #bbb;
	text-decoration: none;
}

.copyright a:hover {
	text-decoration: underline;
}

.Rbox-container {
	background-image: url(R-box-bg.png);
	background-position: top left;
	background-repeat: repeat-x;
}
.Rbox-container h2 {
	text-align: center;
	font-size: 2em;
	line-height: 2.2em;
	margin: 0;
}
.R-box-one {
	margin: 0 auto ;
	background: url(R-box.png) no-repeat bottom right;
	font-size: 100%;
	margin-bottom: 1em;
	float:left;
	width: 23%;
	margin: 0 0 0 1%;
}
.R-box {
	margin: 0 auto ;
	background: url(R-box.png) no-repeat bottom right;
	font-size: 100%;
	margin-bottom: 1em;
	float:left;
	width: 23%;
	margin: 0 0 0 2%;
}
.R-head h2 span.enterprise {
	background: #db6d26 url(enterprise-mini.png)  no-repeat bottom left;
}

.rightb{
	float: right;
	border: 1px solid black;
	margin: 5px 5px 5px 5px;
}
