/* 
	Title:	Omega Altise screen styles
	Author: chris.pearce@bluearcgroup.com
*/

@import 'layout.css';
@import 'forms.css';
@import 'nav.css';
@import 'components.css';
@import 'pagination.css';

/****************************************************************************************	
	[COMMON RULES]	for entire site + specifics for content area
*****************************************************************************************/

/* Eric Meyer's Reset Rules */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
/* Back to my CSS */
body {
	color: #000;
	background-color: #fff;
	margin-bottom: 30px;
	font: 0.75em/1.4 "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
}
a:link, a:visited {
	color: #005eba;
	text-decoration: none;
}
a:hover, a:active, a:focus {text-decoration: underline;}
ul, ol {list-style: none;}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table caption {
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	padding-bottom: 0.4em;
}
abbr {
	cursor: help;
	border-bottom: 1px dotted #000;
}
dfn {font-weight: bold;}
del {color: #666;}
blockquote:before, blockquote:after,
q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
blockquote {
	font: normal 1.15em/1.3 "Times New Roman", Times, serif;
	color: #666;
	padding-left: 18px;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 1.80em;
	font-weight: bolder;
	line-height: 1.3;
	color: #414141;
	margin-bottom: 0.80em;
}
h2, h3, h4, h5, h6 {
	margin-bottom: 0.50em;
	font-size: 1.50em;
}
#main-content .page-copy h2.group-hdr {
	background: #8B8B8B url("../images/template/products-title-bg.gif") no-repeat 0 0;
	margin: 0 0 15px 0;
	text-transform: uppercase;
	color: #fff;
	font-size: 1.1em;
	padding: 9px 14px;
	border-bottom: 1px solid #fff;
}
h3, h4, h5, h6 {
	font-size: 1.40em;
	color: #666769;
}
h4 {font-size: 1.35em;}
h5 {font-size: 1.30em;}
h6 {font-size: 1.25em;}

/* [CONTENT AREA]
-------------------------------------------------------*/
/* Spacing */
#main-content p, #main-content ul,
#main-content ol, #main-content table {margin-bottom: 1.5em;}
#main-content table table {margin: 0;}
/* Lists */
#main-content ul, #main-content ol {margin-left: 44px;}
#main-content ul {list-style: disc;}
#main-content ol {list-style: decimal;}
	#main-content ul ul, 
	#main-content ol ol {margin: 0.4em 0 0.8em 28px;}

/****************************************************************************************
	[COMMONLY USED CLASSES]
*****************************************************************************************/

/* [HIDE]
-------------------------------------------------------*/
.hide {
	position: absolute;
	left: -99999px;
}
.hide-fully {display: none;}
	
/* [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 */
	
#main-content div.vs-container {display: inline;}
#main-content div.clear {
	width: 749px; 
	height: 0; 
	clear: both;
}

/* [BLUE ARROW]
-------------------------------------------------------*/
.blue-arrow {
	background: url("../images/blue-arrow.gif") no-repeat 0 50%;
	padding: 2px 0 0 20px;
}

/* [BACK TO TOP]
-------------------------------------------------------*/
.top {text-align: right;}
	.top a {
		background: url("../images/template/up-arrow.gif") no-repeat 0 55%;
		padding: 2px 0 0 12px;
	}

/* [BACK TO PREV]
-------------------------------------------------------*/
.back a {
	background: url("../images/template/back-arrow.gif") no-repeat 0 50%;
	padding: 2px 0 0 11px;
}

/* [INTRO]
-------------------------------------------------------*/
#main-content .page-copy .intro-txt,
#main-content .page-copy .intro-txt-red,
#main-content .page-copy .intro-txt-blue {
	border-top: 1px solid #DBDBDB;
	border-bottom: 1px solid #DBDBDB;
	font-size: 1.05em;
	font-weight: bold;
	color: #656668;
	padding: 13px 0;
}
	#main-content .page-copy .intro-txt-red,
	#main-content .page-copy .intro-txt-blue {
		border-top: 0;
		padding-top: 0;
	}
	#main-content .page-copy .intro-txt-red {color: #9e0023;}
	#main-content .page-copy .intro-txt-blue {color: #005dba;}

