/* CSS Document */

/* Layout and navigation formatting */

body {
	margin: 0;
	padding: 0;
	background:  url('images/bkgrd_tartan2.gif');
	background-repeat: repeat-x;
}


img {
	border: 0;
}
	

#frame {
	width: 744px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	padding: 0;
	text-align:left;
}


#contentcenter {
	margin-top: 0;
	height: auto;
	padding-top: 20px;
	background: none;
}
	

#logo {
    	padding: 0 127px 0 127px;
}	
	

a {
	color: darkred;
	text-decoration: underline;
	font-weight: bold;
	font-family: sans-serif;
}



a:hover {
	color: red;
}


#nav {
	position: relative;
	top: 0px;	
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: white;
	padding: 4px 0 2px 0;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}	


#nav a {
	color: white;
	text-decoration: none;
}


#nav a:hover {
	text-decoration: underline;
	color: #FFE34F;
}		


#footer {
	clear: both;
	padding: 7px;
	text-align: center;
	background: black;
	color: white;
	font-size: 14px;
	bottom: 0;
}	
	
/* Page formatting */	
p {
	font: 12pt "Adobe Garamond","Book Antiqua","Times New Roman", serif;
	padding: 0px 10px 0 5px;;
	letter-spacing: .05em;
	line-height: 2em;
	text-align: justify;
}	

#book {
    float: right;
	clear: both;
	padding: 20px 0 0 20px;
	height: 800px;
	text-align: center;
	width: 320px;
}	

#rightFloat {
    float: right;
	clear: both;
	padding: 20px 0 0 20px;
	text-align: center;
	width: 320px;
}	

.shipping {
    text-align: center;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 16px;
}

#book p {
	text-align: center;
	line-height: 1em;
	font-size: 14px;
}

#rightFloat p {
	text-align: center;
	line-height: 1em;
	font-size: 14px;
}

.left {
    text-align: left;
}	


.small-sans {
	font: 10pt Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	line-height: 1em;
	text-align: left;
}


/* Form properties */


.label {  
 	font-size: 10pt;  
	color: black; 
	text-decoration: none; 
	text-align: right;
	vertical-align: top;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	letter-spacing: 0;
}


.special {
  font-size: 16px;
  font-weight: bold;
  color: darkred;
}

#prices td {
    border-bottom: 1px #bbbbbb solid;
}

.submit:active {
    position: relative;
    left: 1px;
    top: 1px;
}.small-sans2 { font: 9pt/1em Arial, Helvetica, sans-serif; letter-spacing: normal; text-align: left; }
