*
{
	margin: 0;
	padding: 0;
}



html
{
	background: white url(../images/bk.png) repeat 0 2px;
}

body
{

}

#main
{
	width: 959px;
	background: white;
	margin: 0 auto 50px auto;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	box-shadow: 0 0 10px #e0e0e0;
	position: relative;
}

.cleaner
{
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
}

.col
{
	float: left;
	width: 350px;
}

body
{
    font: 13px sans-serif;
    color: #696262;
	line-height: 1.5em;	
}

h1, h2, h3
{
    font-weight: normal;
    color: #ff9900;
}

h1
{
    letter-spacing: -1px;
    font-size: 44px;
}

h2
{
    font-size: 20px;
}

h3
{
    font-size: 16px;
    margin: 10px 0;
    font-weight: bold;
}

#results h3
{
    font-weight: normal;
}

.light
{
    color: #888;
}

.caption
{
    position: relative;
    top: -5px;
    margin-left: 5px;
}
/* Header */

#top
{
	width: 100%;
	height: 128px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/top.png) repeat-x;
}

#top2
{
	height: 126px;
	background: url(../images/top2.png) no-repeat;
	width: 967px;
	position: relative;
	z-index: 0;
}

#header
{
	width: 959px;
	height: 257px;
	background: white url(../images/header.jpg) no-repeat;
	position: relative;
	z-index: 1;
}

/* Logo */

#logo
{
	width: 271px;
	height: 128px;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
}

#login
{
	display: none;
}

#header h1, #header h2
{
	display: none;
}

/* Menu */

#menu
{
	position: absolute;
	top: 180px;
	left: 7px;
}

#menu ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li
{
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 189px;
	height: 54px;
	float: left;
}

#menu a
{
	width: 189px;
	height: 54px;
	display: block;
}

#menu a img
{
	display: block;
}

#menu a span
{
	display: none;
}

/* Content */

#content
{
	background: url(../images/cnt-bg.png) repeat-y white;
	position: relative;
	padding: 33px 37px;
}

#content .bk24
{
	position: absolute;
	top: 0;
	right: -2px;
	background: url(../images/24.png) repeat-y white;
	width: 180px;
	height: 170px;
}

/* Footer */

#footer
{
	background: url(../images/footer.png) no-repeat white;
	width: 959px;
	height: 10px;
	text-align: center;
}

#footer div
{
	position: relative;
	top: 25px;
}

#catalog-button
{
	width: 128px;
	height: 47px;
	background: url(../images/catalog-button.png) no-repeat;
	position: absolute;
	bottom: -6px;
	right: 32px;
	display: block;
	z-index: 3;
}

#area img,
#area .col
{
	position: relative;
	z-index: 99;
}

.content a.origins
{
    position: relative;
    top: 8px;
    left: 10px;
}.pagerMain
{
    text-align:center;
    font-weight: none;
    padding: 8px 0 15px 0;
}

.pagerMain a,
.pagerMain a:visited,
.pagerActive
{
    font-weight: none;
    border: 1px solid #C2CACE;
    text-decoration: none;
    padding: 0 5px;
    background: #F3F3F3;
}

.pagerActive
{
    font-weight: bold;
    background: white;
}form
{
	background: #f5f5f5;
	padding: 15px 20px 15px 10px;
	position: relative;
	clear: both;
}

form .field input.text,
form .field textarea
{
	border: 1px solid #dadada;
	padding: 5px;
	position: absolute;
	top: 0;
	left: 120px;
	width: 208px;
}

form label
{
	color: #6a6162;
	display: block;
}

form .field label
{
	width: 100px;
	position: relative;
	top: 4px;
	text-align: right;
}

form .field
{
	position: relative;
	height: 35px;
	margin-top: 10px;
}

form .big
{
	height: 80px;
}

form .big textarea
{
	width: 547px;
	height: 51px;
}

form .btn-ctr
{
	text-align: right;
}p, ul, ol
{
    margin: 0 0 1.5em 0;
    line-height: 1.5em;
    text-align: justify;
}

#area
{
	position: relative;
}

p
{
}

blockquote
{
    font-style: italic;
}

ul
{
}

ol
{
}

ul li, ol li
{
    margin: 0 0 0 15px;
}

a
{
    color: #ffc31c;
}

a:hover
{
    text-decoration: none;
}

small
{
}

hr
{
    display: none;
}

img
{
    border: none;
}

img.left
{
    float: left;
    margin: 0 15px 0 0;
}

img.right
{
    float: left;
    margin: 0 0 0 15px;
}

/* items */

#content .item
{

}

#content .space
{
	border: 0px none;
	margin: 0;
}

#content .mini-space
{
    padding-top: 20px;
}

#content .title
{
    padding: 10px 0 0 0;
}

#content .category
{
    color: gray;
    font-size: 18px;
}

#content .category em
{
    color: #ffc31c;
}

#content .item .title
{
    padding: 0;
}

#content .item .title a:link,
#content .item .title a:visited
{
    color: #ff9900;
    text-decoration: none;
}

#content .item .only a:link,
#content .item .only a:visited
{
    text-decoration: underline;
}

#content .item .head
{
    margin: -26px 25px 0 0;
    text-align: right;
    color: #79AFCD;
}

#content .item .head span
{
    font-size: 0.8em;
}

#content .item .content,
#content .item .comment
{
    margin: 15px 0 0 0;
    padding: 25px 20px 0 12px;
}

#content .item .content
{
    padding: 0;
}

#content .item .author,
#content .item .origin-name
{
    text-align: right;
}

#content .item .meta
{
    padding: 0px 12px 15px 12px;
}

#content .item .meta b
{
    display: none;
}

#content .item .more, .comments, .commentsContainer form
{
    padding: 0 30px 0 20px;
}

#content .item .more
{
    background: url(../images/more.gif) no-repeat left center;
}

#content .item .comments
{
    background: url(../images/comments.gif) no-repeat left center;
}

#content .commentsContainer
{
    padding-bottom: 20px;
}

#content .comment
{
    padding-bottom: 20px;
}

#content .comment .header strong
{
    font-size: 1.2em;
    position: relative;
    top: -5px;
    padding-left: 20px;
    display: block;
}

#content .comment .content
{
    background: none;
    position: relative;
    top: -10px;
}

#content .comment .moderation
{
    margin-left: 15px;
    padding-left: 22px;
    position: relative;
    top: -15px;
    background: url(../images/icons/delete.png) no-repeat 0 2px;
}

.commentsContainer .title
{
    position: relative;
    top: -15px;
}

.commentsContainer .title
{
    position: relative;
    top: -15px;
}

.commentsContainer form label,
.commentsContainer form .button
{
    margin-top: 10px;
    display: block;
}

.commentsContainer .text,
.commentsContainer textarea
{
    width: 560px;
}

.commentsContainer form
{
    position: relative;
    top: -15px;
    left: -3px;
}

.commentsContainer .header strong span
{
    color: #79afcd;
    font-size: 0.9em;
    font-weight: normal;
}

.container,
.pod
{
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #bcbcbc;
    background: #e7ecef;
}

.container ul
{
    margin: 0px;
}

.map
{
    background: url(../images/icons/map.png) no-repeat 0 2px;
    padding-left: 25px;
}

img.left
{
    float: left;
}

img.right
{
    float: right;
}

img.center
{
    display: block;
    margin: auto;
}

img.framed,
img.bold
{
    border: 1px solid #DADAD5;
}

img.bold
{
    padding: 5px;
}

#companies td
{
	padding: 10px;
}

#paper
{
	border-collapse: collapse;
}

#paper td
{
	vertical-align: top;
	padding: 15px 15px 15px 0;
}
.shipping
{
	display: none;
	position: absolute;
	z-index: 100;
	top: 360px;
	right: 7px;
	box-shadow: 1px 1px 3px #AAA;
}

#main .shipping ul
{
	padding: 0;
	margin: 0;
	display: block;
}

#main .shipping ul li
{
	float: none;
	display: block;
	clear: both;
}

#main .shipping ul li a
{	
	width: 346px;
	display: block;
	background: #d7d8da;
	color: #444;
	padding: 10px 15px 10px 15px;
	height: auto;
	text-decoration: none;
	border: 1px solid #c9cbcd;
	font-size: 1em;
	text-align: left;
	overflow: hidden;
}

#main .shipping ul li a:hover
{	
	background: #ffc31c;
}

#main .shipping ul li
{
	float: none;
	padding: 0;
	margin: 0;
	display: block;
	height: auto;
	overflow: hidden;
}

#main .shipping ul li a img
{	
	height: 0;
	display: none;
}

#main .shipping ul li a span
{	
	display: block;
}.rotator
{
    width: 584px;
    _width: 583px;
    height: 350px;
    position: relative;
    overflow: hidden;
    margin: 0 38px -30px 57px;
    border: 1px solid #abadb3;
    position: relative;
    z-index: 0;
}

.rotatorTitle
{
    margin: 50px 0 1px 58px;
    font-weight: normal;
}

.rotator .content
{
    position: absolute;
    top: 0;
    left: 0;
}

.rotator .image
{
    display: block;
    width: 584px;
    height: 350px;
}

.rotator .tarticle,
.rotatorControls a:link,
.rotatorControls a:visited,
.rotatorControls a:link.pause,
.rotatorControls a:visited.pause
{
    color: white;
    background: black;
    filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

.rotator .tarticle
{
    width: 554px;   
    position: relative;
    top: -350px;
    z-index: 1;
    padding: 10px 15px;
    margin: 0;
}

.rotator h2
{
    font-size: 1.5em;
    color: white;
}

.rotator a:link,
.rotator a:visited
{
    text-decoration: none;
}

.rotator a:hover
{
    text-decoration: underline;
}

.rotatorControls
{
    position: relative;
    top: -25px;
    left: 70px;
    =left: 80px;
    z-index: 5;
    _position: absolute;
    _top: 553px;
    _left: 215px;
}

.rotatorControls a:link,
.rotatorControls a:visited,
.rotatorControls a:link.pause,
.rotatorControls a:visited.pause
{
    height: 21px;
    padding: 6px 12px 5px 12px;
    margin: 0 0 0 10px;
    font-size: 1.1em;
    font-weight: bold;
    display: block;
    float: left;
    cursor: pointer;       
    text-decoration: none;
    border: 1px solid gray;
}

.rotatorControls a:link.pause,
.rotatorControls a:visited.pause
{
    width: 32px;
    height: 32px;
    padding: 0;
    background: url(../images/pause.gif) no-repeat black 1px 1px;
}

.rotatorControls a:link.activeSlide,
.rotatorControls a:visited.activeSlide,
.rotatorControls a:link.paused,
.rotatorControls a:visited.paused
{
    border: 1px solid #93bfd7;
    color: #93bfd7;
}

.rotatorControls a:link.paused,
.rotatorControls a:visited.paused
{
    background: url(../images/paused.gif) no-repeat black 1px 1px;
}address
{
	font-style: normal;
	display: block;
	margin-bottom: 20px;
}

h3.atitle
{
	margin-bottom: 0;
	font-size: 1.1em;
}

h4
{
	font-size: 1em;
}


#contact-form
{
	width: 680px;
	margin: 5px 0 20px 0;
}