﻿/*-----------------------------------------------------------------------------
Vasken Demirjian stylesheet

version:1.0
date: 4/8/2008
author: Grace Pok - www.gracepok.com
Color Scheme:
	red:  #BB2526
	gray: #6B6B6B
-----------------------------------------------------------------------------*/

/* =============================================================
    General Declarations 
    =============================================================*/

* { margin:0; padding:0;}

body {
	font-family: Helvetica, Verdana, Arial, sans-serif; 
	color:#6B6B6B;
	font-size: 95%;
}
a {	
	text-decoration: none; 
	color: #6B6B6B;
}
a:link, a:visited {
}
a:hover { color:#BB2526; }

.clear {
	clear:both;
	font-size: 0;
}
strong {
	color: #bb2526;
	font-weight: bold;
}
.right {float:right;}
.left {float:left;}

/* =============================================================
	General Alignment
   =============================================================*/

/* For centering*/
#wrapper {
	margin: 30px auto;
	width: 900px;
	height: 590px;
}

/* to align with logo*/
#content, #footer {
 	margin-left: 10px; 
	width: 890px;  /*needed for sarafi */
}
/* =============================================================
    Header
    =============================================================*/

#header {
	height: 50px;
}
img.logo {
	float: left;
	border: 0;
}

/* =============================================================
    Menu
    =============================================================*/
#menu {
	display: block;
	float: right;
	list-style: none;
	background-color: #bb2526;
	margin-top: .5em;
	height: 1.2em;
}
#header #menu {
	width: 30em;
	
}

/*on home page, menu is in the footer */
#footer #menu {
	width: 26em;
	margin-top: 0em;
	height: 1.4em;		/* make it fit the footer block */
}

#menu li { line-height: 1.4; }
#footer #menu li{ line-height: 1.5; }

#menu li {
	text-align: center;
	display: block;
	float: right;
	width: 4.3em;
}

#menu li a {
	height: 100%;
	text-decoration: none;
	border: 0;
	color: white;
	display: block;	
	font-size: 90%;
}
#menu li a:hover, #menu li a.cur {
	color: 	#FFF8DC;
}


/* =============================================================
    Content
    =============================================================*/

#content, #imagepanel, #textpanel {
	height: 500px;
}
#content img.homeimg {
	width: 890px;
}
#imagepanel {
	float: left;
	width: 317px;
}
#imagepanelright {
	float: right;
	width: 115px;
}
#textpanel {  /* holds header + textdiv */
	float: right;
	width: 556px;
}
#textpanel h1 {
	font-size: 150%;
	height: 50px;
	font-weight: normal;
}
#textdiv {  /* for pargraphs */
	height: 450px;  /* content height - H1 */
	overflow: auto;
	padding-right: 10px;
	font-size: 85%;
}
#textdiv h2 {
	font-size: 110%;
	color:  #BB2526;
	font-weight: normal;
	margin-bottom: .8em;
}
#textdiv h3 {
		font-weight: normal;
		color: #AAA;
		font-size: 115%;
		line-height: 1.3;
		margin: 0;
		padding: 0;
	}
#textdiv em {
		font-style: normal;
		color: #BB2526;
	}	

#textdiv p {
	line-height: 1.3;
	margin-bottom: 1em;
}


	/* ---- Services Page Specific ------------------------------- */
	#textdiv.services_pg {
		margin-left: -10px;
		padding-left: 10px;
	}
	.services_pg p.desc {
		display: block;
		float: left;
		width: 405px;
	}
		
	.services_pg div.separator {
		width: 400px;
		border-top: 1px solid #bababa;
	}
	
	.services_pg div.img {
		display: block;
		float: right;
		width: 115px;
	}
	.services_pg h3 {
		font-weight: normal;
		color: #AAA;
		font-size: 115%;
		line-height: 1.3;
		margin: 0;
		padding: 0;
	}
	.services_pg ul {
		list-style: none;
		line-height: 1.2;
		padding-bottom: 30px;  /* in Firefox somehow this is smaller... overriden to 10px in IE.css */
	}
	#textdiv.services_pg ul {
		width: 530px;  /* without this IE will show horizontal scrollbar for textdiv */
	}
	.services_pg li {
		width: 100%;
		display: block;
		clear: both;
	}
	.services_pg li:hover {
		color: black;
	}
	.services_pg li span.desc {
		display: block;
		float: left;
		width: 60%;
	}
	.services_pg li span.price {
		display: block;
		float: left;
		width: 35%;
	}
	.services_pg li span.title_odd {
		display: block;
		padding-top:4px;
		padding-bottom:4px;
		float: left;
		width: 30%;
		background-color: white;
		overflow: auto;
	}
	.services_pg li span.title_even {
		display: block;
		padding-top:4px;
		padding-bottom:4px;
		float: left;
		width: 30%;
		background-color: #FFFFFF;
		overflow: auto;
	}
	.services_pg li span.source_odd {
		display: block;
		padding-top:4px;
		padding-bottom:4px;
		float: left;
		width: 40%;
		background-color: white;
		overflow: auto;
	}
	.services_pg li span.source_even {
		display: block;
		padding-top:4px;
		padding-bottom:4px;
		float: left;
		width: 40%;
		background-color: #FFFFFF;
		overflow: auto;
	}
	.services_pg li span.date_odd {
		display: block;
		padding-top:4px;
		padding-bottom:4px;
		float: left;
		width: 30%;
		background-color: white;
		overflow: auto;
	}
	.services_pg li span.date_even {
		display: block;
		padding-top:4px;
		padding-bottom:4px;
		float: left;
		width: 30%;
		background-color: #FFFFFF;
		overflow: auto;
	}


	.services_pg li span.desc {
		display: block;
		float: left;
		width: 60%;
	}

	.services_pg li span.desc {
		display: block;
		float: left;
		width: 60%;
	}

	.services_pg em {
		font-style: normal;
		color: #BB2526;
	}	
	.services_pg li span.days {
		display: block;
		float: left;
		width: 60%;	
	}
	.services_pg li span.hours {
		display: block;
		float: left;
		width: 35%;
	}
	
	#imagepanel.services_pg {
		padding: 50px 10px 15px 8px;
		width: 285px;  /* 317- 2xPadding - border */
		height: 435px;  /* 500 -  PADDINGTOP - PADDINGBOT */
		font-size: 85%;		
		position: absolute;  /*needed for the noteDiv to be aligned to the bottom */
	}
	#imagepanel.services_pg #notesDiv {
		position: absolute;
		bottom: 30px;
		width: 257px;
	}
	#notesDiv p{
		margin-top: 10px;
	}
	
	/* ---- CONTACT PAGE SPEIFIC -------------------------- */
	#content.contactpg {
		width: 890px;
		height: 500px;
		overflow: hidden;
	}
	#content.contactpg #textpanel {
		float: right;
		width: 200px;
		height: 220px;
		padding: 10px 10px 40px 30px;
		margin-top: 100px;
		background-color: white;
	}
	#content.contactpg #textpanel a {	
	text-decoration: none;
	border-bottom: 1px gray dotted; 
	color: #6B6B6B;
	}
	#content.contactpg #textpanel a:link, 
	#content.contactpg #textpanel a:visited {
	}
	#content.contactpg #textpanel a:hover { color:#BB2526; }

		
	#content.contactpg #textpanel h1 {
		font-size: 140%;
		padding: 0;
		padding-bottom: 1em;
		font-weight: normal;
		height: 1em;
	}
	#content.contactpg #textpanel p {
		font-size: 85%;
		line-height: 1.3;
		margin-bottom: 1.5em;
	}
	
	#contactform {
    margin-left: auto;
    margin-right: auto ;
	background-color: white;
	margin-top: 100px;
	
           }
		   
    #imagepanel {
	float: left;
	width: 317px;
}

/* =============================================================
    Footer
    =============================================================*/
#footer {
	margin-top: 15px;
	border-top: 1px solid #6B6B6B;
	border-bottom: 1px solid #6B6B6B;
	height: 1.4em;
}
#footer.home {
	border-right: 1px solid #6B6B6B;
}
#footer p {
	font-size: 80%;
	line-height: 1.8;
	padding-left: 5px;
}
#footer p span.addr {
	width: 80%;
	display: block;
	float: left;
}

#footer p span.email {
	width: 20%;
	text-align: right;
	display: block;
	float: left;
}
#footer a#mail {
	
}
#footer #mail img {
	border: 0;
	width: 20px;
	margin-top: 2px;
}

#footer.btable {
    border: 0;

	}
