﻿/*
 -------------------------------------------------------------------------------------------------------
 STANDARD.CSS > this file holds master styles commonly used
 -------------------------------------------------------------------------------------------------------
 ********************************************************************************************************
 *RESOLUTION INTERACTIVE MEDIA INC.																		*
 *560 Wellington Street, London, Ontario, Canada														*
 *Jonathan Kochis (jonathan@resolutionim.com)															*
 *Brendan Farr-Gaynor (brendan@resolutionim.com)														*
 *Owain Johnson (owain@resolutionim.com)
 *Jon Rundle (jon@resolutionim.com)																*
 *																										*

 *Version: 1.00 Brendan Farr-Gaynor - 26/05/2006: broke specific stuff out into this file				*
 *																										*
 ********************************************************************************************************
 *Date Last Modified: 02/12/07																			*
 *Last Modified By: brendan@resolutionim.com												 			*
 *																										*
 ********************************************************************************************************/
 
/*
 -------------------------------------------------------------------------------------------------------
 IMPORTS
 This is the main and only file called so we must include others needed in the area of the web site
 -------------------------------------------------------------------------------------------------------
*/


@import url(/globalcss/layout.css);
@import url(/globalcss/specific.css);
@import url(/globalcss/columbus.css);
@import url(/globalcss/jquery.slimbox2.css);

/*
 -------------------------------------------------------------------------------------------------------
 TAG/ELEMENT REDEFINITIONS
 Re-define specific styles against browser defaults
 -------------------------------------------------------------------------------------------------------
*/

body { 
	font: normal 13px Helvetica, Verdana, Arial, Georgia, sans-serif;
	background:url(/images/backgroundGraphic.jpg) repeat-x 0px 0px #C9C4AA !important;  
	padding:0;
	margin:0;
	/*text-align: center;*/
	color:#333333;
}

h1 {
	font:bold 24px Helvetica, Verdana, Arial, Georgia, sans-serif; 
}

h2 { 
	/*font:bold 16px Helvetica, Verdana, Arial, Georgia, sans-serif; */
	font-weight:bold;
	font-size:16px;
}

h3 { 
	font:bold 14px Helvetica, Verdana, Arial, Georgia, sans-serif; 
}

p {
	/*line-height:18px;*/
}

li { /*line-height:18px;*/ }

a { color:#9E3B55; }
a:hover { color:black; }

a img { border:none; }

input {
	font-size:11px;
	padding:2px;
	margin:0px;
	font-family:Helvetica, Verdana, Arial, Georgia, sans-serif;
	color:#666666;
}

td {
vertical-align:top;

}

div#__XmlFormView {
	visibility:hidden;
}

div#__toolbar_top, div#__toolbar_bottom {
	height: 0px;	
}

div#__ViewContainer {	
	visibility:visible;	
	/* background-color:#E1E1E1;
	font-weight:500;
	padding:3px 10px 3px 3px;
	border:6px #658791 solid; */
} 
