/********************************************
	Projectorsandparts CSS					 
********************************************/

@import url("header.css");
@import url("footer.css");
@import url("liquidcorners.css");
@import url("resultsnav.css");
@import url("results.css");
@import url("manufacturer.css");
@import url("payment.css");

/************************
		container        
************************/
#pandpcontainer
{
	width: 990px;
	margin: auto;
	clear: both;
	position:relative;
	background-color: Transparent;
	/*overflow:hidden;*/
}

.header, .mainBody, .paymentBody
{
	width: 990px;
	margin: auto;
	clear: both;
	position:relative;
	background-color: white;
	padding-left: 5px;	
	padding-right: 5px;
}

.header 
{
    z-index:1;
}

.footer
{
    width: 990px;
	margin: auto;
	clear: both;
	position:relative;
	background-color: Black;

}

/*******************************************
				Body						
*******************************************/

body
{
	/*font-family: Verdana, Tahoma, Helvetica;*/
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	color: #000000;
	line-height: 1.2;
	font-weight: normal;
	font-size:0.8em;
	background-color:#F5F5F5;
}

#pandpcontainer .mainBody .leftColumn
{
    padding-left:5px;
    left: 0px;
    position: relative;
    float: left;
    width: 180px;
    z-index:0;
}

#pandpcontainer .mainBody .centerColumn
{
    left: 190px;
    float: left;
    width: 620px;
    padding-left: 5px;
    z-index:0;
}

#pandpcontainer .mainBody .rightColumn
{
    padding-left:5px;
    left: 790px;
    float: left;
    width: 170px;
    z-index:0;
}

#pandpcontainer .paymentBody .paymentColumn
{
	padding-left:5px;
	padding-right: 5px;
    left: 0px;
    position: relative;
    float: left;
    width: 990px;
}

h1
{
	color: #000000; /*color: #334d55;*/
	font-size: 110%;
	font-weight: bolder;
}

/*****************************
          Page Titles         
*****************************/

#pageTitle
{
    padding: 1px 0 0 1px;
}

#pageTitle h1
{
    position:relative;
	color: #007BBB;
	font-size: 150%;
}

#pageTitle .icon
{
    display: block;
	width: 0px;
	height: 2px;
	float: left;
	margin: 4px 5px 0 10px;
}

/*****************************
		Rounded corners		  
*****************************/

.roundtop_white, .roundtop_grey, .roundtop_greyinside
{ 
	position: relative;	
	margin: 0 0 -7px 0;	
	width: 100%;
	background: url(../images/corners/c_tr_white.jpg) no-repeat top right;	
}

.roundbottom_white, .roundbottom_grey  
{
	margin: -7px 0 0 0;		
	width: 100%;
	background: url(../images/corners/c_br_white.jpg) no-repeat top right;			
}


.roundtop_grey {background: url(../images/corners/c_tr_grey.jpg) no-repeat top right; }
.roundtop_greyinside {background: url(../images/corners/c_tr_greyinside.jpg) no-repeat top right; }
.roundbottom_grey {background: url(../images/corners/c_br_grey.jpg) no-repeat top right; }

img.corner 
{   
   text-align: left;  
   width: auto;   
   height: 7px;
   z-index: -1;
   border: none;
   display: block !important;
}


.roundtop_blue
{
	position: relative;	
	margin: 0 0 -25px 0;
	width: 100%;
	background: url(../images/corners/c_tr_blue.jpg) no-repeat top right; 
}

img.corner_blue 
{   
   text-align: left;  
   width: auto;   
   height: 25px;
   z-index: -1;
   border: none;
   display: block !important;
}

/********************************
			Page Title			 
********************************/
#pageTitlePanel
{
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	position: relative;
}

#pageTitlePanel span
{
	font-size: 16px;
	color: Blue;
}

.greybar 
{
	background-color:#cbcbcb;
	background-position:center;
	background-image: url(images/icons/greyglass.gif);
}

.imagegallery
{
	display: table;
	margin: 0 AUTO;
}

#mainAdvert
{
	padding: 5px 5px 5px 5px;
	border: 1px solid #cccccc;
}

#mainWhyBuy
{
	padding: 5px 5px 5px 5px;
	border: 1px solid #cccccc;
}

