body {
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background: url(../../shop/graphics/00000010/bkg.gif) top left repeat-x #fff;
	}
	
/* --[ links ]---------------------------- */	
	
a:link {
	text-decoration: none;
	font-weight: bold;
	color: #0c397e;
	border-bottom: 1px dotted #0c397e;
	}
a:visited {
    text-decoration: none;
    font-weight: bold;
	color: #3080CB;
	border-bottom: 1px dotted #3080CB;
	}
a:active {
	color: #0c397e;
	}
a:hover {
    text-decoration: none;
    font-weight: bold;
	color: #eb8433;
	border-bottom: 1px solid #eb8433;
	}
a.nav {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #0c397e;
	border: none;
	}
a.nav:visited {
    font-size: 14px;
	color: #3080CB;
	border: none;
	}
a.nav:active {
    font-size: 14px;
	color: #0c397e;
	border: none;
	}
a.nav:hover {
    font-size: 14px;
	color: #fff;
	background-color: #0c397e;
	text-decoration: none;
	border: none;
	}
td.navbar {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    }
    
/* --[ common elements ]---------------------------- */    
    
img {
    border: 0;
    }
strong, b {
	font-weight: bold;
	}
p {
	font-size: 12px;
	line-height: 22px;
	margin-top: 5px;
	margin-bottom: 10px; 
	}
ul {
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-image: url(http://www.austinrose.com/images/icon_orange.gif);
	line-height: 20px;
	}	

/* weird ie5win bug: all line-height to font-size ratios must agree or box gets pushed around. UPDATE: this has turned out to be very rare. my current recommendation is IGNORE this warning. at the moment i'm leaving it in only in case the issue turns up again. possibly the original bug in march 2001 was caused by an unusual combination of factors, although this solved it at the time.*/

h1 {
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	color: #eb8433;
	}
h2 {
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	color: #eb8433;
	}
h3 {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	color: #1D9447;
	}
h4 {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	color: #eb8433;
	}
h5 {
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h6 {
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
	
pre {
	font-size: 12px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px; 
	}
	
/* --[ page structure ]---------------------------- */

#wrapper {
    position: absolute;
    margin: 0;
    padding: 0;
    border: 0;
    margin-left: -390px;
    left: 50%;
    width: 780px;
    }
#header {
	margin: 0;
	padding: 0;
	border: 0;
	width: 780px;
	height: 255px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 255px;
	}
html>body #top {
	height: 255px; /* ie5win fudge ends */
	}
#navbar {
    margin: 0;
    padding: 0;
    border: 0;
    border-bottom: 3px solid #0c397e;
    width: 780px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    }
#contentmain {
    margin: 10px 0 10px 0;
    padding: 0;
    border: 0;
    width: 780px;
    background: #fff;
    }
#contentleft {
	float: left;
	padding: 0px;
	margin: 10px 10px 10px 0px;
	background: #fff;
	border: 0;
	width: 410px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 410px;
	}
html>body #contentleft {
	width: 410px; /* ie5win fudge ends */
	}
#contentright {
	float: right;
	padding: 0px;
	margin: 10px 0px 10px 0px;
	background: #fff;
	border: 0;
	width: 360px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 360px;
	}
html>body #contentright {
	width: 360px; /* ie5win fudge ends */
	}
#footer {
    clear:both;
    margin: 0;
    padding: 0;
    border: 0;
    border-top: 3px solid #0c397e;
    width: 780px;
    height: 30px;
    text-align: center;
    font-size: 11px;
    line-height: 30px;
    }		
	
/* --[ content styles ]---------------------------- */	
	
.greenscript {
    font-family: lucida handwriting, brush script, script;
    font-size: 24px;
    font-weight: bold;
    line-height: 40px;
    margin-top: 0;
	margin-bottom: 0;
    color: #1D9447;
    text-align: center;
    }
.orangetext {
	font-size: 12px;
	line-height: 22px;
	margin-top: 0;
	margin-bottom: 0;
	color: #eb8433;
	text-align: center;
	}
.greentext {
	font-size: 12px;
	line-height: 22px;
	margin-top: 0;
	margin-bottom: 0;
	color: #1D9447;
	text-align: center;
	}
.red {
    color: #900;
    }	
.price {
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;
	margin-top: 0;
	margin-bottom: 0;
	color: #900;
	}
.orangebox {
	font-size: 12px;
	line-height: 16px;
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #333;
	background-color: #f9e3cc;
	}
.testimonial {
    background: #fff url(../images/testimonial_bg.jpg) repeat-x left top;
    padding: 25px 25px 6px 35px;
    margin: 0;
    }
.testimonial p {
    font-family: Lucida Grande, Verdana, Sans-serif;
    font-size: 11px;
    line-height: 16px;
    color: #333; 
    }
.testimonial .indent {
    text-indent: 22px;
    }
.page_bottom {
    margin: 0 0 0 0;
    padding: 0;
    }    
.nowrap {
	white-space: nowrap;
	font-size: 10px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
/* must be combined with nobr in html for ie5win */
	}
.tiny {
	font-size: 9px;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 5px; 
	}
	
/* --[ misc ]---------------------------- */

a img {
    margin:-4px;
    border:0px;
    padding:0px
    }
    
