
/*   TAP Productions main CSS


COLORS:
RED aa030a
TAN/Gold #77683c;

Backgrounds:
TAN/Gold #f5f0e2;
********************************/

*      {margin:0; padding:0} /*Removes margin and padding from every element. */
html   {height:100%; font-size:100.01%} /*Set font-size to a percentage preventing a Windows IE "extreme font re-sizing" bug. Set font-size slightly larger than 100% to repair Opera rounding errors. 
Set less than 101% to prevent Safari errors. */
body, h1, h2, h3, h4, h5, h6, p, div, form, code, pre, fieldset, legend, dl, dt, dd
{margin:0; padding:0; border:0 solid;} /*general leveller*/

body {
	font-family:"Trebuchet MS", Arial, sans-serif;
	font:100.01%/120% "Trebuchet MS", Arial, sans-serif; 
	font-size:90%;
	margin: 0px;
	padding: 0px;
	background-color:#fff;
	min-height:101%;/*force Netscape & Firefox to display vertical scrollbars, thereby preventing content jumping*/}

h1 {
	font-size:115%;
	line-height:125%;
	font-weight:bold;
	color:#aa030a;
	margin:0px 0px 12px 0px;
	font-family:Verdana, Arial, sans-serif;
}

h2 {
	font-size:105%;
	line-height:120%;
	color:#77683c;
	font-weight:normal;
	margin:10px 0px 5px 0px;
	font-family:Verdana, Arial, sans-serif;
}
h3 {
	font-size:105%;
	line-height:110%;
	color:#77683c;
	margin:15px 0px 2px 0px;
	font-family:Verdana, Arial, sans-serif;
}

a {
	color:#aa030a;
	text-decoration:underline;
}

a:hover {
	color:#444;
	text-decoration:underline;
}
p {
	text-align:left;
	margin:0px;
	padding:5px 0px 5px 0px;
	line-height:1.3em;
}

ul{
	margin:0px 0px 10px 25px;
	
}

li {
	list-style-image: url(../images/common/bullet_tan.gif);
	 line-height:160%;
}
/********** Container DIVS ********************************/

#container{width:924px; margin:0 auto;}

#printLogo{}
#videoInDiv {width:450px;  height:400px; float:right; position:relative; top:0px; right:0px; padding:0 0 0 20px;}
#videoInDiv p {margin:4px 0 0 15px; color:#444; font-size:11px;}
#videoInDiv img {margin:0px 0  20px 0px;}
/********** Box DIVS ********************************/
#box {z-index:1; width:924px; margin:10px 0px 0px 0px; background-image:url(../images/common/bgMid.jpg); background-repeat:repeat-y;}

#topBox {background-image:url(../images/common/logoBanner.jpg); background-repeat:repeat-x; height:185px;width:924px;}

#botBox {width:924px; margin:0 0 0 1px;}

/********** logo DIVS ********************************/

#printLogo{display:none; visibility:hidden; width:0px; height:0px; margin:0px; padding:0px;}

/********** nav  DIVS ********************************/

/*see SpryMenuBarHorizontal.css*/

/********** content (copy section) DIVS ********************************/

#content {margin:0px; padding:0px 80px 20px; text-align:left; min-height:300px;}

/********** Video styles ********************************/

#TechnologyName {
	color:#aa030a;
	font-weight:bold;
}

#TechnologyName img{
	padding-left:6px;
}

/********** footer********************************/

#footer {text-align:left; font-size:90%; margin:0px 80px 20px;}