﻿/**********************************************************************/
/**********************************************************************/
/*Copyright 2009. The information contained herein is confidential and 
proprietary to AligDesigns.com. Any copying, distribution, disclosure 
or other use of this information without Inga Alig's prior written
consent is strictly prohibited.*/
/**********************************************************************/
/**********************************************************************/
/*                                                                    */
/* BODY styles AligDesigns.com                                        */
/*                                                                    */
/**********************************************************************/

/*
border:solid 1px red;
dark blue: #0F2543
light blue: #5377a9
neon blue: #c8f5f8
gold: #f7c119
*/

body, div, p, h1, h2, h3, h4, ul, li, table
{
	margin:0px;
	padding:0px;
	border:none;
}

body
{
	background: #666666 url(images/body_bg.gif) repeat-x left top;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size:11px;   /*75%; */
}
a:link {color: #5377a9; text-decoration: none; font-weight:bold;} /* #842D1D  213C5A */
a:visited {color:#5377a9; text-decoration: none; font-weight:bold;}
a:hover {background-color: #5377a9; color: #c8f5f8; font-weight:bold; }
a:active {color: #5377a9; text-decoration: underline; font-weight:bold;}

/* Master Page Layout */

#master_header
{
	margin: 0px auto 0px auto;
	width: 800px;
}

#master_headertop
{
	background: url(images/headertop_img.jpg) no-repeat left bottom;
}

#master_page
{
	margin-left:auto;
	margin-right: auto;
	width: 800px;
}

#master_menu, #master_menuAbout, #master_menuExhib, #master_menuContact
{
	float: right;
	width: 252px; /* allow for sidebar*/
	padding-right: 10px;
}

.sidebar
{
	width: 100%;
	
	margin:0px;
	padding:0px;
	border:none;
}

.sidebarcontent
{	
	font-weight: normal;
	color:#FFF;
	}

.sidebarbottom {
	height:20px;
	background:url(images/welcome-bott.gif) no-repeat right bottom;
	background-color: #000; 
}

#master_sidebarWelcome, #master_sidebarAbout, #master_sidebarContact, #master_sidebarExhib
{	
	padding-top: 70px;
	height:100%;	
}

#master_sidebarWelcome
{	
	background: #000 url(images/headerWelcome.gif) no-repeat right top;
}

#master_sidebarAbout
{	
	background: #000 url(images/headerAbout.gif) no-repeat right top;	
}

#master_sidebarContact
{
	background: #000 url(images/headerContact.gif) no-repeat right top;
}

#master_sidebarExhib
{
	background: #000 url(images/headerEx.gif) no-repeat right top;
}
.sidebarcontent a
{
	padding: 2px 5px;
	color: #5377A9;
	text-decoration: none;
	font-weight:normal;
}

.sidebarcontent a:hover
{
	background-color: #5377a9;
	color: #c8f5f8;
	font-weight:normal;
}

.sidebarcontent a:visited
{
	font-weight: normal;
}

#master_content
{
	margin: auto;
	width: 800px;
	color: #3b3b3b;
}

#master_content ul
{
	margin: 0 25px 0 30px;
}

#master_content ul li ul li
{
	list-style-type: disc;
}

#master_contentplaceholder
{
	padding: 0px ;
    line-height: 1.5em; 
}

#master_contentfooter
{	
	clear: both;
	padding: 5px 0px 3px 0px;
	color: #c9d3cc;
	font-size: 11px;
	background: url(images/footer.gif) no-repeat;
	height:26px;
	width: 726px;
	margin: auto;
	text-align:center;/**/
}
#master_contentfooter a, #master_contentfooter a:visited

{
	font-weight:bold; color: #c9d3cc; text-decoration: underline;
}
#master_contentfooter a:hover
{
	font-weight:bold; color: #c9d3cc;text-decoration: none;
}	

/* Content Page Layout */
.demoarea {
	
	width: 800px;
	padding:0px; 
	background:url(images/body_bg.gif) repeat-x left top;	
}

.demoarea p 
{
	padding:5px; 
}

#hideIt, #hideIt2
{
	visibility:hidden;}

.releaseList {
	list-style-type:disc;
}


/******************************/
/**Styling information specific to individual content pages**/

/* Accordion */
.accordionHeader
{
    color: white;
    background: url(images/ex-off.gif) no-repeat top left; 
	font-size: 12px;
	font-weight: normal;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
	font-weight: normal;
}

#master_content .accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected
{
	background: url(images/ex-on.gif) no-repeat top left; 
	font-size: 12px;
	font-weight: normal;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeaderSelected a  
{
	color: #3b3b3b;
	background: none;
	text-decoration: none;
	font-weight: normal;
}

#master_content .accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    background-color: #eaeceb;  
    border: 1px dashed #5377a9;
    border-top: none;
    margin-top:-5px;
    padding: 5px;
 
}





/* SlideShow styles */

.slideTitle, .slideDescription

{
	font-size:10px;
}


.ListSearchExtenderPrompt
{
	font-style:italic;
	color:Gray;
	background-color:white;
}

.headerText
{
	font-size: 16px;
	font-weight:bold;
	color:#1363b6;
}
.rightSide
{
	float:left;
}

#centerIt, #centerItTop
{
	font-size:smaller;
}	
	
#centerIt
{
	padding-left: 150px;
}
	
#centerItTop
{
	padding-left: 90px;
}
