/* 
Halo 3 OST Website Style Sheet
Author: Intellectual Alchemy
Implimenation: public
Date: 10/22/2007
*/

/*----------------------------------------------------------------------------------
***************************** Global Elements  ***********************************
----------------------------------------------------------------------------------*/

Body {
	scrollbar-arrow-color:#ffffff;
	scrollbar-base-color:#A0D8F1;
	scrollbar-shadow-color:#000000;
	scrollbar-face-color:#A0D8F1;
	scrollbar-highlight-color:ffffff;
	scrollbar-dark-shadow-color:#000000;
	scrollbar-3d-light-color:#ffffff;
	
	background-color:#9CD061;
	background-image:url(../images/HTML_BackingSlice.jpg);
	background-repeat:repeat-x;
	
	padding-top:0px;
	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

}


/* Font Family -- Designates font-family globally.  */
html, body, div, p, td, th {	 
	font-family: Arial, Helvetica, sans-serif; color:#333333; font-size: 8pt; line-height: 11pt; margin: 0;
}

/****************************** Fonts ************************************/

/* Copy -- Used as the main copy font  */
.fntCopy {	 
	font: 11px Arial, Helvetica, sans-serif; color:#ffffff; font-weight: normal; letter-spacing:0px; line-height: 10pt;
}


/*----------------------------------------------------------------------------------
***************************** Hyperlink Styles ***********************************
----------------------------------------------------------------------------------*/





/*----------------------------------------------------------------------------------
***************************** Div Styles ***********************************
----------------------------------------------------------------------------------*/

/* Site Container -- Centers the site table */
.divSiteContainer {
	width:990px; height:650px; position: absolute; left: 50%; margin-left: -495px; border: none;
}

/* Gadget Container --  */
.divGadget {
	width:631px; height:605px; position:absolute; top:21px; left:357px;
}





/*----------------------------------------------------------------------------------
***************************** Button Styles ***********************************
----------------------------------------------------------------------------------*/

/* Order --   */
.btnOrder{
     display: block; /* a tag must be a block */
     width: 206px; /* width of reactive image */
     height: 90px; /* height of reactive image */
     background-image: url(../images/Btn_Order.jpg);/* source for start image */
     background-repeat: no-repeat;
	 background-position: 0px 0%;
	 overflow:hidden; 
}

A.btnOrder:link, A.btnOrder:visited, A.btnOrder:active { display: block; width: 206px; height: 90px; background-image: url(../images/Btn_Order.jpg); background-repeat: no-repeat; overflow:hidden; background-position: 0px 0%;}
A.btnOrder:HOVER {display: block; width: 206px; height: 90px; background-image: url(../images/Btn_Order.jpg); background-repeat: no-repeat; overflow:hidden; background-position: 0px -90px;  }




/*----------------------------------------------------------------------------------
***************************** PNG Workarounds ***********************************
----------------------------------------------------------------------------------*/



/*----------------------------------------------------------------------------------
***************************** User Controls ***********************************
----------------------------------------------------------------------------------*/

