/* Stylesheets for GB Cars */
/* Xanity Design www.xanitydesign.de */

body
{
	margin: 0;
	padding: 0;
	background-color: #2c6d55;
	background-image: url(/themes/gb-cars/images/bg-body.gif);
	background-repeat: repeat-x;
	background-position: bottom center;
	height: 100%;
	background-attachment: fixed;
	font-family: Corbel, "CorbelTT", Helvetica, Arial, sans-serif;
	/* font-family: "GillSansTT", "CorbelTT", Corbel, Helvetica, Arial, sans-serif; */
	font-size: 14px;
	line-height: 18px;
	color: #404040;
}

a
{
	color: #0c407c;
	text-decoration: none;
}

a:hover
{
	color: #014ca3;
	text-decoration: underline;
}

a:visited
{
	color: #2c6d55;
}

a:active
{
	color: #d13127;
	text-decoration: underline;
}

p
{
	margin-top: 0 !important;
	padding-top: 0 !important;
}

.photo
{
	margin-bottom: 18px;
}

#header
{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 120px;
	background-image: url(/themes/gb-cars/images/bg-header.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	z-index: 996;
}

#logo
{
	margin-left: auto;
	margin-right: auto;
	width: 237px;
	height: 97px;
	margin-top: 4px;
	background-image: url(/themes/gb-cars/images/logo.png);
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 999;
	position: relative;
}

#flag
{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 120px;
	background-image: url(/themes/gb-cars/images/uk-flag.png);
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 998;
}

#slogan
{
	position: fixed;
	z-index: 1001;
	top: 97px;
	font-size: 14px;
	left: 0;
	right: 0;
	text-align: center;
	text-shadow: 0px 1px 2px #000;
	color: white;
}

.greybar
{
	position: fixed;
	left: 0;
	right: 0;
	height: 32px;
	background-image: url(/themes/gb-cars/images/bg-greybar.jpg);
	background-repeat: repeat-x;
	z-index: 995;
}

.greybar-box
{
	position: relative;
	height: 32px;
	left: 0;
	right: 0;
	top: 0;
}

.greybar-left
{
	position: absolute;
	left: 0;
	top: 0;
	height: 32px;
	width: 92px;
	background-image: url(/themes/gb-cars/images/bg-greybar-left.jpg);
	background-repeat: no-repeat;
}

.greybar-right
{
	position: absolute;
	right: 0;
	top: 0;
	height: 32px;
	width: 92px;
	background-image: url(/themes/gb-cars/images/bg-greybar-right.jpg);
	background-repeat: no-repeat;
}

#topgreybar
{
	top: 120px;
}

#footer
{
	bottom: 0px;
	font-size: 14px;
}

#car-logos
{
	position: fixed;
	left: 0;
	right: 0;
	top: 124px;
	height: 58px;
	background-image: url(/themes/gb-cars/images/car-logos.png);
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 1001;
}

#bodybox-background
{
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	background-image: url(/themes/gb-cars/images/bg-bodybox.png);
	background-repeat: repeat-y;
	background-position: center center;
	z-index: 1;
}

#spacer
{
	height: 152px;
}

#bodybox
{
	position: relative;
	width: 762px;
	height: 100%;
	padding: 20px;
	margin-left: auto;
	margin-right: auto;
	z-index: 5;
}

#navigation
{
	position: absolute;
	left: 1px;
	top: 72px;
	color: #808080;
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 18px;
	line-height: 18px;
}

#navigation li
{
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
}

#navigation > li > a,
#navigation > li > span
{
	display: block;
	color: #808080;
	padding: 0 0 9px 18px;
	text-decoration: none;
}

#navigation li a:hover,
#navigation li .current,
#navigation li .selected
{
	color: #2c6b54;
	text-decoration: none;
}

#navigation li a:active
{
	color: #d13127;
	text-decoration: underline;
}

#navigation .selected,
#navigation .section
{
	color: #2c6b54 !important;
	background-image: url(/themes/gb-cars/images/bg-nav-active.png);
	background-position: left top;
	background-repeat: no-repeat;
}

#navigation .selected > a,
#navigation .section > a
{
	color: #2c6b54 !important;
}

#navigation ul.subnav1
{
	display: none;
	list-style: none;
	padding: 0 0 4px 18px;
	margin: 0;
	font-size: 13px !important;
	line-height: 13px !important;
}

#navigation ul.subnav1 li
{
	padding: 4px 0 4px 0;
}

#navigation .current ul.subnav1,
#navigation .section ul.subnav1
{
	display: block !important;
}

#maincontent
{
	margin-left: 140px;
	/* margin-right: 140px; */
	margin-right: 99px;
	margin-top: 48px;
	margin-bottom: 48px;
	/* color: #808080; */
	font-size: 15px;
	line-height: 18px;
	min-height: 400px;
}

#home-intro
{
	text-align: right;
}

#maincontent h1
{
	color: #2c6b54;
	font-size: 19px;
	line-height: 19px;
	font-weight: normal;
	margin-bottom: 9px;
}

.home #maincontent > h1:first-child
{
	display: none !important;
}

#maincontent h2
{
	color: #2c6b54;
	font-size: 15px;
	line-height: 19px;
	font-weight: normal;
	padding-top: 9px;
	margin-bottom: 9px;
}

#maincontent p
{
	font-size: 15px;
	/* color: #808080; */
	line-height: 19px;
	padding: 0;
	margin-bottom: 9px;
}

#maincontent .label
{
	display: inline-block;
	width: 50px;
	color: #2c6b54;
}

address
{
	font-style: normal;
	font-size: 12px;
	line-height: 14px;
	color: #404040;
}

address strong
{
	color: #2c6b54;
	font-weight: normal;
}

address .label
{
	display: inline-block;
	width: 35px !important;
	color: #2c6b54;
}

#address
{
	position: absolute;
	top: 380px;
	left: 18px;
}

#linkstable
{
	margin-bottom: 18px;
	font-size: 14px;
	line-height: 16px;
}

#linkstable img
{
	border: 0;
}

#linkstable td
{
	padding: 4px 8px 4px 0;
	border-bottom: 1px solid #ccc;
}

#linkstable tr:first-child td
{
	border-top: 1px solid #ccc;
}

#footer
{
	font-size: 12px;
	text-align: center;
	color: #404040;
	line-height: 32px;
}

div.photo-inline
{
	float: right;
	margin: 0 0 9px 18px;
	padding-bottom: 9px;
	border-bottom: 1px solid #808080;
	width: 200px;
	color: #000;
}

.photo-inline img
{
	padding-bottom: 9px;
}

.caption
{
	font-size: 12px;
	line-height: 15px;
	color: #000;
}

#backdrop
{
	display: none;

	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #808080;
	z-index: 3000;

	
	filter:alpha(opacity=60); /* IE */
	opacity: 0.60; /* Safari et al */
	-moz-opacity:0.60; /* Firefox/Mozilla */
}

#image-slideshow
{
	display: none;

	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3001;
	width: 100%;
	height: 100%;
}

#image-slideshow table
{
	width: 100%;
	height: 100%;
}

#photo-box .caption
{
	display: block;
	text-align: center;
	margin-top: 9px;
	color: white;
	text-shadow: 0 1px 2px #333;
	font-size: 14px;
	
}

#image-slideshow img
{
	display: block;
	vertical-align: middle;
	margin-left: auto;
	margin-right: auto;
	border: 10px solid white;
	cursor: pointer;
}