html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {margin: 0; 	padding: 0;	border: 0;	outline: 0;	font-weight: inherit;	font-style: inherit;	font-size: 100%;	font-family: inherit;	vertical-align: baseline;}:focus {	outline: 0;} body {	line-height: 1;	color: black;	background: white;} ol, ul {	list-style: none;} strong {font-weight:bold;}

html {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: #CDCDCD;
	}

body {
	background-color: #CDCDCD;
	}

#content {
	background-color: #FFFFFF;
	background-image: url(/images/body_bg.png);
	background-repeat: repeat-y;
	width: 864px;
	margin: 0 auto;
	}


h1 {
	color: #3264F9;
	border-bottom: 1px solid #3264F9;
	font-size: 30px;
	margin: 0 25px 10px 25px;
	text-shadow: #aaa 0px 2px 3px;
	font-variant:small-caps;
	letter-spacing: 5px;
	font-family: Georgia, 'Times New Roman', Times, serif;
	}
	
h2 {
	color: #FFF;
	font-size: 24px;
	font-weight: bold;
	margin: 25px -22px 10px;
	padding: 10px 20px;
	letter-spacing: 6px;
	background-color: #3163f8;
	font-family: Helvetica, Arial, sans-serif;
	text-shadow: #444  0px 2px 3px;
	}
	
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px solid #4b5575;
	padding: 0 0 5px 0;
	margin: 15px 0 10px 0;
	font-variant: small-caps; 
	letter-spacing: 2px;
	font-size: 22px;
	color:#4b5575;
	}

h3 a{
	color:#4b5575;
	text-decoration: none;
	}


h4 {
	color: #3264F9;
	border-bottom: 1px solid #3264F9;
	font-size: 22px;
	padding: 0 0 5px;
	font-weight: bold;
	margin: 15px 0 10px 0;
	text-shadow: #aaa 0px 2px 3px;
	line-height: 30px;
	font-variant:small-caps;
	letter-spacing: 3px;
	word-spacing: 5px;
	font-family: Georgia, 'Times New Roman', Times, serif;
	}

table {
	margin: 0 auto;
	}


body {
	background-image: url(/images/html_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	} 



#header {
	width: 864px;
	height: 297px;
	position: relative;
	z-index: 10;
	}

#nav {
	position: absolute;
	top: 245px;
	left: 45px;
	z-index: 100;
	}

#nav ul {

	}

#nav ul li {
	display: inline;
	}


#nav ul li ul{
	display: none;
	}


#nav a{
	font: 13px Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0 5px;
	padding: 0 5px 2px;
	text-shadow: #333 0px 2px 3px;
	letter-spacing: 5px;
	}

#nav a:hover{
	border-bottom: 1px solid #7194ff;
	}


#imgBox {
	text-align: center;
	margin: 15px auto;
	clear: both;
	}

#imgBox img, img.pwimages, .pwimages {
	border: 1px solid #3264F9;
	padding: 5px;
	background-color: #ddd;
	margin: 0 5px;
}

#imgBox p{
	display: inline;
	width: 220px;
	}

#contentBox {
	margin: 0 35px 0px 35px;
	} 

#contentBox p {
	margin: 6px 0 6px 10px;
	line-height: 20px;
	font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
    font-size: 14px;
    margin-top: .5em;
	text-align: justify;
	color: #333;
	}

#contentBox ul {
	margin: 0 30px 0 40px;
	}

#contentBox li {
	padding: 5px 0 5px 0;
	margin: 5px 0 5px 0;
	list-style: disc outside;
	border-bottom: 1px solid #ddd;
	}

.pullbox {
	text-align: center;
	margin: 20px 0 20px 0;
	}

.pullbox .lineA{
	font-family: times, Times New Roman, times-roman, georgia, serif;
	font-size: 40px;
	line-height: 45px;
	letter-spacing: -1px;
	color: #444;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-weight: 100;
	}

.pullbox .lineB {
	font-family: times, Times New Roman, times-roman, georgia, serif;
	font-size: 20px;
	letter-spacing: 1px;
	color: #777;
}

.colBox {
	float: left;
	width: 100%;
	border: 1px solid #9d9d9d;
	background-color: #f5f5f5;
	margin: 10px 0 0 0;
	}


#contentBox .colBox p {
	font-size: 14px;
	}


.threeColumn {
	float: left;
	width: 244px;
	text-align: justify;
	padding: 10px;
	}

.fourColumn {
	float: left;
	width: 375px;
	text-align: justify;
	padding: 10px;
	}

.fourColumn .moreInfo{
	float: right;

}

.fourColumn .moreInfo a , .fourColumn .moreInfo a:hover, .fourColumn .moreInfo a:visited{
	color: #596185;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	}


.oneColumn {
	float: right;
	width: 300px;
	border: 1px solid #ddd;
	background-color: #f5f5f5;
	padding: 10px;
	text-align: center;
	margin: 0 0 10px 10px;
	}

.oneColumn2 {
	float: right;
	width: 250px;
	background-color: #FFFFFF;
	padding: 10px 0 10px 40px;
	clear: both;
	}
	
.oneColumn3 {
	float: right;
	width: 315px;
	clear: both;
	}


#contentBox .oneColumn p {
	padding: 0px;
	margin: 0px;
	font-size: 16px;
	line-height: 22px;
	}


.readMore {
	color: #3466FD;
	}

.readMore a, .pageNation a{
	color: #4875FD;
	text-decoration: none;
	}

.readMore a:hover, .pageNation  a:hover{
	color: #333;
	}

.pageNation {
	font-size: 12px;
	color: #4875FD;
	margin: 20px 0 0 0;
	float: right;
	}

.ditto_currentpage {
	margin: 0 3px 0 0;
	}

.ditto_page {
	margin: 0 3px 0 0;
	}

#footerBox {
	background-image: url(/images/footer.png);
	height: 150px;
	width: 864px;
	font-size: 12px;
	z-index: 2;
	}

#socialBox {
	margin: 15px 20px 0 0px;
	text-align: right;
	} 

#socialBox span {
	display: none;
	}

.twitter, .facebook, .linkedin {
	width: 50px;
	height: 50px;
	background-image: url(../images/social.png);
	background-repeat: no-repeat;
	display: block;
	margin: 0 10px 0 0;
	float: right;
	}
	
.twitter	{
}

.facebook {
	background-position: 0px -150px;
	}

.linkedin {
	background-position: 0px -75px;
	}



#subNav {
	padding: 90px 30px 0;
	text-align: right;
	}

#subNav ul li{
	display: inline;
	margin: 0 0 0 10px;
}

#subNav ul li ul{
	display: none;
	}

#subNav a, #madeBy a{
	text-decoration: none;
	color: #333;
	text-transform: uppercase;
	}

#subNav a:hover, #madeBy a:hover{
	color: #000;
	}


#madeBy {
	text-align: right;
	padding: 6px 30px 0;
	font-size: 10px;
	}




.clearMe {
	clear: both;
	}

/* form */

form {
	}

form#contactForm {
	width: 500px;
	}

label {  
	display: block;
	margin: 6px ;
	color: #4E443C;
	}

input{
	color: #333333;
	background: #ffffff; 
	border: 1px solid #3264F9;
	width: 500px;
	padding: 5px;
	}

input:hover, textarea:hover {
	border: 1px solid #000;
	}
	
.submit:hover {
	border: 1px solid #666;
	}

.submit {
	color: #FFF;
	background: #3264F9;
	border: 1px solid #fff;
	border-radius: 5px;
	width: 200px;
	margin: 5px 0;
	}
	
textarea {
	color: #333333;
	width: 500px;
	height: 200px;
	padding: 5px;
	background: #ffffff;
	border: 1px solid #3264F9;
	clear: both;
	}

.formBox, .prodForm {
	border: 1px solid #3264F9;
	margin: 10px auto;
	padding: 5px 20px;
	width: 520px;
	background-color: #f5f5f5;
	border-radius: 5px;
	box-shadow: #AAA 0px 2px 3px;
	}


.groupClear {
	clear: both;
	display: block;
	padding: 10px 0 30px;
	cursor: hand;
	cursor: pointer;
	}
	
	
.productBoxHolder {
	clear: both;
	display: block;
	padding: 10px 0;
	}

.longTitleInput {
	display: none;
	}

.clickTrigger {
	display: block;
	width: 400px;
	float: left;
	}

#contentBox .clickTrigger p{
	text-decoration: underline;
	color: #8b8b8b;
	font-variant:small-caps;
	letter-spacing: 1px;
	}


.open .clickTrigger {
	display: none;
	}

#products .groupClear {
	padding: 10px 0 0px;
	}

.groupClear h3{
	clear: both;
	margin-bottom: 15px
	}


.contactBox {
	padding: 20px;
	color: #FFF;
	}

#contentBox .contactBox ul, #contentBox .contactBox ul li{
	border-bottom: 0px solid #DDD;
	padding: 0px 0 10px;
	margin: 0px;
	list-style: none;
	}

 #contentBox .contactBox ul li a {
	 color: #FFF;
 	}



.brandBox, .productBox {
	display: block;
	clear: both;
	}

.brandLogo {
	width: 270px;
	text-align: center;
	float: left;
	display: block;
	margin: 0 0 10px 0;
	}

.brandSummary {
	display: block;
	overflow: hidden;
	}

.productBox {
	width: 400px;
	float: left;
	}

.productBox {
display: none;
}

.productBoxHolder .productBox {
	display: block;
	}


#contentBox .productBox li {
	font-size: 14px;
	}

#contentBox .productBox li a {
	color: #FFF;
	}


#products h4 a {
	text-decoration: none;
	color: #3264F9;
	}

.productSide {
	padding: 10px 10px 15px;
	margin: 20px 0 0 450px;
	background: #3264F9;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#264dc2), to(#3264F9));
	background: -moz-linear-gradient(#264dc2, #3264F9);
	background: linear-gradient(#264dc2, #3264F9);
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 3px 10px #aaa;
	-moz-box-shadow: 0px 3px 10px #aaa;
	box-shadow: 0px 3px 10px #aaa;
	}

.productSide2 {
	padding: 0px 2px 15px;
	margin: 20px 0 0 450px;
	}

#contentBox .productSide2 p {
	text-align: center;
	padding: 0;
	margin: 0;
	}

.bookfreshLink {
	width: 245px;
	margin: 20px auto 0;
	}


.schedule a {
	color: #3264F9;
	font-size: 12px;
	text-shadow: #CCC 0px 1px 2px;
	letter-spacing: 2px;
	}

.addProducts a {
	color: #000;
	font-size: 10px;
	font-weight: bold;
	text-transform:uppercase;
	letter-spacing: 1px;
	text-decoration: none;
	padding: 0px;
	}



.priceBox {
	font-size: 30px;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-shadow: #333 0px 2px 3px;
	}


.exclamation {
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	float: right;
	margin: 15px 0 10px 0;
	text-shadow: #333 0px 2px 3px;
	line-height: 30px;
	text-align: center;
	font-variant:small-caps;
	letter-spacing: 3px;
	word-spacing: 5px;
	font-family: Georgia, 'Times New Roman', Times, serif;
	position: relative;
	top: -43px;
	}
	

#refrenceBox {
	width: 750px;
	margin: 0 auto;
}

blockquote {
	padding: 0 0px;
}

#contentBox #refrenceBox ul, #contentBox #refrenceBox li {
	padding: 0px !important;
	margin: 0px;
}

#contentBox .refrences li {
	list-style: none;
	width: 750px;
	height: 270px;
}

p.referenceSource {
	font-weight: bold;
	font-style: italic;
	font-size: 10px;
	position: relative;
	left: 0px;
}


#prevBtn a,  #nextBtn a {
	color: #000;
	padding: 0 0 10px 10px;
	position: relative;
	font-size: 10px;
	bottom: 7px;
	left: 20px;
}


