@import "layout.css";
@import "form.css";
@import "article.css";

/*-------------------------*//* global text styles & classes *//*-------------------------*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

/* define basic elements*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/
* {
	margin:0;
	padding:0;
}

html {
	background: #E2E2E2 url(/images/bg_html.gif) 970px 0 repeat-y;
	height:100%;
}

body {
	font: normal 62.5%/1 tahoma, verdana,arial,helvetica,sans-serif;
	color:#333;
	background-color:#FFF;	
	min-height:100%;
	width:970px;
}

* html body{
	height:100%;
}

body.popup {
    width: 300px;
    padding: 10px 0;
}

body.popup #container,
body.popup #container #content {
    width: auto;
}

body.popup #container #content {
}

/* headings*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

h1, h2, h3, h4, h5 {
	font-family:arial,helvetica,sans-serif;
	margin:0 0 10px 0;
}

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.4em;	
}

#content_main h2{
    font-size: 1.6em;
	color:#000;
	margin:15px 0 5px;
}

h3 {
	font-size: 1.4em;
}

h4 {
	font-size:1.2em;
}

h5 {
	color:#FFF;
	background-color:#7dcce6;
	font-size:1.3em;
	padding:5px;
	margin:0;
}

/*paragraphs etc*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

p {
	font-size: 1.1em;
	margin: 0 0 10px 0;
	line-height:1.4;
}

span {
	
}

address{
	font:normal 1.1em/1.5 tahoma, verdana, arial, sans-serif;
	margin:0 0 10px 0;
}

blockquote{
	
}

cite{
	
}

pre {
    font-size: 12px;
}

/* list styles*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/
ol{
	
}

ul {
	margin: 0 0 10px 15px;	
}

	li {
		line-height:1.4;
		font-size: 1.1em;
		background: url(/images/bullet.gif) 0 6px no-repeat;
		padding:0 0 0 10px;
		list-style:none;
	}
	
ul.content_list li ul{
    font-size: 0.9em;
}

	
/*definition list styles*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/
dl {
	
}

	dt {
		clear:left;
		float:left;
		width:100px;
		font-size: 1.1em;
		line-height:1.3;
	}

    #contact_us #content_main dt {
		width:50px;
	}
	
	dd {
		font-size: 1.1em;
		line-height:1.3;
	}


/* link styles*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/
a img {
	border:none;
}

a:link, a:visited {
	color:#7dcce6;
}

a:hover {
	
}

a:active {
	
}

a:link.arrow, a:visited.arrow,
ul.arrow li a:link, ul.arrow li a:visited{
	background: url(/images/arrow.png) 0 4px no-repeat;
	color:#7dcce6;
	padding:0 0 0 10px !important;
	display: inline-block;
}

ul.arrow li{
	list-style:none;
}

a:link.arrow_red, a:visited.arrow_red{
	background: url(/images/arrow_red.gif) 0 5px no-repeat;
	color:#730202;
	padding:0 0 0 7px;
	font-weight:bold;
	text-decoration:none;
}

/* skip to content link at top of page*/
.skip {
	position: absolute;
	left: -9999px;
}

/*image replacement*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/
.replace{ 
	position:relative; 
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow: hidden;
	 /* */
} 

.replace span, 
#nav li span{ 
	display:block; 
	position:absolute; 
	top:0px; 
	left:0px; 
	z-index:1; /*for Opera 5 and 6*/ 
}

a.replace span,
a:hover.replace span,
#nav li a:hover span{
	cursor: hand;
}



/*example usage:

	#hdr_news, #hdr_news span{ 	 
		width:43px; 
		height:11px;
		background: url(/images/hdr_news.gif) no-repeat; 
	}
	
	<h1 id="head_news" class="replace">News headline<span></span></h1>
	
*/

/* bug workarounds */
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

/*easy clearing*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



/* general custom classes*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/
.dotrule {
	height:1px; 
	font-size:1px;
	background:url(/images/dot.gif) repeat-x; 
	clear:both;
	margin:5px 0;
}

.hrule {
	height:1px; 
	font-size:1px;
	background:url(/images/hrule.gif) repeat-x; 
	clear:both;
	margin:5px 0;
}

.redrule{
	background:url(/images/hrule_red.gif) repeat-x; 
}
	
.right{
	float:right;
}

.left{
	float:left;
}

.thumb{
	border:1px solid #999;
	padding:1px;
}

.thumb.left{
	margin:0 15px 15px 0;
}

.thumb.right{
	margin:0 0 15px 15px;
}

.clear{
	clear:both;
}

.caption{
	width:239px;
	font-size:1.3em;	
	text-align:center;
	float:right;
	margin:0 0 2px 15px ;
}

.offer_notice{
	color:red;
	font-weight:bold;
	margin:0 0 10px 16px; 
}

.flash{
	font-weight:bold;
	color:#060;
}

.smallprint {
    font-size: 0.9em;
}

.taster{
    margin-bottom:5px;
}

.highlight{
    background-color:#ebf8fc;
    padding:5px;
}

.feature_box {
    padding: 1em 10px;
    font-weight:bold;
    color:#060;
    background-color: #EEFFEF;
}


/* pagination */
/*--------------------------------------------------------------------------*/

#pagination{
	float:right;
	margin:0 0 20px;
	width:auto;
}

#pagination p{
	float:left;
	margin:0 5px 0 5px;
}

#pagination ul{
	margin:0;
	padding:0;
	float:left;
}

#pagination li{
	float:left;
	background:none;
	padding:0;
	margin:0 1px;
	list-style:none;
}

#pagination li a:link, #pagination li a:visited{
	display:block;
	padding:0px 3px 1px 3px;
	background-color:#696;
	color:#FFF;
}

#pagination a:link, #pagination a:visited{
	text-decoration: none;	
}

#pagination li a:hover{
	background-color:#060;
}

#pagination li.selected a:link,
#pagination li.selected a:visited{
	background-color:#060;
}

/*table styles*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

table{
	width:504px;
	border:1px solid #CCC;
}

#pl_wrapper table,
#pl_wrapper table th,
#pl_wrapper table td {
	width:auto;
}

#pl_wrapper table.email {
  border: none;
}

td{
	text-align:center;
	width:168px;
	padding:5px;
	height:50px;
}
