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

body { background-color:#000000; margin:0px; padding:0px; }
body, td { font-family:Verdana; font-size:12px; color:#FFFFFF; } /*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; }
.fl{ float:left;}
.fr{ float:right;}

/*default color on text-links and text-decoration*/
a:link, a:visited { color:#FFFFFF; text-decoration:underline; }
a:hover { }
.header{ background-image:url(../images/header.jpg); height:150px; width:951px;}
.content{ background-image:url(../images/bg.jpg); background-position:center top;  background-repeat:no-repeat; padding:4px 20px;}
.content2{ height:auto;}
.content3{ padding:20px 15px;}
.content4{ padding:4px 12px;}
.side{ width:227px; height:361px; padding-left:13px; padding-top:4px;}
.side2{ width:245px; position:relative; float:right;}

.rside1{ background-image:url(../images/Rside1.jpg); background-repeat:no-repeat;}
.rside2{ background-image:url(../images/Rside2.jpg); background-repeat:repeat-y; padding:15px 10px; color:#69664A;}
.rise3{ background-image:url(../images/product_box.png); height:199px; background-repeat:no-repeat; background-position:right; pad}
.footer, .footer a:link, .footer a:visited{ color:#FFFFFF; font-size:12px; width:902px; height:26px; background-color:#61652C; text-decoration:none;}


.title{ font-size:16px; font-weight:bold; padding-top:30px;}
.green{ color:#8DBE17; font-weight:bold;}