/* -----------------------------------------------------------------------


 Blueprint CSS Framework 0.8
 http://blueprintcss.org

   * Copyright (c) 2007-Present. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */

/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, a, abbr, acronym, address, code, del, dfn, em, q, dl, dt, dd, fieldset, form, label, legend, caption, tbody, tfoot, thead {
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
}


ul.default{
	background-repeat:no-repeat;
	list-style-type: none;
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
}
li.default{
	float:left;
	
}

/* typography.css */
body {
	font-size:12px;
	background-image:url(../images/header/bg.gif);
	background-repeat:repeat;
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
}
container .logo { margin-bottom:0.5em; }
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
h1 {
	font-size:1em;
	line-height:1;
	margin-bottom: 0.5em;
}
h2 {
	font-size:13px;
	margin-bottom:0.4em;
	font-weight: bolder;
}
h3 {
	font-size:16px;
	line-height:1;
	margin-bottom:1em;
	color:#ab3230;
	font-weight: bold;
}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
p {
	margin:0px;
	font-size: 13px;
	font-family: Arial;
	vertical-align: baseline;
	line-height: 1.3em;
}
a.grey:link,a.grey:active,a.grey:visited
{
	color:#494949;
	text-decoration:none;
	list-style-type:none;

}
a.grey:hover
{
	text-decoration: underline;
}
a.link_green:link,a.link_green:active,a.link_green:visited
{
	color:#2786bf;
	text-decoration:none;
	list-style-type:none;
	font-weight:bold;
	font-size:11px;

}
a.link_green:hover
{
	text-decoration: underline;
}
a.link_black:link,a.link_black:active,a.link_black:visited
{
	color:#656575;
	text-decoration:none;
	list-style-type:none;

}
a.link_black:hover
{
	text-decoration: underline;
}
a.link_white:link,a.link_white:active,a.link_white:visited
{
	color:#ffffff;
	text-decoration:none;
	list-style-type:none;
	font-size:13px;
	font-family:Verdana;

}
a.link_white:hover
{
	text-decoration: underline;
}

.color_grey
{	
	color:#494949;
}
.color_white
{
	color:#FFFFFF;
	font-size:14px;
}
.color_green_bold
{
	color:#3f515c;
	font-weight:bold;
	font-family:arial;
}

.color_pro
{
	color:#415a74;
	font-size:14px;
	font-weight:bold
}
.color_title
{
	color:#6d8796;font-size:12px;
}
.color_pink
{
	font-size:12px;
	font-weight:bold;
	color:#9c4264;
}
.color_text
{
	color:#656575;
	font-size:12px;
	font-family:arial;
}

.font_price
{
	font-size:12px;
}
/* grid.css */
.size_990 {
	width:990px;
	margin:0 auto;
	background-color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
}
.showgrid {background:url(src/grid.png);}
.column, div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, div.span-6, div.span-7, div.span-8, div.span-9, div.span-10, div.span-11, div.span-12, div.span-13, div.span-14, div.span-15, div.span-16, div.span-17, div.span-18, div.span-19, div.span-20, div.span-21, div.span-22, div.span-23, div.span-24, div.span-25, div.span-26, div.span-27, div.span-28, div.span-29, div.span-30, div.span-31, div.span-32, div.span-33,div.span_other {float:left;margin-right:10px;}
.last, div.last {
	margin-right:0;
}
.div_bottom
{
	padding-bottom:2px;
}
.span_other {
	display: block;
	padding: 0px;
	width: 15px;
}
.span-1 {width:30px;}
.span-2 {width:60px;}
.span-3 {width:90px;}
.span-4 {width:120px;}
.span-5 {width:150px;}
.span-6 {width:180px;}
.span-7 {width:210px;}
.span-8 {width:240px;}
.span-9 {
	width:270px;
}
.span-10 {width:300px;}
.span-11 {width:330px;}
.span-12 {width:360px;}
.span-13 {width:390px;}
.span-14 {width:420px;}
.span-15 {width:450px;}
.span-16 {width:480px;}
.span-17 {width:510px;}
.span-18 {width:540px;}
.span-19 {width:570px;}
.span-20 {width:600px;}
.span-21 {width:630px;}
.span-22 {width:660px;}
.span-23 {width:690px;}
.span-24 {width:720px;}
.span-25 {width:750px;}
.span-26 {width:780px;}
.span-27 {width:810px;}
.span-28 {width:840px;}
.span-29 {width:870px;}
.span-30 {width:900px;}
.span-31 {width:930px;}
.span-32 {width:960px;}
.span-33, div.span-33 {width:990px;margin:0;}

.footer
{
	clear:both;
	background-image:url(../images/footer/bg_footer.gif);
	background-repeat:no-repeat;
	height:66px;
	padding:19px 0px 22px 0px;
	width: 984px;
	margin: 0px auto;
	
}

