body

{
        padding-top: 40px;
        text-align: center;
   		margin: 0;
   		height: 100%;
		background-color: #fff;
		color: #fff;
		font: "Times New Roman", Times, serif;
		font-size: 12px;
		display: block;

}

body.archive

{
		background-color: #fb9de6;
		color: #fb9de6;
}

body.seasons

{
		background-color: #fff;
		color: #fb9de6;
}

fieldset,img {
	border : 0;
}


/* @group Book */

#bookwrap{
	height:700px;
	width:1010px ;
	color: #fff;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-color: #fb9de6;
}



#fblogo {
	color: #fff;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	margin: 14px auto 0px;

}

#fbFooter {
	height: 40px;
	width: 300px;
	margin: 0px auto 0px;
}

.fbPaginationMinor {
	color: #ffffff;
	margin-left: 10px;
}

#fbContents {
	width: 200px;
	margin: 0px auto 0px;
	text-align: center;
	padding-top: 4px;
	font: bolder 14px/1.9 "Times New Roman", Times, serif;
	color: #fff;
}

#fbMenu {
	margin-left: 10px;
	margin-right: 10px;
	
}

#fbCopyright {
	color: #fb9de6;
	text-align: center;
	margin: 8px auto 16px;
}

#altmsg { 
	position: absolute;
	background-color:#000000;
	padding: 20px;
	opacity: 0.6;
	filter: alpha(opacity=60);
	text-align:center;
}
#altmsg:hover { 
	opacity: 0.8;
	filter: alpha(opacity=80);
}
a.altlink:link {
	color: #FFFFFF;
}

a.altlink:visited {
	color: #DDDDDD;
}

a.altlink:hover{
	color: #FFFFFF;
}

/* @end */

/* Index */

.indexwrap {
	width: 700px;
	text-align: center;
	margin: 0 auto;
	padding-bottom: 40px;
	color: #fff;
	background: linear-gradient(0.35turn, #f9c9ee, #fb9de6, #ffccff);
}

#indexlogo img{
	margin-top: 40px;
}

#borders {
	text-align: -webkit-center;
	color: #fff;
	font-size: 16px;
	letter-spacing: 6px;
	margin-top: 40px;
	padding-top: 6px;
	padding-bottom: 6px;
	border-bottom: 2px solid #fff;
	border-top: 2px solid #fff;
}

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

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

#footerbelow {
	margin-top: 20px;
	text-align: center;
	color: #fb9de6;

}

#footerseasons {
	margin-top: 20px;
	text-align: center;
	color: #fb9de6;

}



/* home Styles */

#canvas a {
	text-align: center;
	text-decoration: none;
	color: #fb9de6;
	font-size: 18px;
	display: block;
	
	}	
	
#home {
	margin-top: 60px;
	
}


#home a { 
	display: inline-block; 
	margin: 1px;
	padding: 2px 5px 2px 5px; 
	background-color: #ffffff; 
	color: #fb9de6;
	font: 16px "Times New Roman", Times, serif;
	text-align: center;
	text-decoration: none;
	border: thin solid #fb9de6;
	clear: both
}

#home a:hover {
	color: #fff;
	background-color: #fb9de6;
	border: thin solid #fff;

}

#home a.new:hover {
	color: #fff;
	background-color: #fb9de6;
	border: thin solid #fff;

}

#home p {
	font: 16px "Times New Roman", Times, serif;
	text-align: center;
	text-decoration: none;
}

/* Archive styles */

.archivewrap {
	width: 700px;
	text-align: center;
	margin: 0 auto;
	padding-bottom: 40px;
	color: #fb9de6;
	background: #fff;
}

#archivehome {
	margin-top: 60px;
	
}


#archivehome a { 
	display: inline-block; 
	margin: 1px;
	padding: 2px 5px 2px 5px; 
	background-color: #fb9de6; 
	color: #fff;
	font: 16px "Times New Roman", Times, serif;
	text-align: center;
	text-decoration: none;
	border: thin solid #fff;
	clear: both
}

#archivehome a:hover {
	color: #fb9de6;
	background-color: #fff;
	border: thin solid #fb9de6;

}

#archiveborders {
	text-align: center;
	color: #fb9de6;
	font-size: 16px;
	letter-spacing: 6px;
	margin-top: 40px;
	padding-top: 6px;
	padding-bottom: 6px;
	border-bottom: 2px solid #fb9de6;
	border-top: 2px solid #fb9de6;
}

/* Retailers styles */

#retailers {
	margin: 20px;
	overflow-x:auto
}

#retailers a {
	text-decoration: none;
	color: #FFF;
}

#retailers a:hover {
	text-decoration: underline;
	color: #FFF;
}

.contacts {
	width: 100%;
}

#retailers th {
	text-align: left;
	font-style: italic;
	font-size: 18px;
	padding: 10px 0px;
}
#retailers td.left {
	font: 13px "Menlo", "Consolas", "Courier New", monospace;
	}
#retailers td.right {
	text-align: right;
	font: 13px "Menlo", "Consolas", "Courier New", monospace;
}

/* @group seasons Styles */

	
#seasonslogo {
	
	color: #fb9de6;
	font-size: 20px;
	margin-bottom: 40px;
	text-align: center;
}

#seasons a { 
	display: inline-block; 
	width: 10em;  /* dimensions needed for IE5.x/Win */ 
	padding: 0.1em; 
	background-color: #ffffff; 
	color: #fb9de6;
	font: 16px "Times New Roman", Times, serif;
	text-decoration: none; 
	text-align: center;
	border: thin solid #fff;
	margin: 0.15em;
	clear: both
}

#seasons a:hover {
	color: #fff;
	background-color: #fb9de6;
	border: thin solid #fff;

}

/* @end */


/* @end */


#mobile {
    position: relative;
    width: 980px;
    margin: 0 auto;
}

div.mobile-separator {
    position: relative;
    height: 20px;
    background: #9ca4b7;
    
}

#mobile-logo {
    display: none;
}


#formWrap {
    margin: 0 auto;
    position: relative;
    width: 640px;
}

#formWindowWrap {
    position: absolute;
    top: 205px;
    left: 25px;
    width: 650px;
    height: 290px;
    background-color: #fb9de6;
    border: 1px solid #fb9de6;
    display: none;
}

#formWindow {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 620px;
    height: 260px;
    background-color: #fb9de6;
    border: 15px solid #ffffff;
    font-size: 16px;
    line-height: 20px;
}


#error-message {
    position: absolute;
    bottom: 5px;
    left: 55px;
    width: 530px;
    font-size: 16px;
    line-height: 20px;
}

#error-message p {
    padding: 0;
    margin: 0;
}

a#closeBtn, a#closeBtn:visited {
    position: absolute;
    display: block;
    right: 10px;
    top: 10px;
    font: 16px "Times New Roman", Times, serif;
    color: #ffffff;
    text-decoration: underline;
}

a#closeBtn:hover {
    text-decoration: none;
}

form {
    margin-top: 15px;
    position: relative;
    /*top: 140px;*/
    /*left: 235px;*/
}

dl {
    margin: 0;
    padding: 0;
}

dt {
    text-align: center;
}

dd {
    text-align: center;
    margin: 0;
    padding: 0;
}

label {
    
}

#submit {
    color: #ffffff;
    background: #fb9de6;
    border: 2px solid #ffffff;
    cursor: pointer;
    font-weight: bold;
    line-height: 24px;
}

#submit:hover {
   color: #fb9de6;
   background-color: #ffffff;
   border: 2px solid #ffffff;
}

p.f {
    position: relative;
    margin: 0 auto;
    margin-top: 30px;
    text-align: center;
    width: 530px;
}

p.t {
    margin-top: 25px;
    text-align: center;
}

#thanks {
    position: absolute;
    top: 310px;
    left: 200px;
    width: 300px;
    height: 100px;
    background-color: #fb9de6;
    border: thin solid #fff;
    display: none;
    font-size: 16px;
    line-height: 20px;
}



#galleryPageWrapper {
    position: relative;
    margin: 0 auto;
    width: 1010px;
    height: 738px;
    background: url(img/gallery.jpg) no-repeat;
}

div.slider {
    position: absolute;
    left: 15px;
    top: 60px;
    /*margin-left: 0;*/
    width: 980px;
    height: 580px;
    background-color: #fb9de6;
}

div.contentContainer {
   position: relative;
   margin: 0 auto;
   width: 980px;
   height: 580px;
   background: #534a02; 
   overflow: hidden;
}

div.pictureContainer {
   position: absolute;
   left: 0px;
   height: 580px;
   width: 9800px;
   background-color: #fb9de6;
}


div.pictureContainer img {
    position: relative;
    display: block;
    width: 980px;
    height: 580px;
    margin: 0;
    padding: 0;
    float: left;
}

div.navigation {
    position: absolute;
    bottom: 50px;
    width: 200px;
    margin: 0 auto;
    left: 405px;
}

div.navigation a {
    color: #444444;
    text-decoration: none;
}

div.navigation a:visited {
    color: #444444;
    text-decoration: none;
}

div.navigation a:hover {
    color: #444444;
    text-decoration: underline;
}

a#slider_1_next {
    position: absolute;
    top: -2px;
    right: 0;
    display: inline-block;
    width: 21px;
    height: 24px;
    background-image: url(img/arrows.jpg);
    background-position: 21px 0;
}

a#slider_1_prev {
    position: absolute;
    top: -2px;
    left: 0;
    display: inline-block;
    width: 21px;
    height: 24px;
    background-image: url(img/arrows.jpg);
    background-position: 0 0;
}

span.picCount {
    display: inline-block;
    margin-left: 85px;
}

