/* css browser reset */
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, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-weight: inherit;font-style: inherit;font-size: 100%; font-family:"Trebuchet MS", Verdana,Arial, Helvetica, sans-serif; vertical-align: baseline;}
/* remember to define focus styles! */
:focus {outline: 0;}
body {line-height: 1;color:#000000;background:#ffffff;}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {text-align: left;font-weight: normal;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}


/** general layout **/
body {background:#f1f1f1;  font-size:13px;}
#wrapper {background:url(../images/fill.png) repeat-y #ffffff; width:796px; margin:0px auto 0px auto;}
#logo {padding:10px;}
#navigation {background:url(../images/nav-background.png); width:796px; height:25px;}
#branding {background:url(../images/banner.png); width:796px; height:202px; margin-bottom:12px; margin-top:12px;}
#container {background-color:#ffffff;}
#footer {background:url(../images/footer.png); width:796px; margin-top:30px;clear:both; padding-bottom:20px}
#nav-foot{margin:5px 0 30px 0;}


/** content column layout **/
/*left-clm*/
#left-clm{width:185px; float:left; margin-left:13px; padding-bottom:13px; }


/*right-clm*/
#right-clm{width:560px; float:left; margin-left:4px; padding:0 10px 0 10px; }
.right-clm{width:560px; float:left; padding-bottom:10px; padding-top:10px;}

.right-bar{background:#dfa433;width:534px;margin:20px 0 10px -19px; padding:0px 10px 0px 20px;}

.rating{margin-left:190px; display:inline;}

/** h tags **/
h1{font-size:22px; color:#108b00; padding:5px 0 5px 0; line-height:36px; font-weight:bold; text-align:center;}
h2{font-size:14px; color:#108b00; font-weight:bold; padding:10px 0 0px 0; border-bottom:1px solid #cccccc;}
h3{font-size:14px; font-weight:bold;}
#left-clm h1{font-size:16px; padding-left:7px;}
 
/** p tags **/
p {padding:5px 0 5px 0; line-height:25px;}
#left-clm p{font-size:11px; line-height:14px;}
#left-clm .review-list p{font-size:11px; line-height:14px;}
#footer p{font-size:10px; color:#555555; margin:0 50px; line-height:14px;}

#nav-foot p{font-size:10px; width:700px; line-height:12px; padding:5px 0 0 0; color:#5a5a5a;}

/** img tags **/
img { border:none;}
.box img{float:right;}
#right-clm img{float:left;margin:10px 10px 0px 0px;}


/** list tags **/
ul li {display:inline; }
ul li a {text-decoration:none; border:none;}
ul li a.last {border-right:none;}
ul li a:hover {color:#000000;}


#right-clm ul {margin:10px 0px 5px 120px; padding-left:5px; clear:left; }
#right-clm ul li { background:url(../images/check.png) no-repeat;display:block; padding-left: 15px; line-height:18px; font-size:14px; font-weight:bold;}
#intro ul{margin-left:30px;}
#intro ul li { background:none; display:block; padding-left:15px; line-height:25px; font-size:15px; font-weight:bold; list-style-type:none;}
#footer ul {padding:5px 0 0 355px;}

#nav-foot a{color:#5a5a5a; font-size:10px; border-left:1px solid #5a5a5a; text-decoration:none; padding:0 5px 0 10px;}
#nav-foot a:hover{color:#0080ff;}

/** a tags **/
a:visited {color:#000000}
#left-clm .left-middle ul li a {margin:2px 0 2px 0; font-size:11px; color:#000000; line-height:18px; vertical-align:middle;}
#left-clm .review-list ul li a {margin:2px 0 2px 0; font-size:11px; color:#000000; line-height:18px; vertical-align:middle;}

#left-clm a:hover {text-decoration:underline; color:#0000ff;}

#right-clm a {text-decoration:none; font-weight:bold; color:#108b00;}
#right-clm a:hover {text-decoration:underline; color:#0000FF;}



/** general classes **/
.bold{font-weight:bold;}

