@import "forms.css";
/*---------------------------------- Predefined stuff -----------------------------------*/

* { margin: 0px; padding: 0px; }
p { margin: 3px 0px 7px 0px; }
img { border: none; }
ul { list-style: none; }

h1 { font-size: 20px; }
h2 { font-size: 16px; }
h3 { font-size: 14px; margin: 5px 0px 2px 0px; }
h4 { font-size: 11px; }
h5 { font-size: 10px; }
h6 { font-size: 9px; }

.clearer { clear: both; height:0px; visibility: hidden; }
.textPadding { padding: 10px 20px; }

a { text-decoration: none; color: #F70; }
a:hover { text-decoration: underline; color: #F70; }

body {
	margin: 30px;
	font-size: 11px;
	font-family:  Tahoma, Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	/*background: #eff0f0 url(../../images/structure/body.gif) repeat-x;*/
	color: #333;
}

/*---------------------------------- Basic structure -----------------------------------*/

#basis {
	margin: auto;
	width: 870px;
}

/*---------------------------------- Panels -----------------------------------*/

#mostTop {
	width: 870px;
	height: 30px;
	background: url(../../images/structure/most_top.gif) no-repeat;
}

#mainav {
	width: 150px;
	vertical-align: top;
	background: url(../../images/structure/mainav.gif) no-repeat;
}
/*---------------------------------- download.aspx -----------------------------------*/
#mainavDownload {
	width: 150px;
	vertical-align: top;
	
}
#mostTopDownload {
	width: 870px;
	height: 30px;
	background: url(../../images/structure/most_top_download.gif) no-repeat;
}
#boxBrown {
	padding: 40px 20px 10px 20px;
	width: 310px;
	height: 100px;
	vertical-align: top;
	background: #a3956c url(../../images/structure/logo.gif) 20px 0px no-repeat;
	color: #EFEDE4;
}

#boxOrange {
	padding: 10px;
	width: 350px;
	height: 150px;
	vertical-align: top;
	background: url(../../images/structure/box_orange.gif) no-repeat;
	color: #FC3;
}

#boxOrangeInnnerLeft {
	padding: 40px 20px 10px 42px;
	width: 138px;
	height: 100px;
	vertical-align: top;
	background: url(../../images/structure/header_left.gif) no-repeat;
}

#boxOrangeInnnerRight {
	padding: 10px;
	width: 500px;
	height: 150px;
	vertical-align: top;
	background: url(../../images/structure/header_right.gif) no-repeat;
	color: #FC3;
}

#boxOrange a { color: #FFF; }
#boxOrangeInnnerRight a { color: #FFF; }

#boxGreyOuther {
	background: url(../../images/structure/shadow_right.gif) right repeat-y;
}

#boxGrey {
	width: 700px;
	background-color: #bcbdc0;
}

#boxGrey tr td h3 { font: bold 11px Tahoma; }
#boxGrey tr td span { display: block; }


#contentOuther {
	border-left: 1px solid #DDD;
	background: url(../../images/structure/shadow_right.gif) right repeat-y;
}

#content {
	padding: 20px;
}

#shadowBottom {
	padding: 10px;
	width: 720px;
	height: 20px;
	font: 9px Tahoma;
	background: url(../../images/structure/shadow_bottom.gif) no-repeat;
	color: #777;
}

#shadowBottom2 {
	padding: 10px;
	width: 720px;
	height: 20px;
	font: 9px Tahoma;
	background: url(../../images/structure/shadow_bottom.gif) no-repeat;
	color: #777;
}

#3mainTitle {
	vertical-align: top;
	width: 233px;
}

#3mainTitle p {
	padding: 15px;
}

#innerPageContent {
	padding: 20px;
	width: 480px;
}

#innerPageContent ul li{
    list-style:square;
    margin-left:30px;
}

blockquote{
    margin-left:40px;
}
/*---------------------------------- Main navigation -----------------------------------*/

#mainav ul {
	margin: 20px;
}

#mainav ul li {
	font: bold 12px Arial;
	text-align: right;
	border-bottom: 1px solid #DDD;
}

#mainav ul li a {
	padding: 3px;
	display: block;
	color: #F59C27;
}

#mainav ul li a:hover {
	text-decoration: none;
	color: #555;
}

/*---------------------------------- Titles and subtitles -----------------------------------*/

.titleMain {
    font: normal 18px Arial;
    border-bottom: 1px solid #DDD;
}

.titleMainNoBorder {
    font: bold 18px Arial;
}
.titleDownloadNoBorder {
    font: bold 14px Arial;
    margin-bottom:20px;
}
.titleSection {
    font: bold 12px Arial;
}

/*---------------------------------- Design details -----------------------------------*/

html {
    scrollbar-base-color: #FA3;
	scrollbar-track-color: #FED;
	scrollbar-face-color: #FA3;
	scrollbar-highlight-color: #FC9;
	scrollbar-3dlight-color: #FFF;
	scrollbar-darkshadow: #FA3;
	scrollbar-shadow-color: #FA3;
	scrollbar-arrow-color: #FFF;
}

.coolImg {
    margin: 3px;
    border: 1px solid #DDD;
}

/*---------------------------------- Download Area Design details -----------------------------------*/

#basisDownload
{
    margin:auto;
    width:738px;
}

#basisDownload ul
{
    margin:20px;
}

#basisDownload ul
{
    margin:50px;
}