/* CSS Document - fonts styles and sizes */

.imgborder { border: 5px solid #000000; }

body {
background: white url("./images/diamondbg.jpg");
background-repeat: repeat;
margin-top: 0;
margin-right: 0;
margin-bottom: 0;
margin-left: 0;
}

a.top:link {
font-family: arial, helvetica, sans-serif;
color: #0A1E60;
text-decoration: underline;
font-size: 12px;
}
a.top:visited {
font-family: arial, helvetica, sans-serif;
color: #0A1E60;
text-decoration: underline;
font-size: 12px;
}
a.top:active {
font-family: arial, helvetica, sans-serif;
color: #0A1E60;
text-decoration: underline;
font-size: 12px;
}
a.top:hover {
font-family: arial, helvetica, sans-serif;
color: #ffffff;
text-decoration: underline;
background: #0A1E60;
font-size: 12px;
}



a:link {
font-family: arial, helvetica, sans-serif;
color: #D92018;
text-decoration: none;
font-size: 16px;
}
a:visited {
font-family: arial, helvetica, sans-serif;
color: #D92018;
text-decoration: none;
font-size: 16px;
}
a:active {
font-family: arial, helvetica, sans-serif;
color: #ffffff;
text-decoration: none;
font-size: 16px;
}
a:hover {
font-family: arial, helvetica, sans-serif;
color: #000000;
text-decoration: none;
font-size: 16px;
}
.boxtitle {
font-family: arial, helvetica, sans-serif;
font-size: 24px;
color: #DA0202;
}
.text {
font-family: arial, helvetica, sans-serif;
font-size: 14px;
color: #000000;
}
.toptitle {
font-family: arial, helvetica, sans-serif;
font-size: 12px;
color: #ffffff;
}
.title {
font-family: arial, helvetica, sans-serif;
font-size: 20px;
color: #000000;
}
p {
text-indent: 0px;
margin-left: 10px;
margin-top: 4px;
margin-right: 4px;
margin-bottom: 4px;
}

.tagline {
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #FFFFFF;
}
.address {
	margin: 10px;
	color: #000000;
	font-size: x-small;
}



.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('./images/bg_button_a.gif') no-repeat scroll top right;
    color: #D92018;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('./images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
    font: normal 12px arial, sans-serif;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
    font: normal 12px arial, sans-serif;
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
    font: normal 12px arial, sans-serif;
}

a.button:hover {
	 background: transparent url('./images/bg_button_a.gif') no-repeat scroll top right;
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
    font: normal 12px arial, sans-serif;
}



a.button:hover span {
    
     background: transparent url('./images/bg_button_span.gif') no-repeat;
     background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
    font: normal 12px arial, sans-serif;
}

.price {
font-family: arial, helvetica, sans-serif;
color: #000000;
text-decoration: none;
background: #DA1515;
font-size: 16px;
font-weight: bold;
}

.price2 {
font-family: arial, helvetica, sans-serif;
color: #000000;
text-decoration: none;
background: #DA1515;
font-size: 22px;
font-weight: bold;
}