/*
CSS for main elements
*/

body
{
font-family: 'palatino linotype';
background-image: url('images/bkgnd.jpg');
background-repeat: repeat;
margin-top: 0;
padding: 0;
}

p 
{
font-style: italic;
font-size: 115%;
text-align: center;
}

h1
{
font-size: 150%;
font-style: italic;
}

h2
{
font-size: 120%;
font-style: italic;
text-align: center;
}

strong
{
font-weight: bold;
font-style: italic;
}

#maincontainer
{
margin-left: 21%;
width: 700px;
padding-bottom: 40px;
}

#header1
{
margin-top: 0;
padding: 0;
position: absolute;
top: 0;
left: 20px;
height: 200px;
width: 160px;
}

#header2
{

}

/*VERTICAL NAVIGATION*/

ul#sidenavigation
{
margin: 0;
width: 160px;
padding-bottom: 40px;
position: absolute;
top: 250px;
border-top: solid 1px black;
}

ul#sidenavigation li
{
list-style: none;
font-family: 'palatino linotype';
color: #000;
font-weight: bold;
text-align: right;
}

ul#sidenavigation li a
{
display: block;
text-decoration: none;
padding: .25em;
color: #000;
}

ul#sidenavigation li a:hover
{
color: #000;
background: #96a8c9;
}

ul#sidenavigation li a:active
{
color: #000;
background: #96a8c9;
}

/*HORIZONTAL NAVIGATION*/

ul#topnavigation
{
padding: 0;
text-align: center;
}

ul#topnavigation li
{
display: inline;
list-style: none;
font-family: 'palatino linotype';
color: #000;
font-weight: bold;
}

ul#topnavigation li a
{
text-decoration: none;
padding: .25em 1em;
color: #000;
}

ul#topnavigation li a:hover
{
color: #96a8c9;
}

#bodycontent
{
width:95%;
text-align: center;
padding: 15px;
}

/*Links List*/

ul#linkslist
{
width: 15em;
margin-left: 35%;
text-align: left;
}

ul#linkslist li
{
font-family: 'palatino linotype';
font-style: italic;
}

ul#linkslist li a
{
text-decoration: none;
color: #000;
}

ul#linkslist li a:hover
{
color: #96a8c9;
}

/*Questions List*/

ul#questions
{
text-align: left;
}

ul#questions li
{
font-family: 'palatino linotype';
font-style: italic;
}

ul#questions li a
{
color: #000;
}

ul#questions li a:hover
{
color: #96a8c9;
}

img.center
{
display: block;
padding: 10px;
margin-left: auto;
margin-right: auto;
}

/**SUNCATCHERS AND PANELS**/

div.float
{
float: left;
font-family: 'palatino linotype';
font-style: italic;
height: 200px;
width: 150px;
padding: 10px 3px;
}

/**ITEM DESCRIPTIONS**/

div.left
{
float: left;
height: 225px;
width: 300px;
padding: 5px;
}

div.right
{
float: right;
font-family: 'palatino linotype';
font-style: italic;
height: 225px;
width: 300px;
padding: 5px;
}

div.paypalleft
{
float: left;
height: 40px;
width: 75px;
}

div.paypalright
{
float: right;
height: 40px;
width: 75px;
}

.clearfix:after 
{
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */


/**CENTERING OF PAYPAL BUTTONS IN ITEM DESCRIPTIONS**/

#centerbuttons
{
width: 300px;
margin-left: auto;
margin-right: auto;
}



