﻿@charset "utf-8";
/* CSS Document */

body  {
	font-size:80%;
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	background: #eae9e9;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
a, a:visited {
	text-decoration:none;
	color:#000000;
}
a:hover  {
	text-decoration:underline;
	color:#000000;
}
img {border:0;}
ul
{
	text-align:left;
	margin: 0;
}
li
{
	padding:0 0 5px 0;
	margin: 0;
}
.headermenu {
	margin: 0 0 0 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0 20px 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	float:right;
	color: #666666;
	font:bold 12px Verdana, Arial, Helvetica, sans-serif;
}

.twoColFixRtHdr #container { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header { 
	background: #ffffff; 
	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #headerline {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding:0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	float:left;
	width:602px;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 186px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
}
.twoColFixRtHdr #mainContent { 
	margin: 0 0 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:602px;
}
.twoColFixRtHdr #bottombar {
	float: center;
	width:602px;
	margin-top: 10px;
}
.twoColFixRtHdr #bottombox1 {
	float: left;
	width: 190px;
	margin-right:16px;
}
.twoColFixRtHdr #bottombox2 {
	float: left;
	width: 190px;
}
.twoColFixRtHdr #bottombox3 {
	float: left;
	width: 190px;
	margin-left:16px;
}
.twoColFixRtHdr #bottombox_little {
	float: left;
	width: 190px;
	color: #ffffff;
	font:Verdana, Arial, Helvetica, sans-serif;
	background:#666666;
	text-align: center;
	height: 30px;
	font-size: 11px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.sidebar_top
{
	background:#ffffff url(images/layout_2_12.jpg) no-repeat;
	height:20px;
	color:#0066FF;
	font:bold 12px Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	vertical-align:middle;
	padding-top:5px;
}

.twoColFixRtHdr #sidebar_storelocation
{
	float: right; /* since this element is floated, a width must be given */
	width: 186px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 80px 0 0 0;
	text-align:right;
}
.twoColFixRtHdr #footer
{
	color:#666666;
	width:inherit;
	font:10px Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	padding:0 0 0 0;
	float:left;
	width:800px;
}
.twoColFixRtHdr #storelocation
{
	width: 90%;
	float:right;
	text-align:right;
	border-bottom:#000000 thin dotted;
	padding: 0 10px 5px 0;
}

/*                      COLLECTION                     */
.collection #footer
{
	color:#666666;
	width:inherit;
	font:10px Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	padding:0 0 0 0;
	float:left;
	width:800px;
}
.collection #right_collections
{
	background:#ffffff url(images/layout_2_12.jpg) no-repeat;
	height:20px;
	color:#A27840;
	font:bold 12px Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	vertical-align:middle;
	padding-top:5px;
}
.collection #banner
{
	width:602px;
	padding:0;
	background:#ffffff;
}
.collection #container { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.collection #header { 
	background: #ffffff; 
	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.collection #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.collection #headermenu{
	margin: 0 0 0 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0 20px 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	float:right;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
}
.collection #headerline {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding:0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	float:left;
	width:602px;
}
.collection #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 186px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
}
.collection #mainContent { 
	margin: 0 0 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:602px;
	text-align:center;
}
.collection #bottombar { 
	margin: 0 0 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this mz
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.collection #collections
{
	width:550px;
	padding:0 0 10px 20px;
	float: left;
}
.collection #collection_box1
{
	float: left;
	padding: 5px;
	width:100%;
	background: #E9E9E9;
}
.collection #collection_box2
{
	float: left;
	padding: 5px;
	width:100%;
	background:#ffffff;
}
.collection #collection_box_logo
{
	float: left;
	margin:0;
	widows:200px;
	padding:0 10px 0 0;
	text-align:left;
	vertical-align:top;
}

.collection #collection_box_text
{
	float: left;
	margin:0;
	width:300px;
	padding:0;
	text-align:left;

}

/*                      CUSTOMER SERVICE                     */
.customer #footer
{
	color:#666666;
	width:inherit;
	font:10px Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	padding:0 0 0 0;
	float:left;
	width:800px;
}
.customer #right_collections
{
	background:#ffffff url(images/layout_2_12.jpg) no-repeat;
	height:20px;
	color:#AA8142;
	font:bold 12px Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	vertical-align:middle;
	padding-top:5px;
}
.customer #banner
{
	width:602px;
	padding:0;
	background:#ffffff;
}
.customer #container { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.customer #header { 
	background: #ffffff; 
	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.customer #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.customer #headermenu{
	margin: 0 0 0 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0 20px 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	float:right;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
}
.customer #headerline {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding:0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	float:left;
	width:602px;
}
.customer #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 186px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
}
.customer #mainContent { 
	margin: 0 0 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:602px;
	text-align:center;
}
.customer #bottombar { 
	margin: 0 0 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this mz
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.customer #content
{
	width:550px;
	padding:0 0 10px 20px;
	float: left;
}
.customer #question_list
{
	width:500px;
	;
	float:left;
	padding:0 0 0 30px;
	margin:0 0 0 20px;
	;
	background:#E4E4E4;
	text-align:left;
	font: normal 12px Arial, Helvetica, sans-serif;
}
.customer #question_category
{
	font: bold 24px Geneva, Arial, Helvetica, sans-serif;
	color: #B2B2B2;
	text-align:left;
	padding: 0 0 0 20px;
}
.customer #question_heading
{
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align:left;
	padding: 0 0 10px 0;
	margin: 10px 0 0 0;
	;
}
.customer #answer
{
	width:500px;
	;
	float:left;
	padding:0 0 0 20px;
	margin:0 0 0 0;
	text-align:justify;
	font: normal 12px Arial, Helvetica, sans-serif;
}



/*                      PREMIUM                     */
.premium #footer
{
	color:#666666;
	width:inherit;
	font:10px Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	padding:0 0 0 0;
	float:left;
	width:800px;
}
.premium #right_collections
{
	background:#ffffff url(images/layout_2_12.jpg) no-repeat;
	height:20px;
	color:#02488E;
	font:bold 12px Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	vertical-align:middle;
	padding-top:5px;
}
.premium #banner
{
	width:602px;
	padding:0;
	background:#ffffff;
}
.premium #container { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.premium #header { 
	background: #ffffff; 
	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.premium #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.premium #headermenu{
	margin: 0 0 0 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0 20px 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	float:right;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 80%;
}
.premium #headerline {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding:0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	float:left;
	width:602px;
}
.premium #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 186px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
}
.premium #mainContent { 
	margin: 0 0 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:602px;
	text-align:center;
}
.premium #bottombar { 
	margin: 0 0 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this mz
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.premium #point1
{
	float: left;
	width:550px;
	padding:5px;
	background: #E9E9E9;
}
.premium #point2
{
	float: left;
	width:550px;
	padding:5px;
	background:#ffffff;
}

.premium #collection_content
{
	width:582px;
	padding:30px 0 10px 20px;
	float: left;
	text-align:left;
	color:#000000;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
}
.premium #product_list
{
	width:582px;
	padding:0 0 10px 20px;
	float: left;
	text-align:left;
	color:#000000;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
}
.premium #product_list_img
{
	width: 150px;
}
.premium #product_list_largeimg
{
	width: 250px;
}
.premium #product_list_ssmedimg
{
	width: 165px;
}
.premium #product_list_table
{
	vertical-align:top;
}
.premium #product_list_leftcol
{
	float:left;
	width: 290px;
	height:250px;
	vertical-align:top;
	padding: 0 0 10px 0;
}
.premium #product_list_rightcol
{
	float:left;
	width: 290px;
	height:250px;
	vertical-align:top;
	padding: 0 0 10px 0;
}
.premium #product_list_centercol
{
	float:left;
	width:550px;
	height:250p;
	vertical-align:top;
	padding: 0 0 10px 0;
}
.premium #product_list_text
{
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	margin:0;
	padding:0;
}
.premium #product_list_heading
{
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	margin:0;
	padding:0 0 10px 0;
}
.premium #collection_box1
{
	float: left;
	padding: 5px;
	width:100%;
	background:#DDDDDD;
}
.premium #collection_box2
{
	float: left;
	padding: 5px;
	width:100%;
	background:#ffffff;
}
.premium #collection_box_logo
{
	float: left;
	margin:0;
	widows:200px;
	padding:0 10px 0 0;
	text-align:left;
	vertical-align:top;
}

.premium #collection_box_text
{
	float: left;
	margin:0;
	width:350px;
	padding:0;
	text-align:left;

}
.premium #image_box1
{
	float: left;
	width: 125px;

}
.premium #image_box2
{
	float: left;
	width: 125px;

}
.premium #image_box3
{
	float: left;
	width: 300px;

}
.premium #navbar
{
	float: left;
	width: 400px;
	color:#000000;
	font: bold 12px Arial, Helvetica, sans-serif;
	background:#BEBEBE;
	text-align: left;
	padding: 5px;
	margin: 0 0 0 20px;
	border:dotted thin #333333;
}
.premium #sub_navbar
{
	float: left;
	width: 400px;
	color:#666666;
	font:bold 10px Verdana, Arial, Helvetica, sans-serif;
	background: #E2E2E2;
	border:dashed thin #CCCCCC;
	text-align: left;
	padding: 5px;
	margin: 0 0 0 50px;
}
.premium #product_list_largeimg
{
	width: 250px;
}
.premium #product_list_centercol
{
	float:left;
	width: 550px;
	height:250px;
	vertical-align:top;
	padding: 0 0 10px 0;

}


/*                      PREMIUM                     */
.bgrade #footer
{
	color:#666666;
	width:inherit;
	font:10px Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	padding:0 0 0 0;
	float:left;
	width:800px;
}
.bgrade #right_collections
{
	background:#ffffff url(images/layout_2_12.jpg) no-repeat;
	height:20px;
	color:#479641;
	font:bold 12px Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	vertical-align:middle;
	padding-top:5px;
}
.bgrade #banner
{
	width:602px;
	padding:0;
	background:#ffffff;
}
.bgrade #container { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.bgrade #header { 
	background: #ffffff; 
	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.bgrade #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.bgrade #headermenu{
	margin: 0 0 0 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0 20px 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	float:right;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 80%;
}
.bgrade #headerline {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding:0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	float:left;
	width:602px;
}
.bgrade #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 186px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
}
.bgrade #mainContent { 
	margin: 0 0 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:602px;
	text-align:center;
}
.bgrade #bottombar { 
	margin: 0 0 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this mz
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.bgrade #collection_content
{
	width:582px;
	padding:30px 0 10px 20px;
	float: left;
	text-align:justify;
	color:#000000;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
}
.bgrade #product_list
{
	width:582px;
	padding:0 0 10px 20px;
	float: left;
	text-align:left;
	color:#000000;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
}
.bgrade #product_list_img
{
	width: 150px;
}
.bgrade #product_list_lsmallimg
{
	width: 130px;
}
.bgrade #product_list_smallimg
{
	width: 100px;
}
.bgrade #product_list_largeimg
{
	width: 250px;
}
.bgrade #product_list_medimg
{
	width: 200px;
}
.bgrade #product_list_smedimg
{
	width: 175px;
}
.bgrade #product_list_table
{
	vertical-align:top;
}
.bgrade #product_list_leftcol
{
	float:left;
	width: 290px;
	height:250px;
	vertical-align:top;
	padding: 0 0 10px 0;
}
.bgrade #product_list_rightcol
{
	float:left;
	width: 290px;
	height:250px;
	vertical-align:top;
	padding: 0 0 10px 0;

}
.bgrade #product_list_centercol
{
	float:left;
	width: 550px;
	height:250px;
	vertical-align:top;
	padding: 0 0 10px 0;

}
.bgrade #product_list_centercol_ext
{
	float:left;
	width: 550px;
	vertical-align:top;
	padding: 0 0 40px 0;

}
.bgrade #product_list_text
{
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	margin:0;
	padding:0;
}
.bgrade #product_list_heading
{
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	margin:0;
	padding:0 0 10px 0;
}
.bgrade #collection_box1
{
	float: left;
	padding: 5px;
	width:100%;
	background:#DDDDDD;
}
.bgrade #collection_box2
{
	float: left;
	padding: 5px;
	width:100%;
	background:#ffffff;
}
.bgrade #collection_box_logo
{
	float: left;
	margin:0;
	widows:200px;
	padding:0 10px 0 0;
	text-align:left;
	vertical-align:top;
}

.bgrade #collection_box_text
{
	float: left;
	margin:0;
	width:350px;
	padding:0;
	text-align:left;

}
.bgrade #image_box1
{
	float: left;
	width: 125px;

}
.bgrade #image_box2
{
	float: left;
	width: 125px;

}
.bgrade #image_box3
{
	float: left;
	width: 300px;
	padding-bottom: 10px;

}
.bgrade #navbar
{
	float: left;
	width: 400px;
	color:#000000;
	font: bold 12px Arial, Helvetica, sans-serif;
	background:#BEBEBE;
	text-align: left;
	padding: 5px;
	margin: 0 0 0 20px;
	border:dotted thin #333333;

}
.bgrade #sub_navbar
{
	float: left;
	width: 400px;
	color:#666666;
	font:bold 10px Verdana, Arial, Helvetica, sans-serif;
	background: #E2E2E2;
	border:dashed thin #CCCCCC;
	text-align: left;
	padding: 5px;
	margin: 0 0 0 50px;
}
.bgrade #point1
{
	float: left;
	width:550px;
	padding:5px;
	background: #E9E9E9;
}
.bgrade #point2
{
	float: left;
	width:550px;
	padding:5px;
	background:#ffffff;
}


/*                    Contact US                 */

.contact #footer
{
	color:#666666;
	width:inherit;
	font:10px Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	padding:0 0 0 0;
	float:left;
	width:800px;
}
.contact #right_collections
{
	background:#ffffff url(images/layout_2_12.jpg) no-repeat;
	height:20px;
	color:#8C6837;
	font:bold 12px Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	vertical-align:middle;
	padding-top:5px;
}
.contact #banner
{
	width:602px;
	padding:0;
	background:#ffffff;
}
.contact #container { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.contact #header { 
	background: #ffffff; 
	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.contact #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.contact #headermenu{
	margin: 0 0 0 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0 20px 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	float:right;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
}
.contact #headerline {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding:0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	float:left;
	width:602px;
}
.contact #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 186px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
}
.contact #mainContent { 
	margin: 0 0 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:602px;
	text-align:center;
}
.contact #bottombar { 
	margin: 0 0 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this mz
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.contact #contact
{
	width:550px;
	padding:0 0 10px 20px;
	float: left;
	text-align:justify;
}
.contact #heading
{
	font: bold 18px Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
}
.contact #point1
{
	float: left;
	width:500px;
	padding:5px;
	background: #E9E9E9;
}
.contact #point2
{
	float: left;
	width:500px;
	padding:5px;
	background:#ffffff;
}






.break_cum
{
	float: left;
	width: 550px;
	color:#000000;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 0 0 20px 20px;
}
