/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/img01.gif) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #145997;
}

h1 {font-size: 197%;}

h2 {font-size: 167%;}

h3 {
	font-size: 100%;
	font-weight: bold;
}

p, ol, ul {line-height: 180%;}

blockquote {
	margin: 0;
	padding-left: 20px;
	border-left: 10px solid #E6E6E6;
	font-style: italic;
	color: #999999;
}

blockquote * {line-height: normal;}

a {color: #ff6464;}

a:hover {
	text-decoration: none;
	color: #ff0000;
}

img {border: none;}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

hr {display: none;}

/* Header */

#header {
	width: 760px;
	height: 40px;
	margin: 0 auto;
}

.error {
	font-weight: bold;
	color: #ff0000;
}

/* Logo */

#logo {float: left;}

#logo h1, #logo h2 {
	margin: 0;
	padding-top: 8px;
	font-weight: bold;
	color: #ff0000;
}

#logo h1 {font-weight: bold;}

#logo h2 {font-size: 100%;}

#logo a {text-decoration: none;}

/* Top Menu */

#topmenu {float: right;}

#topmenu ul {
	margin: 0;
	padding: 32px 0 0 0;
	list-style: none;
	line-height: normal;
}

#topmenu li {display: inline;}

#topmenu a {
	padding: 0 20px;
	border-left: 1px solid #E06529;
	text-decoration: none;
	font-size: 92%;
}

#topmenu a:hover {text-decoration: underline;}

#topmenu .first a {border: none;}

/* Header 2 */

#header2 {
	width: 760px;
	height: 200px;
	margin: 0 auto;
}

/* Menu */

#menu {
	float: left;
	width: 200px;
	height: 200px;
	background: url(images/img03.jpg);
}

#menu ul {
	margin: 0;
	padding: 20px 20px 0 20px;
	list-style: none;
	line-height: normal;
}

#menu li {display: inline;}

#menu a {
	display: block;
	padding: 8px 10px;
	background: url(images/img05.gif) repeat-x;
	text-decoration: none;
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {text-decoration: underline;}

#menu .first a {background: none;}

/* Splash */

#splash {
	float: right;
	width: 560px;
	height: 200px;
}

#page {
	width: 760px;
	margin: 0 auto;
	padding: 30px 0;
}


#grid {
	width: 760px;
	margin: 0 auto;
	padding: 0;
}

#filter {
	width: 760px;
	margin: 0 auto;
	padding: 30px 0;
}

/* Content */

.title {padding-top: 3px;}

.content {
	padding: 20px;
	background: url(images/img10.gif) no-repeat;
}

.twocols {}

.twocols .col1 {
	float: left;
	width: 220px;
}

.twocols .col2 {
	float: right;
	width: 220px;
}

/* Footer */

#footer-wrapper {
	height: 100px;
	padding: 20px 0;
	background: #E6E6E6;
	border-top: 10px solid #CDCDCD;
}

#footer {
	width: 760px;
	margin: 0 auto;
}

#footer p {
	margin: 0;
	line-height: normal;
}

#footer a {color: #666666;}

#links {
	float: right;
	padding: 10px 0 0 0;
}

#filter1 {
	float: left;
	padding: 10px 0 0 0;
}

#filter2 {
	float: right;
	padding: 10px 0 0 0;
}


/* tables */
table#orders { width:100%; }

table#orders {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
table#orders thead tr th, table.orders tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}
table#orders thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table#orders tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table#orders tbody tr.odd td {background-color:#F0F0F6;}

table#orders thead tr .headerSortUp {
	background-image: url(images/asc.gif);
}
table#orders thead tr .headerSortDown {
	background-image: url(images/desc.gif);
}
table#orders thead tr .headerSortDown, table#orders thead tr .headerSortUp {
background-color: #8dbdd8;
}

#login {
	margin: 0;
	padding: 30px 0 0 250px;
	height: 240px;
}


/* use a semi-transparent image for the overlay */ 
#overlay { 
    background-image:url(images/transparent.png); 
    color:#000000;
    height:650px; 
} 
 
/* container for external content. uses vertical scrollbar, if needed */ 
div.contentWrap { 
    height:641px; 
    overflow-y:auto; 
}

/* the overlayed element */
div.overlay {
	
	/* growing background image */
	background-image:url(images/white.png);
	
	/* dimensions after the growing animation finishes  */
	width:800px;
	height:670px;		
	
	/* initially overlay is hidden */
	display:none;
	
	/* some padding to layout nested elements nicely  */
	padding:45px;
}

/* default close button positioned on upper right corner */
div.overlay div.close {
	background-image:url(images/close.png);
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}

/* black */
div.overlay.black {
	background:url(images/transparent.png) no-repeat !important;
	color:#fff;
}

/* petrol */
div.overlay.petrol {
	background:url(images/petrol.png) no-repeat !important;
	color:#fff;
}

div.black h2, div.petrol h2 {
	color:#ddd;		
}