/* template.css | Updated: May 29, 2007 */
/* http://arwinclicks.com/template.css  */

body { background-color:#2A3457; margin:0px; padding:0px; }
body, td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
} /*default font-family and font color*/

/*some standards*/
form, ul, ol, h1, h2, h3, h4, h5 { padding-top:0px; padding-bottom:0px; margin-top:0px; margin-bottom:0px; }
p { margin:0px; }
a img { border: none; } /*default border attribute on images that have a link*/

/*basics*/
.fs10 { font-size:10px; }
.fs11 { font-size:11px; }
.fs12 { font-size:12px; }
.fs13 { font-size:13px; }
.fs14 { font-size:14px; }
.fs15 { font-size:15px; }
.fs16 { font-size:16px; }
.fs17 { font-size:17px; }
.fs18 { font-size:18px; }
.fs19 { font-size:19px; }
.fs20 { font-size:20px; }

.b { font-weight:bold; }
.i { font-style:italic; }
.u { text-decoration:underline; /*border-bottom:1px solid #3366FF;*/ }

#left { text-align:left; }
#right { text-align:right; }
#center { text-align:center; }
#justify { text-align:justify; }

/*default color on text-links and text-decoration*/
a:link, a:visited { color:#365F91; text-decoration:underline; }
a:hover { }


.left{ background-image:url(../images/L_shadow.jpg); background-repeat:repeat-y; width:32px;}
.rigth{ background-image:url(../images/R_shadow.jpg); background-repeat:repeat-y; width:32px;}
.header{
	background-image:url(../images/header_new.jpg);
	background-repeat:no-repeat;
	height:100px;
}
.header2{
	background-image:url(../images/design_two_new.jpg);
	height:100px;
	background-repeat:no-repeat;
}
.content{
	background-color:#D6DAC5;
	padding:30px 12px 21px 24px;
}
.foot{ background-color:#B3B9AF;}
.footer,.footer a:link, .footer a:visited{ text-decoration:none; color:#000000; padding-left:21px; font-size:11px;}
.footer a:hover{ text-decoration:none; color: #FFFFFF; padding-left:21px;  font-size:11px;}
.register, .register a:link{ padding-top:10px;color:#717171; font-size:11px; text-decoration:none;}

.service{ list-style-type:none;}

.fl{ float:left;}
.fr{ float:right;}
.side{
	position:relative;
	top:-10px;
	background-image:url(../images/side.jpg);
	background-repeat:no-repeat;
	width:230px;
	height:380px;
	padding:50px 10px 10px 24px;
	float:right;
}

.contact{ background-image:url(../images/globe.gif); background-repeat:no-repeat; height:450px;background-position:center;}
.wayt{ color:#FFFFFF;}
