/*TEMPLATE STYLES*/

/*generic*/
.content { font:13px Verdana, Arial, Helvetica, sans-serif; clear: left; }
.content a {color: #4e69b2; text-decoration: none; }
.content a:hover {text-decoration: underline;}
.content p {
	padding-bottom: 12px;
	text-align: left;
}
.content ul { padding: 0px 0px 12px 15px; list-style-position:outside; list-style-type:disc; }
.content ol { padding: 0px 0px 12px 40px; margin: 0px; }
.content li { padding-bottom: 3px; }
.content h2 { font-weight: bold; font-size: 16px; padding-bottom: 12px; color: #4E69B2 }
.content h3 { font-weight: bold; font-size: 14px; padding-bottom: 12px; }
.content h4 { font-weight: bold; padding-bottom: 12px; }

/*link decorators*/
.content .pdf { padding-left: 20px; background: url(/images/pdf.gif) no-repeat left center; }
.content .converted-pdf  { padding-left: 20px; background: url(/images/converted-pdf.gif) no-repeat left center; }
.content .notes { padding-left: 20px; background: url(/images/tac.gif) no-repeat left center; }	

/*classes*/
.page-heading {
	font-family: Arial, Helvetica;
	font-size: 12pt;
	font-weight:bold;
	text-decoration:underline;
	color: #4e69b2;
	margin-top:8px;
	margin-bottom:6px;
}

.sectionHeading {
    color: #4E69B2;
    font-weight: bold;
    font-family: Tahoma, Helvetica, Arial;
    font-size:12pt;
}

.content .page-title {
	color: #333333;
	font-size: 22px;
	padding: 15px 15px; 
	margin: 0px 0px 15px;
	background-color: #ffffcc;
	border-style: dotted;
	border-color: #AAAAAA;
	border-width: 0px 0px 1px;
}
.tool-header {
	font-family: Arial, Helvetica;
	font-size: 22px;
	color: #4e69b2;
	padding-bottom: 3px; 
	border-bottom: solid 1px #4e69b2;
	margin-bottom: 15px;
}
.content .sidebox-header {
	font-size: 15px;
	font-weight: bold;
	color: #4e69b2;
	/*color: #D70B0B;*/
	padding-bottom: 12px; 
}

.content .sidebox-header2 {
	font-size: 15px;
	font-weight: bold;
	color: #4e69b2;
	/*color: #D70B0B;*/
	padding-bottom: 12px; 
}

.content .dark-red { color: #D70B0B }
.content .error-panel { border: solid 1px #D70B0B; padding:6px; color: #D70B0B; background-color:#FFE3E3; font-weight:bold;}
.content .dark-green { color: #009900 }
.content .success-panel { border: solid 1px #228000; padding:6px; color: #228000; background-color:#ECFFE5; font-weight:bold; }
.content .button { padding: 2px 6px; }

.admin-container { margin-top:15px; overflow:auto; max-height:600px; }

/*containers*/
.content .content-panel { float: left; width: 620px; margin: 0px 15px 15px; }
.content .side-panel { float: right; width: 300px; margin-right: 20px; }
.content .side-panel2 { float: right; width: 300px; margin-right: 20px; }
.content .photos img { width: 300px; }
.content .photos .caption {
	margin: 8px 0px 16px;
	text-align: center;
	font-size: 11px;
	font-style: italic;
	color: #555555;
}

.content .mainbox {
	width:618px; 
	background:url(../images/bg-mainbox.gif) no-repeat 0 0; 
}
.content .mainbox .inner {
	background:url(../images/bg-mainbox-inner.gif) no-repeat 0 100%; 
	padding:15px; 
}
.content .sidebox {
	width:299px; 
	background:url(../images/bg-sidebox.png) no-repeat 0 0;
}
.content .sidebox .inner {
	background:url(../images/bg-sidebox-inner.png) no-repeat 0 100%; 
	padding: 10px 25px 15px;
	position: relative;
	top: 10px;
}

.content .sidebox2 {
	width:299px; 
	background:url(../images/bg-sidebox.png) no-repeat 0 0;
}
.content .sidebox2 .inner2 {
	background:url(../images/bg-sidebox-inner.png) no-repeat 0 100%; 
	padding: 10px 25px 15px;
	position: relative;
	top: 10px;
}

/*EXAMPLE:

	<div class="page-title">Example</div>
    <div class="content-panel">
        <p>Hello world.</p>
    </div>
    <div class="side-panel">
        <div class="sidebox">
            <div class="inner">
                <p>Hello world.</p>
            </div>
        </div>
    </div>
*/

/*quotes*/
.content blockquote {
    font: 14px/20px italic Times, serif;
    padding: 8px;
    background-color: #FFFFEE;
    border-top: 1px solid #e1cc89;
    border-bottom: 1px solid #e1cc89;
    margin: 5px;
    background-image: url(/images/openquote.gif);
    background-position: top left;
    background-repeat: no-repeat;
    text-indent: 23px;
}
.content blockquote span {
    display: block;
    background-image: url(/images/closequote.gif);
     background-repeat: no-repeat;
     background-position: bottom right;
}

/*-------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------*/


/* GENERAL */
html{font-size:100.01%;}
body{
	margin:0;
	background:url(../images/bg-body.gif) #b8d1ec repeat-x 0 0;
	font:13px Verdana, Arial, Helvetica, sans-serif;
	}
.hidden{
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	}
.float-left{float:left !important;}
.float-right{float:right !important;}

/*style resets*/
img{border:0;}
p{
	margin:0;
	padding:0;
	}
ul{
	margin:0;
	padding:0;
	list-style:none;
	}

h1, h2, h3, h4, h5, h6{
	margin:0;
	padding:0;
	}
a:focus{outline:none;}

/* MAIN */
#main{
	width:1002px;
	margin:18px auto 0;
	}

/* HEADER */
#header{
	height:120px;
	background:url(../images/bg-header.jpg) no-repeat 0 0;
	position:relative;
	}

#logo a{
	position:absolute;
	top:23px;
	left:30px;
	width:216px;
	height:62px;
	background:url(../images/logo.gif) no-repeat 0 0;
	}
	
#logo2 a{
	position:absolute;
	top:23px;
	left:710px;
	width:80px;
	height:62px;
	background:url(../images/ssangyong.gif) no-repeat 0 0;
	}	

#logo3 a{
	position:absolute;
	top:23px;
	left:800px;
	width:160px;
	height:62px;
	background:url(../images/suzuki.gif) no-repeat 0 0;
	}

#logo4 a{
	position:absolute;
	top:23px;
	left:840px;
	width:160px;
	height:62px;
	background:url(../images/citroen.gif) no-repeat 0 0;
	}
	
ul.top-list{
	position:absolute;
	top:49px;
	left:280px;
	}

ul.top-list li{
	float:left;
	padding:0 6px 0 7px;
	background:url(../images/hr.gif) no-repeat 0 3px;
	font:13px Arial, Helvetica, sans-serif;
	color:#3d3d3d;
	text-decoration:none;
	}
	
ul.top-list li.first{
	background:none;
	padding-left:0;
	}

#header .in-box{
	position:absolute;
	top:30px;
	right: 60px;
	padding-left:25px;
	background:url(../images/lock.gif) no-repeat 0 2px;
	font:12px Arial, Helvetica, sans-serif;
	color:#666666;
	text-decoration:none;
	cursor: default;
	}
	
#header .loggedin-box{
	position:absolute;
	top:30px;
	right: 60px;
	padding-left:25px;
	background:none;
	font:12px Arial, Helvetica, sans-serif;
	color:#666666;
	text-decoration:none;
	cursor: default;
	}

#header .in-box a {
	color:#4e69b2;
	text-decoration:none;
	}

#header .in-box a:hover {
	text-decoration: underline;
	}
	
#menu{
	position:absolute;
	top:84px;
	right:50px;
	}

#menu li{
	float:left;
	padding:4px 0 6px;
	background:url(../images/hr2.gif) no-repeat 0 15px;
	}
	
#menu li.first{background:none;}

#menu li a{
	float:left;
	height:32px;
	text-decoration:none;
	background:url(../images/menu-a.gif) repeat-x 0 0;
	}

#menu li a span{
	float:left;
	height:25px;
	padding:7px 18px 0;
	font:14px Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	cursor:pointer;
	}

#menu li a:hover{background-position:0 -32px;}
#menu li a.active:hover{background-position:0 0px;}
#menu li a.active{
	background:url(../images/menu-a-active.png) no-repeat 0 0;
	margin:-4px 0 -6px;
	height:44px;
	position:relative;
	}

#menu li a.active span{
	background:url(../images/menu-a-span.png) no-repeat 100% 0;
	padding:11px 18px 2px 12px;
	margin-left: 6px;
	height:31px;
	color:#333;
	}
	
div.hidden 
{
	display: none;
}

div.secondMenu 
{
	height: 30px;
	background:url(../images/secondary-menu-a.gif) repeat-x 0 4px;
}
	
#secondMenu
{
	top: 0px;
	left: 0px;
	float: left;
	padding: 4px 0 6px;
}
	
#secondMenu li
{
	margin-top: -4px;
	display: inline;
	float: left;
	background:url(../images/secondary-menu-a.gif) repeat-x 0 4px;
}
	
#secondMenu li.first a
{
	background: none;
}

#secondMenu li a
{
	margin-top: 4px;
	float: left;
	text-decoration:none;
	background:url(../images/secondary-menu-hr.gif) no-repeat 0 6px;
}

#secondMenu li a span
{
	float:left;
	padding:3px 18px 0;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	cursor:pointer;
}

#secondMenu li a:hover
{
	text-decoration: underline; color: Black;
}

#secondMenu li a.active
{
	/* background:url(../images/menu-a-active.png) no-repeat 0 0 !important; */
	margin: 4px 0 -6px;
	position:relative;
}

#secondMenu li a.active span
{
	/* background:url(../images/menu-a-span.png) no-repeat 100% 0 !important; */
	font-weight: bold;
	padding: 3px 18px 2px 12px;
	margin-left: 6px;
	color:#333;
}

/* CONTENT */
#content-container{
	overflow:hidden;
	height:1%;
	padding:0 25px 0 3px;
	background:url(../images/bg-content-container.png) repeat-y 0 0;
	}

/* FOOTER */
#footer{
	overflow:hidden;
	background:none;
	background:url(../images/bg-footer.png) no-repeat 0 0;
	height:42px;
	margin-top: -2px;
	color:#ffffff;
	font-size:12px;
	}
	
#footer ul.footer-menu{
	overflow:hidden;
	padding:12px 45px 0 25px;
	}
	
#footer ul.footer-menu li{
	float:left;
	padding:0 12px;
	position:relative;
	}
	
#footer ul.footer-menu li a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	text-decoration:none;
	}
	
#footer ul.footer-menu li a:hover{text-decoration:underline;}

/* LOGIN CONTROLS */
.loginContainer .checkBox input {
	margin-left:0;
	margin-right:4px;
}

.loginContainer .textbox, .loginContainer .textbox input 
{
	padding: 2px;
}

.loginContainer #outerTable
{
	border-collapse: collapse;
	font-family: Tahoma, Arial, Helvetica;
	font-size:10pt;
	background-color: #f5f5f5;
	border: 1px solid silver;
}

.transparentLoginBox #outerTable
{
	background-color: transparent;
	border: none;
}

.loginContainer #outerCell 
{
	padding: 8px;
}

.transparentLoginBox #outerCell 
{
	padding: 0px;
}

.transparentLoginBox .forgotPassword 
{
	font-weight: bold;
}

.loginContainer #innerTable 
{
	padding:8px;
	width:315px;
}

.loginContainer .errorText
{
	color: #D81900;
	font-weight:bold;
	font-family:Arial, Tahoma, Helvetica;
}
