/*
 -------------------------------------------------------------------------------------------------------
 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)																*
 *																										*

 *Version: 1.01 Brendan Farr-Gaynor - 27/12/2007: cleaned up alignments	and general content				*
 *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(/css/layout.css);
@import url(/css/boxes.css);
@import url(/css/specific.css);


/*
 -------------------------------------------------------------------------------------------------------
 TAG/ELEMENT REDEFINITIONS
 Re-define specific styles against browser defaults
 -------------------------------------------------------------------------------------------------------
*/
/*************
html { background:#D6681C; }
/*************/

body { 

	font: normal 12px Arial, Verdana, Georgia, sans-serif; 
	color:#333333;  
	padding:0;
	margin:0;
	text-align: center;
/*	background:url(/images/backgroundPattern.jpg) repeat-x left top #D6681C; */
	background:url(/images/backgroundPattern.jpg) no-repeat center top #838C1C;
}



h1 { font:bold 18px Arial, Verdana, Georgia, sans-serif; display:inline-block; padding-top:0px; margin-top:0px; }

h2 { font:bold 16px Arial, Verdana, Georgia, sans-serif; display:inline-block; }

h3 { font:bold 14px Arial, Verdana, Georgia, sans-serif; display:inline-block; }

h4 { font:bold 12px Arial, Verdana, Georgia, sans-serif; display:inline-block; }

h5 { font:bold 12px Arial, Verdana, Georgia, sans-serif; display:inline-block; background-color:#838c34; width:815px; border:3px solid #C5CF72; }

p { /*line-height:18px;*/  display:inline-block; }

li { /*line-height:18px;*/ }


a { color:#D96313; }
a:hover { color:#A34806; }




input {
	font-family:Arial, Verdana, Georgia, sans-serif;
	font-size:11px;
	padding:2px;
	margin:0px;
}

form {
	padding:0px;
	margin:0px;
}

textarea {
	font-family:Arial, Verdana, Georgia, sans-serif;
	font-size:11px;
	padding:2px;
}

select {
	font-family:Arial, Verdana, Georgia, sans-serif;
	font-size:11px;
	padding:2px;
}

fieldset {
	border:1px solid #999999;
}
*:first-child+html fieldset { padding:10px; }
* html fieldset { padding:10px; }

legend {
	font-weight:bold;
	color:#585B10;

}

.inputImage {
	border:none;
	background:none;
	padding:0px;
	margin:0px;
}



td { vertical-align:top; }

label { font-size:11px; font-weight:bold;  }

hr {
	color: #CCCCCC;
	height: 1px;
	margin:0px;
	padding:0px;
}

ul li {
	padding-bottom:5px;
}

img { border:none; }