/*
Title:      Template Master Styles
Author:     Loughlin McSweeney, loughlin@choicecutsonline.com
Updated:    ...
Notes:		...
*/

@import url(reset.css);

body 
{
	margin: 0px;
	padding: 0px;
	font-family: Arial, sans-serif;
	text-align: center;
	line-height: 1.5em;
	color: #000;
	background-attachment:fixed;
	background-image: url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}

/* ---( common elements )------------------------------- */

p 
{
	margin: 0px;
	padding: 0px;

}


p img
{
	border: 0px;
}




h1, h2, h3, h4, h5, h6
{
	margin: 0px;
	padding: 0px;


}



.clearboth
{
	clear: both;
}

/* ---( wrapper )------------------------------- */


#wrap 
{

	position: relative;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
	width: 950px;
} 		

#logo
{
	margin-top:25px;
	margin-bottom:25px;
}

#main-content
{
	-webkit-border-radius: 5px; /* Safari prototype */
	-moz-border-radius: 5px; /* Gecko browsers */
	border-radius: 5px; /* Everything else - limited support at the moment */
	background-color:#FFF;
	padding:25px;
}

#inner-content
{
	padding:40px;
}

#inner-content p
{
	color: #494949;
	display: inline;
	float: left;
	font-size: 14px;
	line-height: 28px;
	width: 370px;
}

#inner-content p span
{
	vertical-align:super;
}


.col1
{
	margin-right:55px;
}

#phone-details
{
	margin-bottom:15px;
}


table#parts
{
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	margin: 20px auto;
	width: 650px;
	
}

table#parts tr
{
	margin:0px;
	padding:0px;
	line-height:16px;
}

table#parts tr th
{
	font-weight:bold;
	font-size:12px;
	text-align:left;
}

p#also
{
	color: #0079CE;
	font-size: 12px;
	line-height: 16px;
	margin: 0 auto 20px;
	text-align: center;
	width: 675px;
	font-weight:bold;
}

p#also span
{
	vertical-align:super;
}
