/************ GLOBAL ************/ 
* {
	margin:0;
	padding:0;
}

html {
	height:100%;
}

body {
	height:100%;
	color:#a3a3a3;
	cursor:default;
	font-size:14px;
	line-height:16px;
	text-align:center;
	background-color:#311E30;
	background-position:50% 0;
	background-repeat:no-repeat;
	font-family:Tahoma,sans-serif;
	background-attachment:fixed;
}
.bg0 {
	color: #F0F0F0;
}
.bg1 {
	background: url('/themes/inops_dark/images/velocity.jpg') fixed no-repeat;
	color: #F0F0F0;
}

.bg2 {
	background: url('/themes/inops_dark/images/beauty.jpg') fixed #AFAFAF repeat-x;
	color: #F0F0F0;
}

.bg3 {
	background: url('/themes/inops_dark/images/summer_sky.jpg') fixed #AFAFAF repeat-x;
	color: #F0F0F0;
}

.bg4 {
	background: url('/themes/inops_dark/images/inops-abstract-water.jpg') fixed no-repeat;
	color: #F0F0F0;
}

.bg5 {
	background: url('/themes/inops_dark/images/aquarevealed.jpg') fixed no-repeat;
	color: #F0F0F0;
}

.bg6 {
	background: url('/themes/inops_dark/images/inops-light.jpg') fixed no-repeat;
	color: #F0F0F0;
}
.bg7 {
	background: url('/themes/inops_dark/images/Lafinca.jpg') fixed no-repeat;
	color: #F0F0F0;
}

.bg8 {
	background: url('/themes/inops_dark/images/abcerulean.jpg') fixed no-repeat;
	color: #F0F0F0;
}

.bg9 {
	background: url('/themes/inops_dark/images/vista-style.jpg') fixed no-repeat;
	color: #F0F0F0;
}

.bg10 {
	background: url('/themes/inops_dark/images/sea.jpg') fixed no-repeat;
	color: #F0F0F0;
}

.bg11 {
	background: url('/themes/inops_dark/images/light-under-sea.jpg') fixed no-repeat;
	color: #F0F0F0;
}

.bg12 {
	background: url('/themes/inops_dark/images/certain-places.jpg') fixed no-repeat;
	color: #F0F0F0;
}

.bg13 {
	background: url('/themes/inops_dark/images/clouds.jpg') fixed no-repeat;
	color: #F0F0F0;
}

.bg14 {
	background: url('/themes/inops_dark/images/glow.jpg') fixed no-repeat;
	color: #F0F0F0;
}
.bg15 {
	background: url('/themes/inops_dark/images/island.jpg') fixed no-repeat;
	color: #F0F0F0;
}
.bg16 {
	background: url('/themes/inops_dark/images/smoke.jpg') fixed no-repeat;
	color: #F0F0F0;
}
.clear {
	clear:both;
}

hr.clear { display: none; }

a:link,a:visited {
	color:#fff;
	text-decoration:none;
}

a:hover,a:focus {
	text-decoration:underline;
}

.white {
	color:#fff;
}
strong {
	white-space: nowrap;
}

a img {
	border:0;
}

div.hr {
	border:0;
	clear:both;
	height:30px;
	margin:0 20px;
	background:url(css/images/hr.gif) 0 14px repeat-x;
}

div.wrap{
	width:993px;
	margin:0 auto;
	text-align:left;
}

h2,h3,h4,h5,h6 {
	margin: 15px 0px;
	line-height: 1em;
	color: white;
	font-variant : small-caps;
	text-shadow: 2px 2px 0 #000;
}

h3 { font-size: 22px; }

h4 { font-size: 20px; }
/* h4,h5,h6 { font-variant : normal; } */

p {
	margin: 1em 0px;
	line-height: 1.5em;
}

div#content ul, div#content ol {
	padding-left: 40px;
}

/* make a floated container enclose its contents. */

.clear-block:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear-block {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clear-block {
  height: 1%;
}
.clear-block {
  display: block;
}
/* End hide from IE-mac */