/* CSS Document */
body
{ 
    font-family: verdana, arial, helvetica, sans-serif;
	background-color: #ffffff;
	background-image: url(../assets/verticallyBackground.jpg);
	background-repeat: repeat-x;
	
	margin : 0px;
}
/*links will have the same text decoration whether they are active, not visited or visited*/
body a:link, a:visited, a:active {
	text-decoration: underline;
	color: #000;
}
/*hovering links will change their color to red*/
body a:hover {
	text-decoration: underline;
	color: #db2334;
}

/* container block where everythink is placed */
#container {
	width: 941px;
	height:785px;
	margin-right: auto;
	margin-left: auto;
	list-style-type: none;
	background-color: #FFFFFF;
	
}
/********top style class used for the banner********/
#top {
	background: url(../assets/banner.jpg) no-repeat;
	width: 941px;
	height:173px;
	
	
}
/*--------------------------------------------------------------------------*/
/*                    Side Menu Styles                                      */
/*--------------------------------------------------------------------------*/
#menu {
	width: 176px;
	padding-left:8px;
	padding-top: 12px;
	color: #999;
	float: left;
	font-size: 9px;
	margin: 0px 0px 0px 0px;
}
/*style for the unordered list */
/* hovering will change the arrow image and the background color to red*/
#menu ul.one{ margin-left: 0px; padding:0px 0px 0px 0px;}

#menu ul.one li{ 
	border-bottom:1px solid #E3DDCD; 
	list-style: none; 
	text-align: right;
	}

#menu ul.one li a{
	display:block; 
	background:url(../assets/arrow1.gif) 150px 8px no-repeat #FFFCF4; 
	color:#40361B; font:11px/22px Arial, Helvetica, sans-serif;  
	text-decoration:none;  padding:0 33px 0 0px;
	}

#menu ul.one li a:hover{
	background:url(../assets/arrow2.gif) 150px 8px no-repeat #db2334; 
	color:#fff; 
	text-decoration:none; 
	padding:0 33px 0 0px;
	}

#menu ul.one li.home{
	background:url(../assets/arrow2.gif) 150px 8px no-repeat #CC0000; 
	color:#fff; text-decoration:none; 
	font:11px/22px Arial, Helvetica, sans-serif;  
	padding:0 33px 0 0px;}

#menu ul.one li.contact{
	border-bottom:none;
	}
	
/*--------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------*/
/*           styles for the main block where the text is placed             */
/*--------------------------------------------------------------------------*/

.content {
	background: url(../assets/main.gif) repeat-y;
	width: 588px;
	float:left;
	margin-left: 4px;
	padding-top: 12px;
	margin-top :0px;  
	font-size:12px;
	}

h1 {
    padding-left:20px;
	font-size: 15px;
	font-weight: bold;
	color: #72663E;
	text-align:left;
}

h2 {
    padding-left:20px;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}


/*style for the text inside the content*/
p {
	font-size:12px;
	text-align: left;
	padding-left:40px;
	padding-right:40px;
	color:#000000;
}

p.center {
	font-size:12px;
	text-align: left;
	padding-left:40px;
	padding-right:40px;
	color:#000000;
	text-align:center;
}

.strong {
	font-size:12px;
	color:#000000;
	font-weight: bold;
}

/*style for the image inside the content*/
/*the image will have a thick red border*/
.image{
	
	border-color:#db2334;
	border-width:10px;
	border-style:solid;
}
/*--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------*/
/*                     footer related styles                                */
/*--------------------------------------------------------------------------*/
#footer {
	
	width: 941px;
	margin-right: auto;
	margin-left: auto;
	clear:both;
	
		
}

/* footer links style*/
#footer-links {
	height: 19px;
	width: 941px;
	margin: 0;
	padding-top: 10px;
	padding-bottom:20px;
	text-align:center;
	font-size:11px;
	color:black;
	
}
/*Pipe style */
.pipe {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	background-color: #fff;
}
/*--------------------------------------------------------------------------*/

