html {
	overflow-x:hidden;
	overflow-y:scroll;
	height: 100%;
}
body {
	color:#333;
	/*font-family:Verdana,Arial,Helvetica,sans-serif;*/
	font-size:0.8em;
	line-height:1.2em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	background-color: #fff;
	height: 100%;
}
a img {
	border: none;
}

i {
	color: #777;
}

a:link, a:visited {
	color: #0e5d8b;
	text-decoration: none;
}

a:hover {
	color: #0281ca;
	text-decoration: underline;
}


blockquote {
	background:transparent url(drop-shadow.png) no-repeat scroll right bottom !important;
	border-left:1px solid #EEEEEE;
	border-top:1px solid #EEEEEE;
	display:block;
	font-weight:normal;
	margin:10px 0 10px 30px !important;
	max-width:200px;
	min-width:400px;
	padding:10px 20px 20px 10px;
	position:relative;
	width:400px;
}

h1 {
	font-size: 22px;
	margin: 0;
	padding: 0;
	font-weight: bold;
	overflow: visible;
	letter-spacing: -0.4px;
	color: #333;
}
h2 {
	font-size: 18px;
	margin: 0;
	padding: 0 0 10px 0;
	font-weight: normal;
	/*color: #e94;*/
	color: #555;
}

h3 {
        font-weight: bold;
        color: #444;
        font-size: 135%;
        margin: 18px 0px 8px 0px;
        border-bottom: 2px solid #eee;
}

h4 {
	font-size: 14px;
	color: #444;
	margin: 0;
	padding: 8px 0px 0px 0px;
}

h5 {
	font-weight: bold;
	/*background: transparent url("quotebg.png") no-repeat;*/
	color: #777;
	letter-spacing: 1.5px;
	line-height: 1;
}


hr {
	height: 0px;
	border: 0px;
	margin: 10px 0;
	border-top: dotted 1px #e1e1e1;
	overflow: hidden;
	clear: both;
}

/* Head */

#head {
	background: #eee url(bgstripes1.png) bottom repeat-x;
	color: #fff;
	padding: 0px 0 0 0;
	margin: 0;
	height: 80px;
	position: relative;
	border-bottom: 3px solid #4d4d4d;
}

#head-login {
	padding: 0;
	text-align: right;
	color: #888;
	position: absolute;
	top: 10px;
	right: 0;
	/*font-size: 11px;*/

}

#head-login a:link, #head-login a:visited  {
	color: #fff;
	text-decoration: none;	
}
#head-login a:hover {
	color: #0281ca;
	text-decoration: none;	
}

#head-inner {
	width: 950px;
	margin: 0 auto;
	position: relative;
}
#head-logo {
	padding: 15px 0 0 0;
	margin: 2px;
	position: absolute;
	top: 0;
	left: 0;
}

#title {
	padding: 0;
	margin: 0 auto;
	background: #feffd8;
	border-bottom: 1px solid #aaa;
}

#title-inside {
	padding: 0;
	padding-top: 2px;
	margin: 0 auto;
	width: 950px;
	position: relative;
}

#title-inside p {
	font-weight: bold;
	/*font-size: 104%;*/
	color: #333;
	padding: 3px 0 8px 0;
	letter-spacing: 1px;
}



#contentheader {
	background: #ddd url('') bottom repeat-x;
	/*height: 32px;*/
	color: #444;
	/*font-size: 10px;*/
	margin: 0 auto;
	padding: 0;
}
#contentheader-inside {
	padding-top: 8px;
	width: 950px;
	margin: 0 auto;
}

#head-select {
	padding: 6px;
	border: 6px solid #0e5d8b;
	background-color: #efefef;
	position: absolute;
	top: 10px;
	right: 0;
}
	
/* Main navigation */

#head-nav {
	font-weight: bold;
	font-size: 13px;
	padding: 0;
	position: absolute;
	top: 47px;
	right: 0;
	margin: auto 0;
}
#head-nav ul {
	float: left;
	margin: 0px;
	padding: 0px;
}
#head-nav ul li {
	display: block;
	float: left;
	list-style: none;
	background: #4d4d4d url('middle_orange_fade.jpg') repeat-x;
	/*background: #4d4d4d url('bggradient13.png') repeat-x;*/
	margin-left: 5px;
	border-left: 1px solid #676767;
	border-top: 1px solid #676767;
	border-right: 1px solid #676767;
}
#head-nav ul li a {
	display: block;
	float: left;
	color: #4d4d4d;
	text-decoration: none;
	padding: 10px 16px;
}
#head-nav ul li a:hover,#head-nav ul li a.current {
	color: #0281ca;
	background: #fff;
}



/* Content */


div.help {
	width: 950px;
	display: inline;
}
div.help a {
	float: right;
	position: relative;
	right: 10px;
	margin-top: 3px;
}

table.home,  table.info {
	width: 500px;
	min-width:500px;
}
table.contact {
	width: 700px;
}
table.contact td {
	padding-right: 20px;
}


#toc {
	padding: 1em;
	border-bottom: 1px solid #999;
	width: 100%;
	margin-bottom: 20px;
}

.code {
	width: 95%;
	display: block;
	padding: 15px;
	font-size: 85%;
	font-family: Courier New;
	background-color: #f9f9f9;
	border: 1px dotted #ccc;
}

#container {
	width: 950px;
	margin: 0px auto 30px;
}


#content {
	line-height: 1.6;
	margin: 0px auto 30px;
	padding: 0;
	overflow: hidden;
	min-height: 400px;
}

#content tt {
	color: #444;
}

#content dt {
	padding: 0;
	font-weight: bold;
}

#content h2, #content p {
	padding: 0 10px 2px 0;
	clear: left;
}

#content ol li {
	padding: 4px;
	line-height: 1.8;
}

#content ul.content {
	margin: 10px;
	padding: 0;
	list-style: none;
	line-height: 1.3;
}
#content ul.content li  {
	padding: 1px 0px 4px 25px;
	background-image: url('linkblue.gif');
	background-repeat: no-repeat;
	background-position: 0 4px;
}

#content ul.content li ul {
	margin: 2px 0px 10px 0px;
	padding: 0;
}

#content ul.content li ul li {
	margin-left: 15px;
	padding: 3px 0 3px 5px;
	background-image: none;
	list-style: square;
}

#content .errmsg, #loginerror {
        color: #333;
        background: #f0f0f0;
        border: 0px solid #f00;
        border-left-width: 10px;
        padding-left: 10px;
        line-height: 25px;
        margin: 20px 0px 20px 0px;
}

#content p.info, #content span.info {
        color: #333;
        background: #f0FFf0;
        border: 1px solid #cfc;
        border-left-width: 10px;
	padding: 5px 5px 5px 10px;
        line-height: 25px;
	font-weight: bold;
        margin: 20px 0px 20px 0px;
}


#content hr {
height: 2px;
border-bottom: 2px dotted #333;
} 




/* Forms */


#content form {
	clear: both;
	margin: 0;
}

#content form .mandatory {
	font-weight: bold;
}

#content form .row {
	clear: left;
	padding: 5px;
}

#content form .warn {
	font-weight: bold;
	color: red;
}

#content label {
	float: left;
	width: 300px;
	margin-bottom: 10px;
	display: block
}

/*
#content input {
	float: left;
	display: block
}
*/

#content input[type=text], #content input[type=password] {
	width: 170px;
}

#content input[type=submit]
{
	padding: 3px 20px 3px 20px;
	margin-left: 10px;
}

#content xfieldset {
	margin:1em 0;
	border: none;
	padding: 20px 0px 100px 0px;
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	border-bottom:2px solid #999;
	border-right:2px solid #999;
}

#content fieldset {
	padding: 10px 5px 30px 5px;
	border: none;
	border-bottom: 1px dotted #666;
	border-top: 1px dotted #666;
	margin: 0px 0px 20px 0px;
}

#content legend { 
	margin: 10px 0px 10px 10px;
	padding:0 1em;
	color:#333;
	background-color: #eee;
	font-size:1.1em;
}

#content form br {
	clear: left;
}

#content .inputtext {
	color:#000;
}
#content .inputtext:focus {
	color:#000;
	background: #feffd8;
}



#content input[disabled] {
	color:#999;
	background-color:#eee;
}


#content .warning {
	padding: 10px;
	background-color: #ffc;
	border: 1px dotted red;
	margin: 10px 0px 20px 0px;
	line-height: 1.5;
}




/* Foot */

#foot {
	padding: 10px 0;
	overflow: hidden;
	border-top: 3px solid #F7921E;
	background: #f4f4f4 url('footer.gif') repeat-x;
	color: #333;
	line-height: 18px;
}

#foot-inside {
        padding: 0;
        margin: 0 auto;
        height: 250px;
        width: 950px;
        position: relative;
}

#foot a:link, #foot a:visited {
	color: #333;
	font-size: 12px;
	background-color: inherit;
	text-decoration: none;
}

#foot a:hover {
	color: #999;
}

#foot ul {
	padding: 0px 40px 10px 0px;
        list-style: none;  
        float: left;
        margin: 0px;
}
 
#foot p {
        float: right;
}

#infobox {
	width:610px; 
	height:25px;
	background-color: #feffd8;
	text-align: left;
	font-weight: bold;
	border: 1px solid #ccc;
	padding: 5px;
	margin-bottom: 20px;
}

.field {
	min-width: 80px;
	display: block;
	float: left;
	padding: 0px 10px 0px 10px;
}

.bigfield {
	min-width: 260px;
	display: block;
	float: left;
	padding: 0px 10px 0px 0px;
	font-weight: bold;
}


.biggestfield {
	min-width: 340px;
	display: block;
	float: left;
	padding: 0px 10px 0px 0px;
	font-weight: bold;
}

.mini {
	font-size: 70%;
}



/* order page */

.clearer {
	clear:both;
	font-size:1px;
}




.main_item {
	border: 1px solid #ccc;
	height:120px;
	margin-bottom:20px;
	padding:20px;
	width:390px;
	margin-right: 10px;
	margin-left: 0px;
}
.main_item_text {
	height: 100px;
	color: #666;
	float: left;
	text-align: center;

}
.main_item_text h1, .main_item_text h2, .main_item_text p {
	line-height: 1.5;
	color: #444;
}
.main_item_text h2 {
	width: 190px;
}
.main_item_text h2 {
	background: #f6931e;
	color: #fff;
}

/* -------- nav menu -----------------*/

#nav-menu ul
{
list-style: none;
padding: 0;
margin: 0;
float: right;
}
#nav-menu li
{
float: left;
margin: 0em 0.5em 0.2em 0em;
} 
#nav-menu li a
{
background: url(topfade1.png) #fff bottom left repeat-x;
font-weight: normal;
font-size: 11px;
padding: 5px 15px 5px;
height: 1em;
line-height: 1em;
float: left;
width: auto;
display: block;
border: 0.1em solid #dcdce9;
color: #444;
text-decoration: none;
text-align: center;
}
/* Hide from IE5-Mac \*/
#nav-menu li a
{
float: none
}
/* End hide */ 
#nav-menu
{
width:950px;
}
