/* 
========================================================================
TEMPLATE.CSS
========================================================================
*/

/* --- Body - control position #container, allows centering of site -- */
body {
	text-align: center;
	background-color: grey;
	background-image:url(../templateimages/background.jpg);
	margin: 10px 10px 10px 10px;
}


#container {
	display: block;
	/*background-image: url(../templateimages/back_fade.png);*/
	/*background-position: top left;*/
	/*background-repeat: repeat-x;*/
	margin: 5px auto;
	/*border: 1px green solid;*/
}

/* Contains rest of HTML */
#centrecontainer {
	width: 875px;
	text-align: left;
	margin: 0 auto;
	min-height: 100%;
	/*border: 1px orange solid;*/
	background-color: white;
	/*	
	background-image: url(../templateimages/elipses.jpg);
	background-position: bottom right;
	background-repeat:  no-repeat;
	*/
}


/* --- Header section ------------------------------------------------ */
#header {
	height: 120px;
	margin: 0px;
	/*background: rgb(74,174,158);*/
	/*border: 1px orange solid;*/
}

#header #title {
	height: 112px;
	/*margin: 10px 10px 0px 0px;*/
}

#header2  {
/*	background: rgb(74,174,158);*/
	height: 27px;
	background-image: url(../templateimages/menu_bar.jpg);
	background-color: white;
	background-repeat: no-repeat;
	/*border: 1px blue solid;*/
}

/* Top links */
#header2 .links {
       /* top right bottom left*/
	margin: 0px 10px 2px 0px;
	padding: 6px 0px 0px 30px;
	font-size: 10pt;
}


#header2 .links li {
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}

#header2 .links a:link, #header2 .links a:visited
	{
	position: relative;
	text-decoration: none;
	color: white;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px 12px 5px 0px;
	}


#header2 .links a:hover
	{
	position: relative;
	text-decoration: underline;
	/*color: black;*/
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

#header2 .links2 {
	margin: 0px 10px 0px 10px;
	padding: 2px 0px 2px 0px;
}

#header2 .links2 li {
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}

#header2 .links2 a:link, #header2 .links2 a:visited
	{
	margin: 0px 10px 0px 0px;
	text-decoration: none;
	color: white;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	font-weight: normal;
	}


#header2 .links2 a:hover
	{
	/*color: black;*/
	text-decoration: underline;
	}


/* --- Entire page body section - everything below the header -------- */
#pagebody {
			/*t r b l*/
	padding: 10px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
	/*
	background-image:url(../templateimages/beveling.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	*/
	/*border: 1px green solid;*/
}

/* Left hand section of page body (if you have one!) */
#left {
	width: 168px;
	margin: 0px;
	float: left;
    /*border: 1px black solid;*/
}

/* Dynamic page content section of page body */
#pagecontent {
	width: 605px;
	/*width: 610px;*/
	float: left;
			/*t r b l*/
	padding: 0px 0px 0px 30px;
	/*border: 1px blue solid;*/
}

#pagecontent_pad {
	padding: 10px 5px 5px 0px;
}

/* Right hand section of page body */
#right {
	width: 228px;
	/*width: 197px;*/
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#searchRight{
	width: 190px;
	float: right;
	margin: 10px;
	padding-left: 0px;
}

#basketRight{
	width: 190px;
	float: right;
	margin: 10px;
	padding-left: 0px;
}
#categoriesRight{
	width: 190px;
	float: right;
	/*trbl*/
	margin: 0px 10px 10px 10px;
	padding-left: 0px;
}
#contactRight{
	width: 190px;
	float: right;
	margin: 10px;
	padding-left: 0px;
    /* border: 1px black solid;*/
}
#newsletterRight{
	width: 190px;
	float: right;
	margin: 10px;
	padding-left: 0px;
    /* border: 1px black solid;*/
}
/* --- Footer -------------------------------------------------------- */
#footer {
	padding-top: 20px;
	clear: both;
	text-align: left;
}

/* Footer nav links */
#footer .links {
	margin: 0px;
}

#footer .links li {
	list-style: none;
	display: inline;
}
	
#footer .links a {
	font-size: 7pt;
	padding: 2px;
	margin-left: 3px;
	margin-right: 3px;
}

/* T&Cs text */
#terms {
	background-image: url(../templateimages/menu_bar.jpg);
	background-color: white;
	background-repeat: no-repeat;
	/*	background: rgb(74,174,158);*/
/*
	margin-top: 4px;
	padding-top: 6px;
	padding-left: 30px;
	margin-bottom: 2px;
*/
	font-size: 7.5pt;
	color: white;
}

#terms .links {
         /* top right bottom left*/
	/*margin: 0px 10px 0px 30px;*/
	/* padding: 5px 0px 5px 0px;*/
	margin: 0px 10px 2px 0px;
	padding: 6px 0px 0px 30px;
	font-size: 7.5pt;
}


#terms .links li {
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}

#terms .links a:link, #terms .links a:visited
	{
	position: relative;
	text-decoration: none;
	color: white;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px 12px 5px 0px;
	}


#terms .links a:hover
	{
	position: relative;
	text-decoration: underline;
/*
	text-decoration: none;
	color: black;
*/
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}


/* --- language, currency menu and search box ------------------------ */
#languagemenu form select, #currencymenu form select, #prodtypemenuform select {
	width: 168px;
	margin: 0;
	padding: 0;
}

#searchbox input {
	width: 148px;
}

#searchbox #searchbutton {
	width: 20px;
	text-align: right;
	margin: 0;
	padding: 0;
}

/* --- Template items ------------------------------------------------ */
#left_pad {
	padding: 0px 5px 0px 8px;
}

#left h2 {
	margin: 10px 0px 5px 0px;
	font-weight: bold;
}

/* search and mailinglist forms */
#quicksearch form {
	display: block;
}

#left input.submit {
	height: 22px;
	width: 30px;
}

#left input.text {
	width: 95px;
}

#mailinglist label#email {
	display: block;
	margin: 0px 0px 2px 0px;
}

#mailinglist label#htmlemail {
	display: block;
	margin: 2px 0px 2px 0px;
}

#right h2 {
	margin: 10px 0px 5px 0px;
	font-weight: bold;
}


#pagecontent_pad h1 .Cements {
	color: #F168A8;
}

#pagecontent_pad h1 .Consumable {
	color: #FCB862;
}

#pagecontent_pad h1 .Crowns {
	color: #F6B3D2;
}

#pagecontent_pad h1 .Eco {
	color: #00529B;
}

#pagecontent_pad h1 .Endodontic {
	color: #B9D9AD;
}

#pagecontent_pad h1 .Etching {
	color: #A1CEEE;
}

#pagecontent_pad h1 .Impression {
	color: #FDCC8B;
}

#pagecontent_pad h1 .Infection {
	color: #F89E1C;
}

#pagecontent_pad h1 .Instrument {
	color: #93CFD2;
}

#pagecontent_pad h1 .MatrixSys {
	color: #7BBDE9;
}

#pagecontent_pad h1 .OralHygie {
	color: #77BB67;
}

#pagecontent_pad h1 .PinsPos {
	color: #F496C0;
}

#pagecontent_pad h1 .Prevention {
	color: #9FCB91;
}

#pagecontent_pad h1 .Restorativ {
	color: #2CA9E0;
}

#pagecontent_pad h1 .Rotary {
	color: #62BEC1;
}

#pagecontent_pad h1 .SmallEqui {
	color: #753F8D;
}

#pagecontent_pad h1 .Surgical {
	color: #946FA7;
}

#pagecontent_pad h1 .XRay {
	color: #AD90BD;
}

