/* CSS Document for Deltar.co.uk*/

/* main divisions */

body {
	margin: 40px 0 20px 0;
	padding: 0;
	background: #fff;
	
	text-align: center;		/* IE5/Win fix */
}

#wrap {
	margin: auto;
	width: 750px;
}

#front-image {
	margin-bottom: 15px;
}

#front-intro {
	clear: both;
	padding: 0 5px;
	padding-top: 20px;
	padding-bottom: 25px;
	
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	color: #000;
	font-size: 14px;
	line-height: 160%;
}

#front-intro a:link, #front-intro a:visited {
	color: #000;
	font-weight: bold;
}

#front-intro a:hover, #front-intro a:active {
	color: #666;
	font-weight: bold;
}

#title {
	text-align: right;
	padding-bottom: 15px;
}

#content-wrap {
	width: 750px;
	float: right;
	margin-top: 25px;
	background:  url("../images/layout/content-wrap-bg.gif") top left no-repeat #f5f5f5;
}

#content {
	float: right;
	width: 490px;
	
	border-left: 1px dashed #ccc;
	padding: 0px 25px 10px 30px;
	margin-top: 25px;
	
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #000;
	font-size: 12px;
	line-height: 150%;
}

* html #content {
	width: 545px;		/* width for IE5/WIN */
	w\idth: 490px;		/* widht for IE5.5+/WIN */
}

#front-footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999;
	line-height: 150%;
	text-align: right;
}

* html #front-footer {
	margin: 0;
	padding: 0;
}

#front-footer a:link, #front-footer a:visited {
	color: #999;
}

#footer {
	clear: both;
	padding-right: 15px;
	margin: 0;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999;
	line-height: 150%;
	text-align: right;
	
	background:  url("../images/layout/footer-bg.gif") top left no-repeat;
}

#footer p {
	margin: 0;
	padding-top: 35px;
}

#footer a:link, #footer a:visited {
	color: #999;
}


/* sidebar */

#sidebar {
	float: left;
	width: 154px;
	margin-top: 25px;
	padding: 0 25px;
	
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

* html #sidebar {
	width: 204px;		/* IE fixes */
	w\idth: 144px;
}

* html #sidebar img {
	padding-left: 15px;
}

#sidebar ul {
	list-style: none;
	padding: 0; margin: 0;
	padding-top: 25px;
	
	text-align: left;
}

#sidebar li {
	padding: 8px 0;
}

#sidebar a {
	padding: 5px 10px;
}

#sidebar a:link, #sidebar a:visited {
	background:  url("../images/layout/arrow.gif") left no-repeat;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
}

#sidebar a:hover, #sidebar #location {
	background:  url("../images/layout/arrow_over.gif") left no-repeat;
	color: #666;
}


/* main navigation bar */

#nav {
	text-align: left;
	padding: 0; margin: 0;
}

#nav ul {
	list-style: none;
	padding: 0; margin: 0;
}

#nav li {
	float: left;
}

#nav a {
	display: block;
	height: 39px;
}

#news a:link, #news a:visited {
	width: 92px;
	background:  url("../images/layout/nav_news.gif");
}

#about a:link, #about a:visited {
	width: 94px;
	background:  url("../images/layout/nav_about.gif");
}

#faq a:link, #faq a:visited {
	width: 86px;
	background:  url("../images/layout/nav_faq.gif");
}

#gallery a:link, #gallery a:visited {
	width: 109px;
	background:  url("../images/layout/nav_gallery.gif");
}

#support a:link, #support a:visited {
	width: 111px;
	background:  url("../images/layout/nav_support.gif");
}

#contact a:link, #contact a:visited {
	width: 111px;
	background:  url("../images/layout/nav_contact.gif");
}

#buy a:link, #buy a:visited {
	width: 75px;
	background:  url("../images/layout/nav_buy.gif");
}

#finnish a:link, #finnish a:visited {
	width: 72px;
	background:  url("../images/layout/nav_finnish.gif");
}

#nav a:hover, #nav #location {
	background-position: 0px 39px;
}

#nav a span {
	display: none;
}

/* classes */

.signature {
	text-align: right;
	padding-bottom: 15px;
}

.contact-info {
	margin: 25px 0;
	margin-bottom: 35px;
}

.contact-image {
	float: left;
	width: 100px; height: 150px;
	border: 1px solid #999;
}

.contact-text {
	/*margin-left: 125px;*/
}

.floatright {
	float: right;
	padding-left: 15px;
}

.phototable td {
	padding: 3px;
}


/* content */

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 125%;
	text-transform: uppercase;
	padding-bottom: 5px;
	margin: 0;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 125%;
	text-transform: uppercase;
	margin: 0;
	padding-top: 25px;
}

#content ol {
	padding-left: 15px;
}

#content ol li {
	padding: 10px 5px;
}

#content a:link, #content a:visited {
	color: #000;
	font-weight: bold;
}

#content a:hover, #content a:active {
	color: #666;
	font-weight: bold;
}

.arrowlist {
	list-style: none;
	margin-top: 20px;
	padding-left: 10px;
}

.arrowlist li {
	background:  url("../images/layout/arrow.gif") left no-repeat;
	padding-left: 10px;
}

#techspecs {
	margin-top: 15px;
}

#techspecs td {
	padding: 10px 25px;
	vertical-align: top;
}

#techspecs th {
	font-weight: normal;
	vertical-align: top;
	padding: 10px 0;
	width: 100px;
}