@charset "utf-8";
/* CSS Document */

/* 2008 - http://www.xcalibre-equipment.com

Useful colours - 

text = #666
links and lines = #708491
background = #f3f3f3
Image border = #ccc
*/

/* Typography and links */

* {
	margin: 0;
	padding: 0;
	border: 0;
}
p {
	font-size:80%;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
}
ol, ul, li, tr, td, dl, blockquote {
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:85%;
}
h1, h2, h3, h4, h5, h6 {
	color:#708491;
	font-weight:400;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
h1 {
	font-size:150%;
}
h2 {
	font-size:120%;
	letter-spacing:1px;
}
h5 {
	font-size:100%;
	color:#333;
	letter-spacing:1px;
	font-family:Arial, Helvetica, sans-serif;
}
a {
	color:#708491;
	text-decoration:none;
}
a:visited {
	color:#708491;
	text-decoration:none;
}
a:hover {
	color:#000;
	text-decoration:underline;
}
/* layout */

#wrapper {
	width:900px;
	min-height:100%;
	margin:0 auto;
	background-image:url(images/wrapper_bg.jpg);
	background-repeat:no-repeat;
	background-position:top right;
}
#logo {
	width:217px;
	height:60px;
	position:relative;
	top:20px;
	left:35px;
}
#news {
	width:180px;
	border:1px solid #708491;
	position:relative;
	left:40px;
	top:90px;
}
#main_content_wrapper {
	width:600px;
	position:relative;
	bottom:460px;
	left:260px;
}
#main_content {
	width:600px;
	height:auto;
	min-height:530px;
}
#footer {
	width:600px;
	border-top:1px solid #708491;
	padding:10px 0 10px 0;
	margin:20px 0 0 0;
}
/* Nav */

#horizontal_nav_wrapper {
	width:600px;
	text-align:center;
	border-bottom:1px solid #708491;
	padding:0 0 8px 0;
	margin:0 0 20px 0;
}
#horizontal_nav li {
	font-size:80%;
	display:inline;
	padding:27px;
}
#horizontal_nav li a:hover {
	text-decoration:none;
	background:url(images/circle.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
	padding:0 0 9px 0;
}
.current_page_top a {
	background:url(images/circle.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
	padding:0 0 9px 0;
	color:#000;
}
#vertical_nav_wrapper {
	width:180px;
	border:1px solid #708491;
	position:relative;
	top:70px;
	left:40px;
	padding:0;
}
#vertical_nav li {
	list-style:none;
	font-size:80%;
}
#vertical_nav a.menuitem {
	display:block;
	padding:8px 8px 8px 12px;
}
#vertical_nav a.menuitem:hover {
	text-decoration:none;
	background: url(images/circle_vertical.gif);
	background-position:left center;
	background-repeat:no-repeat;
}
.current_page_side a {
	background: url(images/circle_vertical.gif);
	background-position:left center;
	background-repeat:no-repeat;
	color:#000;
}
/* Thumbnails */

#large {
	width:300px;
	padding:2px;
	border:1px solid #ccc;
}
#large .item {
	cursor: default;
}
#large .item img {
	width:300px;
	height:300px;
}
#items {
	float:left;
	width:auto;
	border:1px solid #c5c5c5;
	margin:15px 0 0 15px;
}
#items .item {
	float:left;
	width:60px; /* size of each thumbnail */
	height:50px; /* size of each thumbnail */
	cursor: pointer;
	padding:2px;
}
#items .item img {
	width:60px;
	height:50px;
}
#items .item:hover {
	border: 1px solid #000;
	padding:1px;
}
/* Styles */

.title {
	background-color:#f3f3f3;
	border-bottom:1px solid #fff;
	padding:8px;
	list-style:none;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:70%;
}
.news_clip p {
	padding:10px;
	font-size:70%;
	color:#708491;
}
.line_divide {
	margin:10px;
	border-bottom:1px solid #CCC;
}
.line_divide_product {
	margin:0 10px 0 10px;
	border-bottom:1px solid #CCC;
}
.terms_conditions {
	text-align:left;
	font-size:70%;
	width:150px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
}
.copyright {
	width:350px;
	text-align:right;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:70%;
	color:#708491;
}
.clear {
	clear:both;
	height:1px;
}
.image_wrapper {
	margin:0 0 20px 0;
}
.image_wrapper img {
	padding:2px;
	border:1px solid #ccc;
}
.image_left {
	float:left;
	width:auto;
}
.image_centre {
	float:left;
	width:auto;
	margin-left:6px;
}
.image_right {
	float:right;
	width:auto;
}
.key_items {
	padding-left:30px;
}
.news_colum_left {
	width:290px;
	border-right:1px dotted #ccc;
	float:left;
	padding:0 5px 0 0;
}
.news_colum_left img {
	padding:2px;
	border:1px solid #ccc;
}
.news_colum_right {
	margin:0 0 0 10px;
	width:290px;
	float:left;
}
.headline {
	font-weight:bold;
	color:#000;
}
.headline:first-letter {
	display:block;
	font-size:200%;
	font-weight:400;
}
.company {
	font-weight:bold;
}
.contact {
	width:600px;
	height:380px;
	background-image:url(images/contact_us.jpg);
	background-position:100% 90%;
	background-repeat:no-repeat;
}
.button {
	float:right;
	width:auto;
	padding:3px;
}
.login_box {
	width:300px;
	margin:20px auto;
	border:1px solid #708491;
	background-color:#fefefe;
}
.items_wrapper {
	border-top:0px solid #ccc;
	border-bottom:0px solid #ccc;
}
.item_window {
	line-height:140%;
	width:185px;
	float:left;
	margin:0;
	padding:5px;
	background-image:url(images/line.jpg);
	background-position:right center;
	background-repeat:no-repeat;
	text-align:center;
}
.item_window a {
	color:#000;
	text-decoration:none;
}
.item_window a:visited {
	color:#000;
	text-decoration:none;
}
.item_window a:hover {
	color:#000;
	text-decoration:underline;
}
.item_window img {
	border:1px solid #CCC;
	margin:0 auto;
	width:175px;
	height:190px;
	padding:2px;
}
.item_description {
	padding:10px;
}
.bookmark_toolbar {
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
	padding:4px 10px 4px 10px;
	font-size:70%;
	text-align:right;
}
.bookmark_toolbar img {
	padding:0 15px 0 5px;
}
.picture_wrapper {
	width:600px;
	margin:15px 0;
}
.product_picture {
	width:300px;
	height:315px;
	float:left;
}
.product_picture img {
	border:1px solid #ccc;
	padding:2px;
}
.product_picture_simplex {
	width:310px;
	float:left;
}
.product_picture_simplex img {
	border:0px solid #ccc;
}
.product_title {
	float:right;
	width:270px;
	font-size:300%;
	font-weight:bold;
	font-variant:small-caps;
	color:#000;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	margin:0 3px 0 0;
}
.product_title_number {
	float:right;
	width:270px;
	font-size:250%;
	font-weight:bold;
	font-variant:small-caps;
	color:#000;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	margin:0 3px 0 0;
}
.product_subheader {
	font-variant:small-caps;
	font-size:110%;
}
.product_bullets {
	width:270px;
	float:right;
	text-align:left;
}
.product_bullets li {
	list-style-position:outside;
	margin:0 0 0 15px;
	line-height:170%;
}
.underline {
	border-top:1px dotted #ccc;
}
.tech_spec {
	width:25%;
	text-align:left;
	padding:4px 0 4px 5px;
	border-right:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
}
.tech_description {
	width:75%;
	text-align:left;
	padding:4px 0 4px 10px;
	border-bottom:1px dotted #ccc;
}
.sizes {
	width:25%;
	text-align:left;
	padding:4px 0 4px 5px;
	border-right:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
}
.center {
	width:20%;
	text-align:center;
	padding:4px 0 4px 5px;
	border-right:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
}
.login {
	text-align:right;
	padding:5px;
}
.input {
	border:1px solid #ccc;
	padding:3px;
}
/* Product tabs */

.TabbedPanels {
	margin: 5px 0px 0px 0px;
	padding: 0;
	float: left;
	clear: none;
	width:auto;
}
/* This is the selector for the TabGroup. */

.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}
.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	width:auto;
	padding: 4px 10px;
	margin: 0px 1px 0px 0px;
	font: bold 0.7em sans-serif;
	background-color: #DDD;
	list-style: none;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #999;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	cursor: pointer;
}
.TabbedPanelsTabHover {
	background-color: #CCC;
}
.TabbedPanelsTabSelected {
	background-color: #EEE;
	border-bottom: 1px solid #EEE;
}
.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}
.TabbedPanelsContentGroup {
	clear: both;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	background-color: #EEE;
	padding:10px;
	min-width:560px;
}
.TabbedPanelsContent {
	padding: 10px;
	min-width:560px;
}
.disclaimer {
	font-size:70%;
	font-style:italic;
	padding:10px 10px 0 10px;
	color:#000;
}
.astrix {
	color:#F00;
	font-size:90%;
	position:relative;
	bottom:3px;
}
.numbered_bullets li {
	list-style:outside;
	margin-left:20px;
}
.video_border {
	width:425px;
	margin: 20px auto 15px auto;
}
.video_border p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	text-align:center;
	font-size:10px;
	margin: 5px 0px 10px 0px;
}
.construction {
	width:267px;
	margin:10px auto 10px auto;
}
.logout {
	text-align:right;
	padding:10px;
}
.logout img {
	position:relative;
	top:9px;
}
.flag {
	border:1px solid #ccc;
	padding:2px;
}
.bold {
	font-weight:bold;
	color:#000;
}
.bold img {
	float:left;
	padding:2px;
	border:1px solid #ccc;
	margin:0 10px 0 0;
}
.sh_window {
	margin-bottom:15px;
}
/*---- Case studies page ---*/

#items2 {
	float:left;
	width:120px;
	border:1px solid #c5c5c5;
	margin-bottom:20px;
}
#items2 .item2 {
	display:block;
	padding:5px;
	width: 100px;
	height:70px;
	margin: 5px;
	cursor: pointer;
	border: 1px solid #fff;
}
#items2 .item2:hover {
	border: 1px solid #000;
}
#items2 .item2 img {
	width:100px;
	max-height:100px;
}
#large2 {
	margin:0px 0px 20px 15px;
	float:left;
	width:450px;
	padding:5px;
	border:1px solid #c5c5c5;
	background-color: #fff;
	text-align:left;
}
#large2 .info2 {
	padding:5px 0px;
	text-align:left;
}
#items2 p {
	display:none;
}
#items2 h5 {
	display:none;
}
#large2 .item2 {
	margin:5px 0px 10px 0px;
	border-width: 1px;
	cursor: default;
	text-align:left;
}
#large2 .item img {
	width:450px;
	height:319px;
}
