/**************************************\
|------------FILE CONTENTS-------------|
|--------------------------------------|
1) Colour Scheme
2) Globals
3) Header
4) Navigation
5) Main Content
6) Sidebar
7) Footer
8) Debug
9) Homepage
\**************************************/
/**************************************\
|------------COLOR SCHEME--------------|
|--------------------------------------|
- black  #000
- white  #fff
- burgundy  #701A42
- pink hover  #CC0471
- light grey	#EEEEEE
- dark grey  #999999
- grey text  #545454
\**************************************/

/**************************************/
/*              GLOBALS               */
/**************************************/
html { /* Ensures a vertical scrollbar will always appears - counters FF default behaviour */
	overflow-y: scroll;
}
#previewHeader{ /* Preview header bar styles */
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-image: url(../../oms/images/blue/dark_grad.jpg);
	background-color: #67A7E3;
	border-bottom: solid 1px #3B709F;
	color: #FFF;
	margin: 0;
	font-size:12px;
	text-align:center;
}
#previewHeader a { /* Preview header bar styles */
	margin: 0 5px;
	color: #FFF;
	font-weight: normal;
}

