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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


body {
background-image:url(images/bollinger_bg.jpg); background-repeat:repeat-x;
background-color: #FFF;
font-size: 11px;
font-family: helvetica, sans-serif;
color:#2D2D2D;
padding:0px;
margin:0px;
}

a {color: #DB7093;}
a:visited {color:#DB7093;}
a:hover {color: #564b47;}
a:active { color:#000000;}

h1 {
font-size: 11px;
text-transform:uppercase;
padding:5px 15px;
margin:0px }

img.download {vertical-align:middle;}

/* ----------container to center the layout-------------- */

#container {
width: 770px;
margin-bottom: 0px;
margin-left: auto;
margin-right: auto;
}

/* ----------banner for logo-------------- */

#banner {
width: 770px;
height:136px;
font-size:13px;
padding: 0px;
margin: 0px;
}

#nav {
padding: 0px;
margin: 0px;
width: 770px;
height: 39px;
}

.rollOverImageLink img
			{
				border:0px;
			}

			.rollOverImageLink .overImage, .rollOverImageLink .disabledImage
			{
				display:none;
			}	

			.rollOverImageLink .overImage
			{
				position:absolute;
			}

/* -----------------GALLERY--------------------- */
/* 
    root element for the scrollable. 
    when scrolling occurs this element stays still. 
*/ 
div.scrollable { 
 
    /* required settings */ 
    position:relative; 
    overflow:hidden; 
    width: 660px; 
    height:90px; 
} 
 
/* 
    root element for scrollable items. Must be absolutely positioned 
    and it should have a extremely large width to accomodate scrollable items. 
    it's enough that you set width and height for the root element and 
    not for this element. 
*/ 
div.scrollable div.items { 
    /* this cannot be too large */ 
    width:20000em; 
    position:absolute; 
} 
 
/* 
    a single item. must be floated in horizontal scrolling. 
    typically, this element is the one that *you* will style 
    the most. 
*/ 
div.scrollable div.items div { 
    float:left; 
} 
 
/* you may want to setup some decorations to active the item */ 
div.items div.active { 
    border:1px inset #ccc; 
    background-color:#fff; 
}

/* -----------------content--------------------- */

#content_home {
padding: 0px;
margin: 0px;
width:770px;
height:262px;
}

#flash {
width:443px;
height:262px;
float:left;
}

#quote {
width:327px;
height:262px;
float:right;
}

#home1 {
float:left;
padding: 0px;
margin: 0px;
width:231px;
height: 300px;
line-height:17px;
text-align:justify;
display: inline;
}

#home2 {
float:left;
padding: 0px;
margin-left:38px;
width:231px;
height: 300px;
line-height:17px;
text-align:justify;
display:inline;
}

#home3 {
float:right;
padding: 0px;
margin: 0px;
width:231px;
height: 300px;
line-height:17px;
text-align:justify;
display:inline;
}

#about_main {
width: 770px;
height:auto;
font-size:11px;
padding: 0px;
margin: 0px;
line-height:17px;
text-align:justify;
}

#contact_form {
width: 525px;
height:auto;
font-size:11px;
padding: 0px;
margin: 0px;
float: right;
}

p, pre{
padding: 0px 0px;
margin:0px;
}

/* -----------footer--------------------------- */

#footer {
background-image:url(images/footer_bg.gif); background-repeat:repeat-x;
height:39px;
clear: both;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
text-align:center;
}

#footer p{
padding: 15px 0px 0px 0px;
text-align:center;
font-size:10px;
font-weight:normal;
color:#2D2D2D;
}

#footer a {color: #7a1213;}
#footer a:visited {color:#7a1213;}
#footer a:hover {color: #cdcdcd;}

