/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

*
{
	margin: 0;
	padding: 0;
}

body
{
	margin: 0px;
	background: url('../../App_Themes/MainTheme/Images/background.png');
	font-family: 'Franklin Gothic Book' , Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: lighter;
	color: Black;
}

h1, h2, h3
{
	margin-bottom: 1.5em;
}

h1
{
	font-size: 2em;
}

h2
{
	font-size: 1.4em;
	background-color: Gray;
}

h3
{
	font-size: 1em;
}

p, ul, ol
{
	margin-bottom: 1.5em;
	line-height: 180%;
}

ul, ol
{
	margin-left: 3em;
}

blockquote
{
	margin-left: 3em;
	margin-right: 3em;
}

a
{
	color: #FFFFFF;
	font-size: medium;
}

a:hover
{
	text-decoration: none;
}

strong
{
	color: #D7D7D7;
}

img.left
{
	float: left;
	margin: 5px 25px 0px 0px;
}

img.right
{
	float: right;
	margin: 5px 0px 0px 25px;
}

/* Background */

#bg1
{
	background: url('../../App_Themes/MainTheme/images/bg02.gif') no-repeat center top;
}

#bg2
{
	height: 125px;
	background: url('../../App_Themes/MainTheme/images/bg03.gif') no-repeat center top;
}

#bg3
{
	background: url('../../App_Themes/MainTheme/images/bg04.gif') repeat-y center top;
	height: auto;
}

#bg4
{
	background: url('../../App_Themes/MainTheme/images/bg05.gif') no-repeat center top;
}

#bg5
{
	background: url(../../App_Themes/MainTheme/images/bg06.gif) no-repeat center bottom;
}

/* Header */

#header
{
	width: 900px;
	height: 225px;
	margin: 0px auto;
	text-transform: lowercase;
	color: #FFFFFF;
}

#header h1
{
	float: left;
	margin: 0px;
	padding: 70px 0px 0px 25px;
	font-size: 40px;
}

#header h1 sup
{
	font-weight: normal;
}

#header h2
{
	float: right;
	margin: 0px;
	padding: 95px 25px 0px 0px;
	font-size: 14px;
}

#header a
{
	text-decoration: none;
	text-transform: capitalize;
	color: Black;
}

/* Header2 */

#header2
{
	width: 900px;
	height: 68px;
	margin: 0px auto;
}

/* Menu */


/* Search */

#search
{
	float: right;
}

#search form
{
	margin: 0px;
	padding: 35px 80px 0px 0px;
}

#search fieldset
{
	margin: 0px;
	padding: 0px;
	border: none;
}

#search input.text
{
	width: 160px;
	background: none;
	border: none;
	color: #AEC38B;
}

#search input.button
{
	display: none;
}

/* Page */

#page
{
	width: 890px;
	margin: 5px auto;
	min-height: 590px;
	height: auto;
}

.shoppingCartDiv
{
	width: 880px;
	
	margin: 0px auto;
	height: 42px;
}

#content
{
	float: right;
	width: 670px;
	height: auto;
	z-index: 0;
}

#footer
{
	
	clear: both;
	height: 60px;
}

#footer p
{
	margin: 0px;
	padding: 20px 0px;
	text-align: center;
	text-transform: lowercase;
	color: #566D77;
}

#footer a
{
	color: #000000;
}

.AlbumShadow
{
	float: left;
	margin-top: 8px;
	margin-left: 20px;
	background: #aaa;
}
.AlbumShadow img
{
	margin: -4px 4px 4px -4px;
	display: block;
	position: relative;
	padding: 2px;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: 1px solid #888;
	border-bottom: 1px solid #888;
	background: #fcfcfc;
}
.PhotoFrame
{
	margin: 5px;
	background-color: #000;
	padding: 7px;
	width: 125px;
	text-align: center;
}

.PagerNormal
{
	font: 18pt Verdana;
	border: solid 1px #778899;
	padding: 1px 4px;
	text-decoration: none;
}
.PagerCurrent
{
	font: 18pt Verdana;
	border: solid 1px #778899;
	padding: 1px 4px;
	width: 90px;
	height: 90px;
	background: url(../../App_Themes/MainTheme/images/pagingbackground.gif) no-repeat left center;
}

.topLeft
{
	position: relative;
	height: auto;
	float: left;
	width: 200px;
}

ul.menu, ul.menu ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 18em;
}

ul.menu a
{
	display: block;
	text-decoration: none;
	font-size: small;
}

ul.menu li
{
	margin-top: 1px;
}

ul.menu li a
{
	background: #333;
	color: #fff;
	padding: 0.2em;
}

ul.menu li a:hover
{
	background: #000;
}

ul.menu li ul li a
{
	background: #ccc;
	color: #000;
	padding-left: 20px;
}

ul.menu li ul li a:hover
{
	background: #aaa;
	border-left: 5px #000 solid;
	padding-left: 15px;
}

.code
{
	border: 1px solid #ccc;
	list-style-type: decimal-leading-zero;
	padding: 5px;
	margin: 0;
}
.code code
{
	display: block;
	padding: 3px;
	margin-bottom: 0;
}
.code li
{
	background: #ddd;
	border: 1px solid #ccc;
	margin: 0 0 2px 2.2em;
}
.indent1
{
	padding-left: 1em;
}
.indent2
{
	padding-left: 2em;
}


#backgroundPopup
{
	display: none;
	position: fixed;
	_position: absolute; /* hack for internet explorer 6*/
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: #000000;
	border: 1px solid #cecece;
	z-index: 1000;
}
#popupContact
{
	display: none;
	position: fixed;
	_position: absolute; /* hack for internet explorer 6*/
	height: 384px;
	width: 608px;
	background: #FFFFFF;
	border: 2px solid #cecece;
	z-index: 2;
	padding: 12px;
	font-size: 13px;
	z-index: 1000;
}

#popupContact h1
{
	text-align: left;
	color: #6FA5FD;
	font-size: 22px;
	font-weight: 700;
	border-bottom: 1px dotted #D3D3D3;
	padding-bottom: 2px;
	margin-bottom: 20px;
	z-index: 1000;
}

#popupContactClose
{
	font-size: 14px;
	line-height: 14px;
	right: 6px;
	top: 4px;
	position: absolute;
	color: #6fa5fd;
	font-weight: 700;
	display: block;
}

#viewshoppingcartbutton
{
	text-align: center;
}
