body
{
	margin: 0;
	padding: 0;
	font: small Arial, Verdana, Helvetica, sans-serif;
	text-align: center;
	color: #c99;
	/*background: #2c1f16;*/
	background: #564c45 url("../Image/Body.gif") 0 0 repeat-x;
}

body *
{
    margin: 0;
    padding: 0;
}

a img   { border: 0; }
a       { color: #b5799f; }
a:hover { color: #f570c5; }
h3      { font-size: 100%; }

/* Content
----------------------------------------------- */

#container
{
    margin: 0 auto;
	width: 765px;
	font-size: 85%;
}

#popup
{
    padding: 20px;
    background: #2c1f16;
}

#content, #nav
{
    /*margin: 0 20px;*/
}

/* Header
----------------------------------------------- */

#header
{
    zoom: 1;
}

#header img
{
    padding: 54px 0 14px 10px;
}

#header h1
{
    float: left;   
}

#header span
{
    float: right;
    padding: 24px 4px 0 0;
}

/* Nav
----------------------------------------------- */

#nav
{
    clear: both;
    padding-left: 196px;
    border: 1px solid #c99;
    border-width: 1px 0;
    zoom: 1;
}

#nav ul
{
    list-style: none;
}

#nav ul:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#nav li,
#nav li a
{
    float: left;
    position: relative;
    zoom: 1;
}

#nav li a
{
    display: block;
    padding: 7px 8px;
    text-decoration: none;
}

#nav li a.active
{
    color: #f570c5;
}

/* Content
----------------------------------------------- */

#content
{
    clear: both;
    padding: 15px 0;
    text-align: left;
    background: url("../Image/Content.png");
    zoom: 1;
}

#content:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#details
{
    float: left;
    width: 397px;
    /*
    height: 390px;
    overflow: auto;
    overflow-x: hidden;
    */
    line-height: 13pt;
}

#details h2
{
    display: block;
    padding: 27px 0 0;
    height: 0;
    width: 180px;
    overflow: hidden;
    font-size: 1px;
    background-position: 15px 10px;
    background-repeat: no-repeat;

    margin-bottom: 15px;
    color: #f6c;
    /*border-bottom: 1px solid #c99;*/
}

#home #details h2 { background-image: url("../Image/Header/Latest_Headlines.gif"); }
#about #details h2 { background-image: url("../Image/Header/About_Us.gif"); }
#services #details h2 { background-image: url("../Image/Header/Services.gif"); }
#news #details h2,
#article #details h2 { background-image: url("../Image/Header/News.gif"); }
#work #details h2 { background-image: url("../Image/Header/Work.gif"); }
#recruitment #details h2 { background-image: url("../Image/Header/Recruitment.gif"); }
#contact #details h2 { background-image: url("../Image/Header/Contact.gif"); }

#details h3
{
    padding-left: 15px;
}

#details h3, #details a
{
    color: #f6c;
}

#details a:hover
{
    color: #fff;
}

#details p
{
    padding: 0 15px 15px;
}

#details ul.list
{
    padding: 0 15px 15px;
    list-style: none;
}

#details ul.list a
{
    display: block;
    padding: 3px 10px;
    font-weight: bold;
    text-decoration: none;
    zoom: 1;
}

#details ul.list a:hover
{
    color: #fff;
    background: #b5799f;
}

#details ul.list a.active,
#details ul.list a.active:hover
{
    color: #fff;
    background: #564c45;
}

#details ul.list a span
{
    display: none;
    padding-bottom: 5px;
}

#details ul.list a.active span
{
    display: block;
    font-weight: normal;
}

fieldset
{
    display: block;
    margin: 40px 0 40px 205px;
    padding: 0 10px;
    width: 246px;
}

legend
{
    margin-bottom: 5px;
}

form td
{
    padding-bottom: 10px;
}

input.text
{
    width: 242px;
}

div.error
{
    margin-bottom: 5px;
    padding: 3px 10px;
    color: #fff;
    background: #e00;
}

#optional
{
    float: right;
    width: 368px;
    /*color: #fff;*/
}

#optional a
{
    color: #fff;
}

#client #details,
#article #details
{
    width: 765px;
}

/* Footer
----------------------------------------------- */
 
#footer
{
    clear: left;
    padding: 13px 20px;
    color: #fff;
    border-top: 1px solid #c99;
}

#footer a
{
	margin-left: 5px;
	color: #fff;
}

/* News
----------------------------------------------- */

.news dt
{
    clear: both;
}

.news h3 a
{
    display: inline-block;
    padding: 2px 0;
    text-decoration: none;
}

.news dd
{
    padding-bottom: 15px;
    zoom: 1;
}

.news dd:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.news img
{
    float: right;
    margin: 5px 15px 0;
}

.news img.enlarge
{
    border: 1px solid transparent;
    cursor: pointer;
}

.news img.enlarge:hover
{
    border-color: #f6c;
}

#news #details
{
    width: 100%;
}

/* Home
----------------------------------------------- */

#home #details
{
    padding-top: 16px;
    width: 100%;
}

#home #details h2
{
    padding-top: 37px;
    width: 100%;
    border-bottom: 1px solid #c99;
}

#home .news img
{
    padding-top: 0;
}

/* -------------------------------------------- */