/* Start of CMSMS style sheet 'theme' */
@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead, th {
	margin: 0;
	padding: 0;
	padding:0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	
}
body{
	font-family: 'Arimo', arial, serif;
	font-size:12px;
	color: #336699;
	line-height: 150%;
	background: url( uploads/images/bg.jpg) center top no-repeat fixed;
	text-transform: lowercase;
}

a, img{ border: 0;}
a{ cursor: pointer; text-decoration: none; text-decoration: underline; color: #666; border-bottom: 1px dotted}

p{ 
	margin: 15px 0;
	line-height:150%;
}

h1{ font-size: 24px; margin: 15px 0; line-height: 150%; color: #666}
h2{ font-size: 18px; margin: 10px 0}
h3{ font-size: 14px; }
h4{}
h5{}
h6{}

/*General*/
#header, #content, #body, #footer, #cover, #content{ height: 100%; overflow: hidden}
#nav{ margin-right: 5px;}
#cover{ width: 1020px; background: url(uploads/images/bg-shad-body.png) center top repeat-y; margin: auto}
#container{
	width: 1000px; margin:auto; 
	margin: auto;
	background: url(uploads/images/bg-body1.jpg) top left repeat;
}
#header{ padding-top: 25px;}
#content{ margin: 0px 10px;}
#body{ margin: 25px 0}

#footer{ 
	padding: 15px 20px;
	line-height: 16px;
}
#footer h3, #footer, #footer a{ font-size: 11px; color: #336699;}
#footer li{ border-right: 1px solid  #336699;}
#footer table{ width: 100%;}
#footer a{ text-decoration: none;}
#footer a:hover{ text-decoration: underline;}


/*Common*/
.clearb{ clear: both; display: block}

.question{font-size: 16px; font-weight: bold; color:#F60; margin-right: 10px;}
.answer{font-size: 16px; font-weight: bold; color:#39F;  margin-right: 10px;}
 
.list{ list-style-type: disc; padding-left: 20px;}
.list li{ margin: 5px 0px 5px 0px; }
.bottom-shad{background: url(uploads/images/bg-shad.png) top center no-repeat; width:1020px; height:30px; margin: auto}

/* End of 'theme' */

