@charset "UTF-8";

/* --- main layout --- */
	
	* { margin: 0; padding: 0; }
	
	body {
		font-family:Arial, Helvetica, sans-serif; 
		font-size:medium; 
		background:url(images/body_bg.png) top repeat-x; 
		padding:0; 
		margin:0;
	}
	
	a img,:link img,:visited img,fieldset {border:none;}
	img {vertical-align:middle;}
	
	.clear {clear:both}
	.nowrp {white-space:nowrap;}
	.wrapper {width:100%; overflow:hidden;}

	a { text-decoration:none; }
	.back{ float:right; vertical-align:middle; }
	
/* --- END main layout --- */

/* --- header --- */

	#header { font-size:1.25em; background:#ffffff; width:100%; vertical-align:middle; }

/*	
	#logo {padding:4px 0 151px 0; background:url(images/header-bg.jpg) no-repeat top center; text-align:center;}
	
	.menu {background:url(images/menu-bg.jpg) no-repeat top center; padding:8px 0 9px 0;}
	.menu li {display:inline; text-transform:uppercase; padding-left:12px;}
	.menu li a {color:#9ddeff; text-decoration:none;}
	.menu .active a {color:#fff;}
*/



/* --- END header --- */

/* --- content --- */

	#content {font-size:0.75em; /*line-height:1.5em;*/ border-top:5px solid #f0f0f0; text-align:center;}
	#content.min-width {padding:10px; min-width:200px;}
#content.min-width img { vertical-align:middle; }
	
	li {list-style:none; clear:both;}
	a, strong {color:#6699cc;}
		
div.highlight-text { text-align:left; padding-top:5px; }		
div.menu_center { margin-left:auto; margin-right:auto; font-size:1.25em; border-width:2px; border-style:outset; border-color:#E6E6FA; padding:5px; letter-spacing:1.5em; }
div.menu_center img { padding-right:10px; }
div.tools-top-bg { background:#ffffff; width:100%; padding:5px; }
div.qa_left { text-align:left; font-size:1em; border-width:2px; border-style:outset; border-color:#E6E6FA; padding:5px; }
div.qa_cap { padding-top:5px; }
div.qa_ans { padding-top:5px; }
		
		
/* --- END content --- */

/* --- footer --- */
	
	#footer {/*height:67px;*/ color:#fff; font-size:0.6875em; line-height:1.545em; text-align:center; background:url(images/footer-tail.gif) top repeat-x;}
	#footer p { padding:0; background:url(images/footer-bg.jpg) no-repeat top center; /*height:51px;*/}
	#footer p a {color:#9ddeff;}

/* --- END footer --- */

/* --- Other --- */
	
/*	.f-left {float:left;}
	.f-right {float:right;}
*/	.taright {text-align:right;}
/*	.imgindent {float:left;}
	.imgindent2 {float:left; margin-right:15px;}
*/	.margin1 {margin-top:16px;}
	p {padding-top:18px;}
	
	h2 {margin-bottom:11px;}
	h3 {margin:0 0 9px -4px;}
	
	
	#ContactForm input , #ContactForm textarea {border:1px solid #e2e2e2; /*width:275px;*/ padding:1px 0 2px 4px; background:#fff; font-size:1em; line-height:1em; margin-bottom:8px; color:#8c8c8c; font-family:Arial, Helvetica, sans-serif;}
	#ContactForm textarea {/*height:130px;*/}
	#ContactForm .taright {/*width:280px;*/}
	#ContactForm button {background:none; border:none; color:#5db2e9; text-decoration:underline; font-size:1em;}
	
/* --- END Other --- */