/* 
========================================================================
TEMPLATE.CSS
========================================================================
*/

/* --- Body - control position #container, allows centering of site -- */
body {
	text-align: center;
	background-color: #CAF3A4;
	margin:0px;
	padding:0px;
}

.top
{
width:100%;
height:7px;
margin:0;
padding:0;
background-color:#8A2320;
}

#container {
	background-image: url(../templateimages/Deli/InterfaceElements/template_MainBg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	/* because "min-width" is not supported by IE, these pages use a script from PVII */
	min-width:955px;
	_width:expression(document.body.clientWidth < 956? "955px": "100%" );; /* hack for MS IE */
	width:100%;
}

/* Contains rest of HTML */
#centrecontainer {
	width: 100%;
	text-align: left;
}


/* --- Header section ------------------------------------------------ */
#header {
	height: 122px;
	margin: 0px;
}

#header #title {
	height: 70px;
	margin: 0px 0px 0px 0px;
}

/* Top links */
#header2 .links {
	margin: 0px 10px 0px 350px;
	padding: 5px 0px 5px 0px;
	font-size: 7.5pt;
	
}


#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: none;
	color: black;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

#header2 .links2 {
	margin: 2px 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: bold;
	}


#header2 .links2 a:hover
	{
	color: black;
	}
	
.logo
{height:122px;
width:300px;
margin:0px;
padding:0px;
float:left;
}
	
	
.navbar
{height:122px;
width:642px;
margin:0px;
padding:0px;
float:left;
background-image:url(../templateimages/Deli/InterfaceElements/nav_delete.jpg);
background-repeat:no-repeat;
}

#nav
{
height:43px;
margin:57px 0px 0px 0px;
width:642px;
}



#nav a
{
float: left;
}

#nav a:hover
{
background-position: 0 -43px;
}




#home
{
float:left;
width:125px;
height:43px;
padding:0px;
background-image:url(../templateimages/Deli/InterfaceElements/homepage.jpg) top left no-repeat;
}


#home a
{
width:125px;
height:43px;
background-image:url(../templateimages/Deli/InterfaceElements/homepage.jpg);
}
	
#home a:hover

{
width:125px;
height:43px;
background-image:url(../templateimages/Deli/InterfaceElements/homepage.jpg);
}


#about
{
float:left;
width:113px;
height:43px;
padding:0px;
background-image:url(../templateimages/Deli/InterfaceElements/about.jpg) top left no-repeat;
}


#about a
{
width:113px;
height:43px;
background-image:url(../templateimages/Deli/InterfaceElements/about.jpg);
}
	
#about a:hover

{
width:113px;
height:43px;
background-image:url(../templateimages/Deli/InterfaceElements/about.jpg);
}
	
#products
{
float:left;
width:138px;
height:43px;
padding:0px;
background-image:url(../templateimages/Deli/InterfaceElements/products.jpg) top left no-repeat;
}


#products a
{
width:138px;
height:43px;
background-image:url(../templateimages/Deli/InterfaceElements/products.jpg);
}
	
#products a:hover

{
width:138px;
height:43px;
background-image:url(../templateimages/Deli/InterfaceElements/products.jpg);
}
		
#account
{
float:left;
width:138px;
height:43px;
padding:0px;
background-image:url(../templateimages/Deli/InterfaceElements/account.jpg) top left no-repeat;
}


#account a
{
width:138px;
height:43px;
background-image:url(../templateimages/Deli/InterfaceElements/account.jpg);
}
	
#account a:hover

{
width:138px;
height:43px;
background-image:url(../templateimages/Deli/InterfaceElements/account.jpg);
}		
	
#contact
{
float:left;
width:128px;
height:43px;
padding:0px;
background-image:url(../templateimages/Deli/InterfaceElements/contact.jpg) top left no-repeat;
}


#contact a
{
width:128px;
height:43px;
background-image:url(../templateimages/Deli/InterfaceElements/contact.jpg);
}
	
#contact a:hover

{
width:128px;
height:43px;
background-image:url(../templateimages/Deli/InterfaceElements/contact.jpg);
}		

/* --- Entire page body section - everything below the header -------- */
#pagebody {
	padding: 10px 0 0 0;
	float:left;
	width:100%;
	/* IE doubles the margins on floats, this takes care of the problem */
	display:inline;
	/* this is where Ryan Brill (author of the ALA's article) and I go in "opposite directions" */
	margin-left:-200px
}

/* Left hand section of page body (if you have one!) */
#LeftSideBar {
	float: left;
	width: 170px;
	text-align: left;
	padding: 0;
	/* IE doubles the margins on floats, this takes care of the problem */
	display:inline;
	margin-left:210px;
}

/* Dynamic page content section of page body */
#pagecontent {
	text-align: left;
	margin-left:420px;
	position: relative;
	margin-top:20px;

}

#pagecontent_pad {
	padding: 20px;
		background-color:#ffffff;
	border:2px solid #434f11;
	margin-right:10px;
	height:auto;
	width:89%;

}


/* Right hand section of page body */
#RightSideBar {
	padding:0px 0 0px 100%;
	margin: 10px 0 0 -185px;
}

#RightSideBar .wrap {
	margin-right: 10px;
}

#RightSideBar .section {
	display: block;
}


/* --- subFooter -------------------------------------------------------- */

.subfooter
{
	padding-top: 0px;
	height:110px;
	background-image: url(../templateimages/Deli/InterfaceElements/subfooter_bg.gif);
	background-repeat:no-repeat;
	clear: both;
	text-align: center;
	float: left;
	width: 100%;
	background-color:#CAF3A4;
	
	}


/* --- Footer -------------------------------------------------------- */
#footer {
	padding-top: 0px;
	height:189px;
	background-image:url(../templateimages/Deli/InterfaceElements/footer_bg.gif);
	background-repeat:repeat-x;
	clear: both;
	text-align: center;
	float: left;
	width: 100%;
	background-color:#300b0e;
	
	}

/* Footer nav links */
#footer .links {
	margin: 20px 0px 0px 0px;
}

#footer .links li {
	
	display: inline;
}
	
#footer .links a {
	font-size: 10pt;
	padding: 2px;
	margin-left: 3px;
	margin-right: 3px;
	text-decoration:none;
	font-weight:bold;
	color:#D34B56;
}

#footer .links a:hover {
	font-size: 10pt;
	text-decoration:none;
	color: #ffffff;
	font-weight:bold;
}

.footertext
{
margin-top:20px;
color:#ffffff;
text-align:center;
font-size:9pt;
line-height:0px;
height:auto;
}

.footertext p
{
color:#efefef;
font-size:8pt;
}
  

/* T&Cs text */
#terms {
	background-image: url(../templateimages/back_fade3.png);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 4px 0 0 0;
	padding: 10px 0 12px 10px;
	font-size: 7pt;
	color: #999999;
}
#terms .fix {
	padding-left: 10px;
}


/* --- language, currency menu and search box ------------------------ */


.currency
{
width:170px;
background-color:#D2D433;
background-image:url(../templateimages/Deli/InterfaceElements/currency_bg.gif);
background-repeat:no-repeat;
height:84px;
text-align:center;
margin-top:20px;
}

.currency select {
	width: 140px;
	background-color:#ffffff;
	color:#6B8035;
	border:1px solid #D2D433;
	margin:20px 0px 0px 0px;
	padding:0px 3px 0px 3px;
	}
	
	.currency select:hover {
	width: 140px;
	background-color:#ffffff;
	color:#6B8035;
	border:1px solid #D2D433;
	margin:20px 0px 0px 0px;
	padding:0px 3px 0px 3px;
	}




#languagemenu form select, currencymenu form select {
	width: 168px;
	margin: 0;
	padding: 0;
}

.quicksearch
{
width:170px;
background-color:#CAF3A4;
background-image:url(../templateimages/Deli/InterfaceElements/search_bg.gif);
background-repeat:no-repeat;
height:100px;
text-align:center;
margin-top:20px;
}

input.searchsubmit
{
background-color:#6B8035;
color:#ffffff;
width:100px;
margin:3px 0px 3px 10px;
}

.quicksearch input
{
background-color:#6B8035;
color:#6B8035;
width:100px;
margin:0px 0px 0px 10px;
}

.quicksearch h4
{
color:#ffffff;
font-size:10pt;
margin:1px 0px 5px 15px;
font-weight:bold;
padding:10px 0px 0px 0px;
}



#searchbox input {
	width: 140px;
	background-color:#ffffff;
	color:#6B8035;
	border:1px solid #D2D433;
	margin:7px 0px 0px 0px;
	padding:0px 3px 0px 3px;
	
}

#searchbox input.submit {
	width:100px;
	background-image:none;
	background-color:#2D3911;
	border:1px solid #D2D433;
	color:#ffffff;
	margin:5px 0px 3px 0px;
	padding:0px 3px 0px 3px;
	font-size:9pt;
	
}

#searchbox #searchbutton {
	text-align: right;
	margin: 0;
	padding: 0;
}


#mailinghead

{width:170px;
margin-top:20px;
height:69px;
background-image:url(../templateimages/mailhead.gif);
background-repeat:no-repeat;
}

.mailinglisting
{
width:170px;
background-image:url(../templateimages/mailbg.gif);
background-repeat:repeat-y;
margin:0px 0px 0px 0px;
text-align:center;
padding-bottom:10px;
}



.mailinglisting p
{
color:#FFFFFF;
font-size:9pt;
border-bottom:1px dotted #ffffff;
margin:0px 0px 3px 0px;
padding:10px;
text-align:center;
}

#mailingfoot
{width:170px;
height:41px;
background-image:url(../templateimages/mailfoot.gif);
background-repeat:no-repeat;
margin:0px 0px 20px 0px;
}


.mailinglisting h4
{
color:#ffffff;
font-size:9pt;
font-weight:bold;
margin:3px 0px 0px 0px;
padding:0;
}

.mailinglister
{
width:170px;
margin:0px;
padding:0px
}


.mailinglister input
{
background-color:#ffffff;
color: #336600;
width:130px;
text-align:left;
padding:2px 4px 2px 4px;
}


.mailinglister input
{
width: 140px;
background-color:#ffffff;
color:#6B8035;
border:1px solid #D2D433;
}

.mailinglister input.submit 
{
background-image:none;
background-color:#2D3911;
border:1px solid #D2D433;
color:#ffffff;
font-size:9pt;	
}




/* --- 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;
}


/* Homepage */

.homepage
{
background-color:#ffffff;
margin:0px;
padding:0px;
margin:-20px;
height:1000px;
}


.flashmovie
{

padding:0px;
text-align:center;
background-color:#ffffff;
text-align:center;
color:#ffffff;
font-size:15px;
font-weight:bold;
width:100%;
height:250px;
float:left;
border-bottom:2px solid #434f11;
}



.f4links
{
width:170px;
margin:10px 0px 0px 0px;
}

.adbanner
{width:170px;
text-align:center;
margin:0 auto;
padding:0px;
}

.holder
{
width:150px;
height:150px;
padding:1px;
border:1px solid #000000;
width/**/:/**/ 148px;
}

.products_extended .versions

{clear:both;
}

.delivery
{
width:175px;
margin-top:0px;
}

#footer .riverman
{
margin:0px;
padding:0px;
}

#footer .riverman p
{font-size:7.5pt;
color:#ffffff;
margin:0px;
line-height:20px;
padding:0px;
}



#footer .riverman a
{
	font-size: 8pt;
	padding: 2px;
	margin-left: 3px;
	margin-right: 3px;
	text-decoration:none;
	font-weight:bold;
	color:#D34B56;
}

#footer .riverman a:hover
{
	font-size: 8pt;
	text-decoration:none;
	color: #ffffff;
	font-weight:bold;
}

