/***********************************************/
/* print.css for First Choice Marketing                          
/************************************************/



/*mods to the reset file */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #ffffff;
}

body {
	font-size: 12pt;
}

body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,input,textarea { 
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.25em;
 }

/* Headings-------------------------------------------------------------- */ 
h1,h2,h3,h4,h5,h6 { font-weight: bold; } 
h1 { font-size: 1.4em; line-height: 1em; margin-bottom: 1em; margin-top: 1em;}
h2 { font-size: 1.3em; margin-bottom: 0.75em; }
h3 { font-size: 1.2em; line-height: 0.7em; margin-bottom: 1em; }
h4 { font-size: 1.1em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; margin-bottom: 1.5em; }
h6 { font-size: 1em; }  

ol, ul {
	list-style: none;
}



/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

a:link, a:visited, a:hover {
	color: #000000;
	text-decoration: underline;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	border: 1pt #000000 solid;
	margin: 0 auto;
	margin-bottom: 15pt; 
	width: 92%;
}

th {
	border: 1pt #000000 solid;
	padding: .25em;
}

td {
	border: 1pt #000000 solid;
	padding: .25em;
}

img {
	border: none;
	}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#container {
   	width:90%;
  	margin: 0 auto;
  	text-align:left;
  	background-color: #ffffff;
}

#masthead{
	margin: 0 auto;
	padding: 0;
	height: 3em;
	border-bottom: 1pt #000000 solid;
}

#masthead img {
	display: none;
}

#masthead h1 {
	display: inline;
	color: #000000;
	font-size: 1.6em;
	font-style: bold;
	line-height: 1.6em;
}

#contentContainer{
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

#content {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

#content p {
	padding: 0 15pt 5pt 0;
	text-align: left;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#login{
	display: none;
	}
	
#miniNav{
	display: none;
	}
	
.homePage  {
	width: 80%;
	border: 1pt #000000 solid;
	margin: 0 0 35pt 0;
}

.homePage tr {
	border: 1pt #000000 solid;
}

.homePage td {
	border: 1pt #000000 solid;
	padding: .25em;
}

.sonyProductLines img {
	border: 1px solid #000000;
}


/************* #globalNav styles **************/

#globalNav{
display: none;

}

/************* #globalNav styles *************/

#globalNav{
	display: none;
}


/************* #footer styles ***************/

#footer{
	background-color: #ffffff;
	color: #000000;
	margin-top: 0;
	padding: 10pt 10pt 10pt 0pt;
}

#footer a {
	color: #000000;
	text-decoration: underline;
}



