@import url('reset.css');
@import url('clearfix.css');
@import url('textStyle.css');

* { behavior: url(iepngfix.htc) }

html, body {
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#2d2824;
}

/* IE ignores styles with [attributes], so it will skip the following. */
.trans_box[class] {
  background-image:url(../images/menu_bg.png);
  background-repeat:repeat;
}

/* IE ignores styles with [attributes], so it will skip the following. */
.trans_box2[class] {
  background-image:url(../images/26precentTrans_bg.png);
  background-repeat:repeat;

}

/* IE ignores styles with [attributes], so it will skip the following. */
.trans_box3[class] {
  background-image:url(../images/content_bg.png);
  background-repeat:repeat;
}

#headerTrans{
	width:100%;
	height:228px;
}

#container{
	width:620px;
	height:100%;
	margin: 0 0 0 340px;
}


#header{

	width:620px;
	height:228px;
	text-align:right;
	position:relative;
}


#logo, #ebookButton {
	text-align:right;
	z-index:1;
}

#header img {

	text-align:right;
}

#flashcontent{
	text-align:left;
	position:absolute;
	top:0;
	bottom:0;
	z-index:0;
}


#menu{

	width:620px;

	height:34px;

}



#content{

	width:580px;

	padding:20px;

}

#twoColumnWrap {
	width:580px;
	
}

#rightColumnContent {
	width:200px;
	float:left;
	padding-left:5px;
}

#rightColumnContent img {
	width:190px;
}

#leftColumnContent {
	width:370px;
	float:left;
	padding-right:5px;
}


#footer{

  background-image:url(../images/footer.gif);

  background-repeat:no-repeat;

	width:620px;

	height:34px;

	margin-bottom:40px;

}



.questionLabel {

	width:100%;

	clear:right;

	text-align:left;

	margin-bottom:5px;

	color:#ab0534;

}



.error{

	color: red;

}

.success{
	color:green;
}








/*    Forms    */



#content form {

	width:570px;

}



fieldset {

	border:1px solid #fff;

	margin:20px 0;

	padding:15px;

}



legend {

	font-family:Arial, Helvetica, sans-serif;

	font-size:16px;

	line-height:20px;

	color:#fff;

	font-weight:bold;

	margin-bottom:5px;

}



label {

	width:100px;

	clear:left;

	display:block;

	float:left;

	text-align:right;

	padding:0 7px 0 0;

	line-height:20px;

}

.form input {
	background:#ece8e3;
	border:1px solid #a3998c;
	padding:2px;
	color:#847b6f;
}

.form select {
	background:#ece8e3;
	border:1px solid #a3998c;
	padding:2px;
	color:#847b6f;
}

.form textarea {

	width:300px;

	background:#ece8e3;

	border:1px solid #a3998c;

	padding:2px;

	color:#847b6f;

	font-family:Arial, Helvetica, sans-serif;

	font-size:13px;

	line-height:18px;

}

#content input.button {
	width:70px;
	padding:0 10px;
	background:#ece8e3;
	border:1px solid #a3998c;
	padding:2px;
	color:#847b6f;
	float:left;
	margin:0 10px 0 0;
	cursor:pointer;
}

input.button:hover {
	background:#fff;
}

.productForm {
	padding:10px;
	clear:right;
	margin-bottom:10px;
	background:#d6cdc1;
}

.productLabel {

	width:500px;

	clear:right;

	text-align:left;

	font-family:Arial, Helvetica, sans-serif;

	font-size:15px;

	line-height:20px;

	color:#ab0534;

	font-weight:bold;

	margin-bottom:5px;

	padding-top:10px;

}

label.quantity  {

	

}



.price {

	float:left;

	width:250px;

}



.productForm input {
	width:40px;
}



.instruction {

	font-size:11px;

	margin-bottom:5px;

}





.faceWrapper {

	float:left;

	width:100px;

	padding:0 0 10px 0;

}

.faceWrapper img {

	float:left;

	margin-bottom:5px;

}



.productForm input.radio {

	width:15px;

}

.productForm input.quantity {
	width:40px;
}



/*   Buttons   */



a.squarebutton{

background: transparent url('../images/square-left.gif') no-repeat top left;

display: block;

float: left;

font: normal 12px Arial; /* Change 12px as desired */

line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */

height: 23px; /* Height of button background height */

padding-left: 9px; /* Width of left menu image */

text-decoration: none;

}



a:link.squarebutton, a:visited.squarebutton, a:active.squarebutton{

color: #494949; /*button text color*/

}



a.squarebutton span{

background: transparent url('../images/square-right.gif') no-repeat top right;

display: block;

padding: 5px 9px 7px 0; /*Set 9px below to match value of 'padding-left' value above*/

}



a.squarebutton:hover{ /* Hover state CSS */

background-position: bottom left;

}



a.squarebutton:hover span{ /* Hover state CSS */

background-position: 100% -23px;

color: black;

}



.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */

overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */

width: 100%;

}



#copyright{

	float:left;

	clear:left;

	font-family:Arial, Helvetica, sans-serif;

	font-size:10px;

	color:#9b9386;

	padding:10px 10px 0 10px;

}



#siteBy{

	float:right;

	clear:right;

	font-family:Arial, Helvetica, sans-serif;

	font-size:10px;

	color:#9b9386;

	padding:10px 10px 0 10px;

}





.blueSquare a {
	height:11px;
	overflow:hidden;
	text-decoration:none;
	color:#9b9386;
	font-size:10px;
}

.blueSquare a:hover{
	color:#333;
}

.newsListArticleWrap {
	float:left;
	width:415px;
}


.newsListArticle a  {
	border:#dfd6c8 1px solid;
	padding:10px 10px 10px 10px;
	margin-bottom:10px;
	background:none;
	display:block;
	cursor:pointer;
	width:560px;
}

* html .newsListArticle a {
	width:100%;
	height: 100%;
}

.newsListArticle a:hover {
	border:#fff 1px solid;
	background:#c5bbac;
}

.newsListArticleImage {
	float:left;
	margin:0 10px 0 0;
}
.newsListArticleImage img {
	width:130px;
}

.newsListArticleTitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:25px;
	color:#ab0534;
	font-style:normal;
	font-weight:normal;
	display:block;
}

.newsListArticleDate {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	margin:7px 0 14px 0;
	display:block;
}

.newsListArticleSynopsis {
	margin-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#2d2824;
}


.pagerWrap {
	display:block;
	margin-bottom:20px;
	text-align:right;
}

.pager_number a {
	float:left;
	padding:5px;
	border:#dfd6c8 1px solid;
	margin:2px;
	color:#333;
}
.pager_arrow a {
	float:left;
	padding:5px;
	margin:2px;
	color:#333;
	font-weight:bold;
	font-size:16px;
}

.pager_number a:hover {
	float:left;
	padding:4px;
	border:#fff 2px solid;
	background:#dfd6c8;
}
.pager_arrow a:hover {
	color:#fff;	
}

.current_page {
	float:left;
	padding:5px;
	border:#dfd6c8 1px solid;
	margin:2px;
	color:#333;
	background:#dfd6c8;
	font-weight:bold;
}

.imageBlock {
	width:210px;
	overflow:hidden;
	float:right;
	padding-left:15px;
}

.imageBlock img {
	width:200px;
	clear:both;
	padding:2px;
	border:1px solid #666;
	margin-bottom:3px;
}



#subscribe{
	position:absolute;
	width:380px;
	left:0;
}

#subscribeToggle{
	margin:0;
	padding: 5px 5px 0 5px;
	height:15px;
	width:150px;
	background:url(../images/bg-subscribe.gif) repeat-x;
}

#subscribeToggle a {
	background:url(../images/arrow-down.gif) 100% 2px no-repeat;
	text-decoration:none;
	color:#99897d;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	letter-spacing:1px;
	text-decoration:none;
	text-transform:uppercase;
	padding-right:15px;
	text-align:center;
}

#subscribeToggle a:hover {
	color:#2d2824;
}

#subscribeFeedback{
	margin:0 0 0 180px;
	width: 200px;
	padding: 5px;
}

#form1{
	width:370px;
	padding:5px;
	color:#fff;
	background:#c2b6a5;
}

.form1{
	width:370px;
}


input.emailInput {	
	background:#ece8e3;
	border:1px solid #a3998c;
	padding:2px;
	color:#847b6f;
	width:220px;
}

input.newsletterSubmit {
	background:url(../images/subscribe.gif) 5px 7px no-repeat;
	text-align:left;
	width:100px;
	border:0;
	text-transform:uppercase;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#fff;
	padding:10px 5px 0px 30px;
	cursor:pointer;
}

#subscribeYes,
#subscribeNo {
	width:370px;
	padding:5px;
	color:#fff;
	background:#c2b6a5;
}

#subscribeNo img,
#subscribeYes img {
	padding:3px;
	float:left;
	text-align:left;
}

.newsWrap {

}

.newsHead {
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	line-height:33px;
	color:#ab0534;
	margin-bottom:15px;
	font-style:normal;
	font-weight:normal;
}
.newsDate {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	margin-bottom:20px;
}




#homeNav {
	height:62px;
	width:100%;
	overflow:hidden;
	padding:0;
	margin:0;
}

.homeNavLink01,
.homeNavLink02,
.homeNavLink03 {
	float:left;
	padding:0;
	margin:0;
}

.homeNavLink01 a {
	background:url(../images/nav01.gif) no-repeat 0 0;
	height:62px;
	width:206px;
	display:block;
	overflow:hidden;
}
.homeNavLink01 a:hover {
	background:url(../images/nav01.gif) no-repeat 0 -62px;
}

.homeNavLink02 a {
	background:url(../images/nav02.gif) no-repeat 0 0;
	height:62px;
	width:206px;
	display:block;
	overflow:hidden;
}
.homeNavLink02 a:hover {
	background:url(../images/nav02.gif) no-repeat 0 -62px;
}

.homeNavLink03 a {
	background:url(../images/nav03.gif) no-repeat 0 0;
	height:62px;
	width:206px;
	display:block;
	overflow:hidden;
}
.homeNavLink03 a:hover {
	background:url(../images/nav03.gif) no-repeat 0 -62px;
}

#homepageNav img,
#homepageNav,
#homepageNav li,
#homepageNav ul {
	margin:0;
	padding:0;
	list-style:none;
	height:300px;
	width:620px;
}
