/* Stylesheets for Barbizon Dallas MAIN PAGE
   Explosive Image.
   Coder: Arleys
   Date: 5/22/07
*/

/********************
     USED COLORS
*********************/

/* Body Background: -- #093d4d - dark green */
/* #right Background: -- #104a5c - a little lighter green then the body*/
/* a:hover color: -- #f7941d - hover color for #nav links*/


/****************
     GLOBAL
*****************/

*
{
 margin: 0;
 padding: 0;
}

html, body
{
 background: #104a5c url(../images/bg.jpg) repeat-x top left;
 /*height: 100%;*/
 text-align: center;
 color: #fff;
 font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
}

ul
{
 list-style-type: none;
}

a
{
 text-decoration: none;
 outline: none; 
}

a:link, a:visited
{
 color: #ccc;
}

 a:hover, a:active
{
 color: #fff;
}


h5
{
 font-size:13px;
}

/****************
     LAYOUT
*****************/

#container
{
 width: 933px;
 height: 570px;
 margin: 0 auto;
 /*border: 1px solid #000;*/
 /*----Vertical Align------*/
 position: absolute;
 top: 50%;
 left: 50%;
 margin-top: -285px;
 margin-left: -467px;
}

#holder
{
 width: 933px;
 height: 550px;
 border: 1px solid #000;
}

#left
{
 width: 213px;
 height: 550px;
 background: #000;
 float: left;
}

#left-logo
{
 width: 213px;
 height: 150px;
 /*background: url(../images/logo.jpg) no-repeat center center;*/
}

#left-login
{
 width: 213px;
 height: 85px;
 /*background:  url(../images/temp-form.jpg) no-repeat center center;*/
}

#left-login label
{
 font-weight: bold;
 width: 200px;
 display: block;
 margin: 3px auto;
 text-align: center;
}

#left-login input
{
 border: 1px solid #000;
}

#left-login #submitbutton
{
 font-size: 10px;
 background: url(../images/but.jpg) center center no-repeat;
}

#left-nav
{
 width: 213px;
 height: 255px;
}

#left p
{
 text-align: right;
 width: 150px;
 margin: 0 25px 0 auto;
 font-size: 14px;
 font-weight:bold;
}

#logged
{
 text-align: left;
 margin-left: 20px;
 /*border: 1px solid green;*/
}

#right
{
 width: 720px;
 height: 550px;
 background: #104a5c url(../images/right-bg.jpg) left top no-repeat;
 float: left;
}

#right-top-text
{
 text-align: left;
 width: 720px;
 height: auto;
 margin-top: 33px;
}

#right-top-text h5
{
 display: inline;
 margin-left: 8px;
}

#right-flash
{
 width: 418px;
 height: 459px;
 margin: 20px auto;
 /*border: 1px solid white;*/
}

#footer
{
 width: 913px;
 height: 15px;
 color: #fff;
 text-align: left;
 padding-left: 20px;
 padding-top: 5px;
 position: relative;
 /*border: 1px solid blue;*/
}

#footer span.alignright
{
 position: absolute;
 right: 10px;
}

.uppercase
{
 text-transform: uppercase;
 color: #fee8a6;
}