/* general tag selectors */

body{ background: #fff; margin:0; padding:0; text-align: center; }

body, td, blockquote, #defaulttext {
	font-family: Arial, Verdana, san-serif;
	font-size: 12px;
	text-align: left;
	line-height: 1.5em;
}

blockquote {
margin:0px; margin-left:10px;
}

hr { color: #D8340F;  width: 100%; height: 0px; border-style: dotted none none none; border-width: 1px}

sup {font-size: 7px;text-transform: uppercase;}

h1 {
	color: #D8340F;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	letter-spacing: .05em;
	margin-bottom: 15px;
}

h2 {
	color: #3F1D37;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: .05em;
}

a { color: #660000; text-decoration: none }
a:hover { color: #660000; text-decoration: underline }

b {
	color: #3F1D37;
}

b.white {
	color: #000;
}


/* class selectors */

div.imggallery {
	float:left;
	margin: 5px;
	margin-bottom:15px;
	width:155px;
	height:175px;
	text-align: center;
}
div.imggallery p {
	padding:0px;
	margin:0;
	text-align: center;
	font-weight:normal;
	line-height: 1em;
}
div.imggallery img {
	border:1px #959595 dotted;
	padding:2px;
}

.smprint { font-size:11px; color: #666; }

.dottedseparator {padding: 10px 0px 10px 0px; border-bottom: 1px dotted #ccc; margin:0; margin-bottom:5px;}

.buynow {width:100px; text-align:center; padding:2px; background:#3F1D37;border: 1px dotted #ccc;font-size:12px; margin:auto; margin-top:15px; margin-bottom:15px;}

.buynow a { text-decoration:none; color:#fff; } 

.returntotop {width:100px; text-align:center; padding:2px; background:#3F1D37;border: 1px dotted #ccc;font-size:10px; margin:auto; margin-top:15px; margin-bottom:15px;}

.returntotop a { text-decoration:none; color:#fff; } 

/*layout*/

#container
	{
	padding:0;
	margin:auto;
	width:920px;
	height:533px;
	}
	
#navcontainer {
	margin-top:30px;
}

#navlogo {
	width:343px; 
	float:left;
}

#navbar {
	margin-left:343px;
	padding-top:30px;
}

#contentcontainer {
	position:absolute;
	top:83px;
	z-index:50;
	width:920px;
	clear:both;
}

#leftbar {
	position:absolute;
	width:300px;
	top:0px;
	left:0px;
	padding:0px;
	text-align:center;
	height:450px;
	z-index:1;
}

#content{
	background: #fff;
	color: #000;
	margin-left:300px;
	border-left: 0px solid #666;
	text-align:left;
	height:425px; 
	padding:0; 
	padding-top:15px; 
	padding-left:25px; 
}



#scrollingcontent {

	text-align:left;
	height:400px; 
	overflow : auto; 
	padding-right:20px; 
}

#footer {
	margin-top:10px;
	text-align:center;
	font-size: 10px;
}





/*menu*/

#menu_parent, #company_parent, #services_parent, #news_parent, #media_parent, #contact_parent { border: 0px; padding: 0px; line-height: 1em; float:left;}


#menu_child, #company_child, #services_child, #news_child, #media_child, #contact_child {visibility: hidden; background: #600; border: 1px solid #251120; line-height: 1em; z-index:102; text-align:left;}

#menu_child a, #company_child a, #services_child a, #news_child a, #media_child a, #contact_child a { display: block; width: 140px; padding: 3px 5px; text-decoration: none; font-weight: 600; color: #fff;  font-size:11px; line-height: 1em;}

#services_child a { width:160px; }
#contact_child a { width:120px; }

#menu_child a:hover, #company_child a:hover, #services_child a:hover, #news_child a:hover, #contact_child a:hover, #media_child a:hover {background:#fff; text-decoration: none; color: #251120; line-height: 1em;} 


