/* ----------------------------------- reset.css-------------------------  */
 html, body, div, span, applet,  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{
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}
body {
line-height: 1.1;
color: black;
background: white;
}
ul {
list-style: none;
}
/* 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: "" "";
}
/* ----------------------------------- reset.css-------------------------  */

/* HTML tag styles                             */
/***********************************************/
p,ul,ol,td{
font-family: Verdana,Arial,sans-serif;
	line-height: 1.5;	
	font-size:16px;

      color:#888888;
margin:0 0 1em;}


/******* hyperlink and anchor tag styles *******/
ol{
margin:0 2em 0 2em;
}
h1{
font-size:34px;
color:#322f31;
font-weight:normal;
margin-bottom: .6em;
letter-spacing: -1px; 
line-height: 1.2;
}
h2{
font-size:25px;
font-weight:normal; 
margin:.8em 0 0;
line-height: 1.2;
}
h3{
font-size:16px;
color:#000;
font-weight:normal;
margin:1em 0 0; 
line-height: 1.2;
}
a img{
border:none;
}
a img:hover{
border:none;
}
.alignment_center{
	display: block;
	margin-right: auto;
	margin-left: auto;
			}
.alignment_left{
float: left;
}

a:hover{
color:#000;
text-decoration:none;
}
a{
color:#00adef;
text-decoration:none;
}
strong{
color:#322f31;
}
em{
font-style:italice;
}
/***********************************************/
/* Layout Divs                                 */




.price {
font-size:28px;
font-weight: bold;
color:#000;
}
.moreprice {
font-size:11px;
font-weight: normal;
color:#000;
}
.three_column_1, .three_column_2, .three_column_3{
float:left;
width:230px;
padding-right:20px;
}
.three_column_3{
padding-right:0;
}


dt{
font-weight:bold;
font-size:12px;
color:#000;
margin:0 0 1em;
}

dd{
font-size:12px;
line-height:1.5;
}
.pic_right{
padding-left:20px;
}
#portfolio_table a{
padding:0px 20px;
}
#portfolio_table img{
border:1px solid #c2c2c2;
}
#portfolio_table a:hover img{
border-color:#322f31;
}
.icon{
padding-right:20px;
padding-top:15px;
vertical-align:top;
}
.icon img{
padding-top:15px;
}
.highlight{
font-size:16px;
color:#322f31;
font-weight:bold;
}
td.cell{
text-align:center;
border:1px solid #eee;
}
#topleft{
float:left;
width:300px;
}
#topright{
float:right;
width:300px;
text-align:right;
}
#topright img{
padding-right:5px;
}
#topbar{
float:left;
width:703px;
padding:15px;
border:1px solid #eee;
}
#left{
float:left;
width:350px;
}
#right{
float:right;
width:350px;
text-align:right;
}
.lightbox{
float:left;
background:url("/images/lightbox.gif") no-repeat;
width:165px;
height:23px;
color:#000;
padding-top:3px;
text-align:center;
margin-right:15px;
}
.lightbox:hover{
color:#00adef;
}
.slct_layout{
float:right;
background:url("/images/slct_layout.gif") no-repeat;
width:165px;
height:23px;
color:#00adef;
padding-top:3px;
font-weight:bold;
text-align:center;
}
.slct_layout:hover{
color:#fff;
}
.lightbox:hover{
color:#00adef;
}
.slct_table{
border-spacing:10px;
}
.slct_table td,.slct_table td p{
font-size:12px;
}
.border_bottom{
border-bottom:1px solid #cccaca;
font-weight:bold;
color:#000;
}