@import url("login.css");
@import url("search.css");
@import url("menu.css");
@import url("forms.css");

body
{
    background-color:#000000;
	margin-top:0px;
	font-family:verdana, helvetica;
	font-size:11px;
}

img
{
    border:0px;
}

a
{
    color:#000;
}

p
{
    margin-top:11px;
}

a:hover
{
    text-decoration:none;
}

div.image
{
    float:left;
    margin-right:20px;
    width:149px;
    margin-bottom:20px;
}

div.thumb_container
{
    background-image:url(../template-images/menu_bg.gif);
    height: 149px;
    overflow: hidden; 
    position: relative;
    _position: static;
}
div.align_container
{
    height:149px;
    width:149px;
    display:table-cell;
    vertical-align:middle;
    text-align:center;
    *height:auto !important;
    *position: absolute; 
    _position: static;
    *top: 50%;
}

div.align_container img
{
    *position: relative;
    _position:static;
    *top: -50%;
    _margin-top:10px;
    *display:block; 
    cursor:pointer;    
}

div.caption
{
    height:53px;
    overflow:hidden;
}

div.imagedata
{
    margin:0px 2px 2px 0px;
}

div.imagedata p
{
    margin:0px;
    font-size:10px;
}

p.icon
{
    padding-bottom:8px;
}

div.imagedata img
{
    margin-right:5px;
}

.rc
{
    position:absolute;
    margin-left:891px;
}

.rc2
{
    position:absolute;
    margin-left:710px;
}

.marginTop
{
    margin-top:8px;
}
input
{
    border:1px solid #000;
    background-color:#fff;
}

h1
{
    margin-top:0px !important;
    font-weight:normal !important;
    font-size:30px;
}

h3
{
    margin:4px 0px 0px 0px;
    font-size:11px;
}

#logo
{
    position:absolute;
    margin-top:35px;
    margin-left:12px;
}

#header
{
    background-color:#fff;
    height:100px;
    background-image:url(../template-images/lc.gif);
    background-position: bottom left;
    background-repeat:no-repeat;
}

#content
{
    margin-top:10px;
    background-color:#fff;
    min-height:530px;
    background-image:url(../template-images/lc.gif);
    background-position:bottom left;
    background-repeat:no-repeat;
}

#leftColumn
{
    float:left;
    width:171px;
    height:505px;
    padding-left:10px;
    padding-top:25px;
}

#rightColumn
{   
    position:relative;
    margin-left:181px;
    border-left:10px solid #888;
    padding:16px 15px 0px 16px;
}

#container
{
    width:900px;
    margin-left:auto;
    margin-right:auto;
}

#address
{
    position:absolute;
    bottom:15px;
    left:-171px;
    line-height:16px;
}

#lightbox
{   
    margin-left:auto;
    margin-right:auto;
    position:absolute;
    top:0px;
    left:171px;
    *left:35%;
    right:0;
    width:300px;
    padding:20px 20px 0px 20px;
    background-color:#fff;
    border:2px solid #666;
    display:none;
    text-align:right;
    z-index:2;
}

#lightbox img
{
    border:1px solid #000;
}

#tempImage
{
    display:block;
    margin-left:auto;
    margin-right:auto;
}
.clear
{
    clear:both;
}

.greyLayer 
{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:10;
	background-color:#000;
    filter:alpha(opacity=40);
	-moz-opacity:.4;
	opacity:.4;
    z-index:1;
}

#topbar
{
    background-image:url(../template-images/menu_bg.gif);
    width:642px;
    height:80px;
    border:1px solid #d3d3d3;
    margin-bottom:14px;
    padding-left:12px;
}
