﻿/** BASIC */
.dropcap {
float:left;
color:#D4D4C7;
font-size:100px;
line-height:70px;
padding-top:2px;
font-family: Times, serif, Georgia;
} 



 body
{
    margin: 10px 0px;
    padding: 2px;
    background-color: #99C2D6;
    font-family: Tahoma;
    background-image: url(images/back.jpg);
    background-repeat: repeat-x;
} 



h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	
}

h3
{
    padding-right: 0px;
    padding-left: 15px;
    padding-bottom: 0px;
    padding-top: 0px;
    text-decoration: underline;
}

a {
	color: #0077dd;
}

a:hover {
	text-decoration: none;
}

.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
}

.list1 a {
	background: url(images1/img01.gif) no-repeat left 60%;
	padding-left: 12px;
}

.list2 {
	margin: 0;
	list-style: none;
}

.list2 a {
	background: url(images1/img01.gif) no-repeat left 60%;
	padding-left: 12px;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 3px 20px 0px 0px;
	  background-image: url(images/img01.gif);
    background-repeat: repeat-x repeat-y ;
}

/** HEADER */
p
{
    padding: 15px;
    text-align: left;

}

p.welcome
{
    text-transform: uppercase;
    direction: ltr;
    font-style: italic;
    letter-spacing: normal;
    text-align: center;
    text-decoration: underline;
    font-weight: bold;
    font-size: 25pt;
    color: dimgray;
}

p.info
{
    text-align: center;
    font-size: 95%;
    font-weight: bold;
    color: dimgray;
}

p.guarantee
{
    text-align: center;
    font-size: 70%;
    
}

#header
{
    clear: both;
    margin: 0px auto;
    height: 135px;
    text-align: center;
    
}


#headerLeft {
	float: left;
	width: 120px;
	padding-left: 20px;

	 margin-right: 20px;
}

#headerMiddle {
	float: left;
	width: 450px;
	padding-left: 20px;
	
}



#headerRight
{
    float: left;
    width: 150px;
    padding-left: 20px;
}

#header h1 {
	margin: 0px;
	padding: 20px 0px 0px 0px;
	text-transform: uppercase;
	font-weight: bold;
}

#header h2 {
	margin: 0 0 0 -80px;
	padding: 0px 0px 0px 0px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
}

/** MENU */

#menu
{
    clear: both;
    margin: 5px auto;
    font-size: 80%;
    background-color: midnightblue;
    text-align :center ;
    	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 11px;

	color: #333333;


}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	height:20px;
}

#menu li {
	display: inline;
}

#menu a {
	
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 10pt;
}


#mainimage
{
    height: 130px;
    background: url(images/main.jpg);
    margin-left: 10px;
    margin-right: 10px;
    border: #000000 thin solid;
}


#menu a:hover {
	background: #FFFFFF;
	color: #254360;
}



/** CONTENT */
#main
{
    width: 800px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    background-color: White;
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
    border-bottom-style: solid;
} 



#content {
	width: 778px;
	margin: 0px auto;
	padding: 15px 0px 20px 0px;
}

.title {
	height: 50px;
	margin: 0;
	padding: 7px 0 0 15px;
	color :White ;
	background: url(images/img06.gif) repeat-x;
}

#left
{
    float: left;
    width: 590px;
    padding-left: 10px;
  
}

#left h2 {
	height: 22px;

	font-size: 12pt;
	font-weight: bold;
}

#right {
	float: right;
	width: 150px;
}

#right h3 {
	height: 22px;

	border-spacing: 2px;
	font-size: 11pt;
	font-weight: bold;
}

/** FOOTER */

#footer
{
    clear: both;
    margin: 0px auto;
    background: url(images/img03.gif) repeat-x left top;
    text-align: center;
    font-style: italic;
}

#footer p {
	margin: 0px;
	padding: 18px 0px 0px 0px;
	font-size: 10px;
	color: #FFFFFF;
}

#footer a {
	color: #CCCCCC;
}