/* page overall: */

html {overflow-y: scroll;}

div,p,img,form,h1,h2,h3,h4,h5,h6 { 
    margin: 0; 
    padding: 0; 
    border: 0;
}


body {
	/* BG-Color: */
	background: #303030 url('images/design_corner_2x_dark.png') no-repeat top left scroll;
	text-align: center;
	margin: 2em 0 1em 0; 
        padding: 0;
        border: 0;
}

.page {
	/* Page width: */
	width: 800px;
	font-family: georgia,sans-serif;
}

#logo {	
	height: 80px;
	margin: 0 auto;
	text-align: left;
}

#logo a:link, #logo a:visited, #logo a:hover, #logo a:active {
	text-decoration: none;
	/* logo color 1: */
	color: #2DBBB9;
}

#contentbox {
	background-color: white;
	padding: 1em;
	margin: 10px auto;
	text-align: left;
}

#contentboxg {
	background-color: black;
	padding: 1em;
	margin: 10px auto;
	text-align: left;
}

#footer {
	background: #303030 url('images/design_corner2_2x_dark.png') no-repeat bottom center scroll;
	height: 110px;
	clear: both;
	margin: 0 auto;
}


/* menu */

#menu {
	margin: 0 auto;
	text-align: right;
	color: #99846E;
	font: normal 10pt georgia,sans-serif;
}

#menu a:link, #menu a:visited {
	color: #7DDFDE;
	text-decoration: none;
}

#menu a:hover, #menu a:active {
	color: #7DDFDE;
	text-decoration: none;
}



#innerpage {
	/* Background image: */
	background: #BCC6CF url("images/background_cake_2.jpg");
	background-repeat: no-repeat;
	padding: 1em;
	height: 400px;
}


#innerpage2 {
	background: #DEE3E8;
	padding: 1em;
}


/*
 Styles that apply to the 
 content area:
*/

.gallerytitleactive,
.gallerytitleinactive {
	border-style: solid;
	padding: 8px 14px;
	margin: 0 0 0 0;
	float: left;
	font-size: .75em;
	border-color: #606060;
}

.gallerytitleactive {
	background-color: #303030;
	border-width: 1px 1px 0 1px;
	color: white;
        text-decoration: none;
	}

.gallerytitleinactive {
	background-color: black;
	border-width: 0 0 1px 0;
	color: white;
	}

li, ul {
	margin-left: 10px;
	padding-left: 5px;  
	}

#content_links {
	background-color: #ffffff; 
	filter: Alpha(opacity=95); 
	opacity: .95; 
	width: 97.5%; 
	height: 95%;
	padding: 10px;
	font-family: georgia,sans-serif;
	font-size: 0.8em;
	overflow: auto;
}

#content {
	background-color: #ffffff; 
	filter: Alpha(opacity=70); 
	opacity: .7; 
	float: right; 
	width: 24em; 
	height: 95%;
	padding: 10px;
	font-family: georgia,sans-serif;
	font-size: 0.8em;
	overflow: auto;
}

#content p {
	font-size: 1em;
}

/* heading */
#content h1 {
	font-size: 1.3em;
	margin-top: 0.2em;
	margin-bottom: 0.3em;
	color: #BF2016;
}







/* link colors */
#content a:link				{ color: #2DBBB9; }
#content a:hover, #content a:active	{ color: #7DDFDE; }
#content a:visited			{ color: #2DBBB9; }


.tralt { background-color: #E3E9ED;} /* alternate table row */

.pricetablediv	{ float: left; margin-right: 20px; padding: 10px 0 20px 0; }
.pricetable	{ width: 240px; }
.imgborder	{ border: solid 5px white; }
.otherdiv	{ float: left; text-align: left; margin-right: 20px; padding-bottom: 20px; }





/* lightbox gallery */


#contentboxg a:link			    { color: #d0d0d0; }
#contentboxg a:hover, #contentboxg a:active { color: #ffffff; }
#contentboxg a:visited		   	    { color: #ffffff; }


.section {
    padding: 15px 0 0 0;
    height: 900px;
    margin: 0;
    text-align: center;
    clear: both;
}

.section ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.section ul li {
    display: inline;
}

.section ul a {
    background-color: #0a0a0a;
    border: 1px solid #101010;
    padding: 5px;
    margin: 0;
    width : 125px;
    height: 100px; 
    text-align: center;
    float: left;

}

.section ul a:hover {
    bbackground-color: white;
    border: 1px solid white;
}

.tntall {
    width: 70px;
    height: 90px;
    border: solid 1px black;
}

.tnwide {
    width: 115px;
    height: 90px;
    border: solid 1px black;
}

.section ul a.lightbox-enabled img {
    border: 0;
}

.section span.code {
    font-family: "Courier New", Courier, monospace;
    margin-left: 10px;
    padding-left: 10px;
    font-size: 11px;
    border-left: 1px solid #000;
}

.section .link {
    font-size: 12px;
    font-style: italic;
    padding-left: 10px;
    margin-left: 10px;
}

.section .important {
    text-decoration: underline;
}

