﻿/*---------------------------------------------------*/
/* Style Sheet - ChocoDevilz.com */
/* Version 1.0 dt. March 11, 2008 */
/*---------------------------------------------------*/



/*---------------------------*/
/*--- 1. Universal Styles ---*/
/*---------------------------*/

body
{
	margin: 9px;
	padding: 0px;
	font-family: arial, tahoma, verdana, sans-serif,comic sans MS;
	text-align:center;
	background-image: url('images/bodybg.jpg');
}


/*------------------------------*/
/*--- 2. Styles for top menu ---*/
/*------------------------------*/

.topmenu
{
	margin: 0px auto;
	width: 750px;
	color: #9F9F9F;
	padding: 0px;
	height: 25px;
	text-align: right;
	letter-spacing: 0.09em;
}

.topmenu a, .topmenu a:visited
{
	color: #9F9F9F;
	line-height: 10px;
	text-decoration: none; 
	font-size: 12px; 
	font-family: sans-serif;
}

.topmenu a:hover
{
	text-decoration: underline;
}


/*-------------------------------*/
/*--- 3. Styles for container ---*/
/*-------------------------------*/

.container
{
    clear: both;
	margin: 0px auto;
	width: 750px;
	padding: 0px;
	border: 1px solid #2F2519;
	background-image: url('images/containerbg.jpg');
}


/*---------------------------------*/
/*--- 4. Styles for page header ---*/
/*---------------------------------*/

.header
{
	margin: 0px 0px 9px 0px; 
	padding: 0px;
}


/*----------------------------------------*/
/*--- 5. Styles for middle of the page ---*/
/*----------------------------------------*/

.middle
{
	margin: 0px; 
	padding: 0px;
	text-align: center;
	font-size: 12px;
}


/*--- 5.1 Styles for left part middle main ---*/

.middle-left
{
	clear: both;
	float: left;
	width: 480px; 
	margin: 3px; 
	padding: 0px;
    text-align: justify;
	background-image: url('images/contentbg.jpg');
}

.middle-left img
{
}

.middle-left h1
{
    text-align: left;
    background: url("images/headingbg.JPG");
    padding: 6px;
    margin: 0px 0px 9px 0px;
    color: #221500;
    font-size: 16px;
    font-weight: bold;
    font-family: Cursive, Comic Sans MS, Verdana;
}

.middle-left .content
{
    clear: both;
    display: block;
    margin: 0px;
    padding: 0px 9px 0px 9px;
}

.middle-left .content p
{
    margin: 0px;
    padding: 5px 3px 5px 3px;
}

.middle-left .content p.prices
{
    margin: 0px;
    padding: 9px 3px 9px 3px;
    text-align: center; 
    font-style: italic; 
    font-weight: bold;
    color: Maroon;
    letter-spacing: 1px;
}

.middle-left .content ul li
{
    list-style-image: url('images/bullet.jpg');
    padding: 6px 0px;
}

.middle-left .content a, .middle-left .content a:visited
{
	color: #330000;
	text-decoration: none;
	border-bottom: 1px dashed #330000;
}

.middle-left .content a:hover, .middle-left .content a:focus
{
	color: #330000;
	text-decoration: none;
	border-bottom: 1px solid #330000;
}


/*--- 5.2 Styles for right part middle main ---*/

.middle-right
{
	margin: 3px; 
	padding: 0px;
	float: right;
	width: 250px; 
	text-align: justify;
	color: #333333;
}

.middle-right h3
{
	text-align: left;
	font-weight: bold;
	font-size: 16px;
	padding: 0px;
	margin-bottom: 13px;
	color: #013060;
	font-family: Arial;
	letter-spacing: 1.3;
	width: 100%;
	border-bottom: 1px dashed #013060;
}

.middle-right ul
{
    list-style: none;
    margin: 0px;
    padding: 1px 9px;
}

.middle-right ul li
{
    padding: 3px;
	color: #7e7455;
	font-size: 1.1em;
	letter-spacing: 1.3;
}

.middle-right ul li a, .middle-right ul li a:visited
{
	color: #7e7455;
	text-decoration: none;
	letter-spacing: 0.06em;
}

.middle-right ul li a:hover, .middle-right ul li a:focus
{
	text-decoration: none;
	border-bottom: 1px solid #7e7455;
}


/*---------------------------------*/
/*--- 6. Styles for page footer ---*/
/*---------------------------------*/

.footer
{
    clear: both;
    display: block;
	margin: 0px; 
	padding: 6px;
	font-size: 12px;
	text-align: center;
	color: #9F9F9F;
	letter-spacing: 0.09em;
}

.footer a, .footer a:visited
{
	color: #9F9F9F;
	font-weight: bold;
	text-decoration: none;
	padding: 3px;
}

.footer a:hover, .footer a:focus
{
	color: #9F9F9F;
	font-weight: bold;
	text-decoration: underline;
}


/*-------------------------------*/
/*--- 7. Styles for copyright ---*/
/*-------------------------------*/

.copyright
{
	margin: 0px auto;
	width: 750px;
	padding: 0px;
	color: #909090;
	font-size: 10px;
}

.copyright a, .copyright a:visited, .copyright a:hover
{
	color: #9F9F9F;
	text-decoration: underline;
}
