/********************************************************************************/
/* General Format */
/********************************************************************************/
html
{
	overflow-y: scroll;
}
body, div, pre, form, fieldset, input, textarea, blockquote, th, td
{
	color: #000;
	font-family: Arial;
	font-size: 13px;
	line-height: 1em;
	margin: 0px;
	padding: 0px;
}
body
{
    background-color: #fff;
}
table
{
	border-collapse: collapse;
	border-spacing: 0px;
}
fieldset, img
{
	border: 0px;
}
img
{
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}
address, caption, cite, code, dfn, em, th, var
{
	font-style: normal;
	font-weight: normal;
}
q:before, q:after
{
	content: '';
}
abbr, acronym
{
	border: 0px;
}
a,
a:link,
a:visited,
a:hover,
a:active
{
    outline: 0px;
}
.clear-all
{
	border: 0px;
	clear: both;
	display: block;
	float: none;
	font-size: 0px;
	height: 0px;
	margin: 0px;
	overflow: hidden;
	padding: 0px;
	visibility: hidden;
	width: 0px;
}
.block-space
{
	border: 0px;
	clear: both;
	display: block;
	float: none;
	font-size: 10px;
	height: 10px;
	margin: 0px;
	overflow: hidden;
	padding: 0px;
	width: 0px;
}
.block-space-dbl
{
	border: 0px;
	clear: both;
	display: block;
	float: none;
	font-size: 20px;
	height: 20px;
	margin: 0px;
	overflow: hidden;
	padding: 0px;
	width: 0px;
}
noscript div
{
    background-color: #ffd800;
    color: #000;
    font-size: 16px;
}
@media print
{
	/**
	{
		display: none;
	}*/
}
/********************************************************************************/

/********************************************************************************/
/* Alignment */
/********************************************************************************/
.align-top
{
	vertical-align: top;
}
.align-bottom
{
	vertical-align: bottom;
}
.align-center
{
	text-align: center;
}
.float-center
{
	margin: auto;
}
.dir-left
{
    direction: ltr;
    text-align: left;
}
.dir-right
{
    direction: rtl;
    text-align: right;
}
/********************************************************************************/

/********************************************************************************/
/* Header */
/********************************************************************************/
#header
{
    clear: both;
    display: block;
    margin: 0px auto 15px;
    width: 966px;
}
.header
{
    background: url(../images/header-bg.jpg) no-repeat;
    height: 174px;
}

.header a {
    display: block;
    height: 100%;
}
/********************************************************************************/

/********************************************************************************/
/* Main Menu */
/********************************************************************************/
#main-menu
{
    clear: both;
    display: block;
    height: 55px;
    margin: 0px auto 28px;
    width: 966px;
}
.main-menu
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.main-menu
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.main-menu li
{
    background: url(../images/menu-bg.gif) no-repeat center 0px;
    float: right;
    height: 55px;
    margin-left: 2px;
    text-align: center;
    width: 191px;
}
.main-menu li.first
{
    background: url(../images/menu-bg.gif) no-repeat right 0px;
}
.main-menu li.last
{
    background: url(../images/menu-bg.gif) no-repeat left 0px;
    margin-left: 0px;
}
.main-menu li a
{
    color: #fff;
    display: block;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    line-height: 55px;
    text-align: center;
    text-decoration: none;
}
/********************************************************************************/

/********************************************************************************/
/* Breadcrumb */
/********************************************************************************/
#breadcrumb
{
    clear: both;
    display: block;
    margin: 0px auto;
    width: 966px;
}
.breadcrumb
{
}
/********************************************************************************/

/********************************************************************************/
/* Footer */
/********************************************************************************/
#footer
{
    clear: both;
    display: block;
    margin: 0px auto;
    width: 966px;
}
.footer
{
}
/********************************************************************************/

/********************************************************************************/
/* Content */
/********************************************************************************/
#content
{
    clear: both;
    display: block;
    margin: 0px auto;
    width: 966px;
}
.content
{
}
.columen
{
    float: right;
}
#main
{
	position: relative;
    background: url(../images/main-bg.gif) no-repeat right bottom;
    margin-left: 52px;
    padding-bottom: 40px;
    width: 606px;
}
.main
{
	
    background: url(../images/main-bg.gif) no-repeat right top;
    display: block;
    line-height: 1.2em;
    padding: 40px 30px 0px;
}
.main p
{
    margin: 0px;
    padding: 0px;
}

.main h1 {
	font-size: 16px;
}

.main hr
{
    background: url(../images/hr-bg.gif) no-repeat;
    border: 0px;
    height: 3px;
    margin: 20px 0px;
}
#side
{
    width: 308px;
}
#contact
{
    background: url(../images/contact-bg.gif) no-repeat;
    display: block;
    height: 257px;
    margin-bottom: 43px;
}
#contact h2
{
    color: #fff;
    display: block;
    font-family: Arial;
    font-size: 16px;
    margin: 0px 0px 10px;
    padding: 28px 30px;
}
#contact form
{
}
#contact form fieldset
{
}
#contact form .form-line,
.tips-form-line
{
    margin-bottom: 5px;
}
#contact form .form-line label,
.tips-form-line label
{
    float: right;
    margin-right: 25px;
    margin-top: 6px;
    width: 80px;
}
#contact form .form-line div,
.tips-form-line div
{
    margin-right: 80px;
}
#contact form .input-text,
.tips-form-line .input-text
{
    background-color: #fff;
    border: solid 2px #e14d67;
    height: 27px;
    width: 158px;
}
#contact form .input-textarea,
.tips-form-line .input-textarea
{
    background-color: #fff;
    border: solid 2px #e14d67;
    height: 45px;
    overflow: auto;
    width: 158px;
}
.tips-form-line .input-textarea
{
    height: 55px;
}
.tips-form-line .input-text,
.tips-form-line .input-textarea
{
    border: solid 2px #007a91;
    width: 323px;
}
#contact button,
.tips-input-submit
{
    margin-right: 105px;
    height: 20px;
    width: 60px;
}
#smenu
{
    background: url(../images/smenu-bg.gif) no-repeat right bottom;
    display: block;
    margin-bottom: 43px;
    padding-bottom: 12px;
}
.smenu
{
    background: url(../images/smenu-bg.gif) no-repeat right top;
    padding-top: 12px;
}
.smenu ul
{
    list-style-type: none;
    margin: 0px 20px;
    padding: 0px;
}
.smenu ul li
{
    display: block;
    margin-bottom: 8px;
}
.smenu ul li a
{
    text-decoration: none;
}

#gallery
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
#gallery li
{
    float: right;
    height: 115px;
    margin-bottom: 23px;
    margin-left: 20px;
    position: relative;
    width: 115px;
}
#gallery li.last
{
    margin-left: 0px;
}
#gallery li img
{
    height: 115px;
    width: 115px;
}
#gallery li span
{
    background: url(../images/gallery-item-border.gif) no-repeat;
    cursor: pointer;
    height: 115px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 115px;
}
#gallery li span img
{
    height: 1px;
    width: 1px;
}

#tip-picture
{
display: block;
    float: left;
    height: 224px;
    position: relative;
    margin-bottom: 15px;
    margin-right: 15px;
    width: 224px;
}
#tip-picture img
{
	display: block;
    height: 224px;
    width: 224px;
}
#tip-picture span
{
    background: url(../images/tip-border.gif) no-repeat;
    height: 224px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 224px;
}
#tip-picture span img
{
    height: 1px;
    width: 1px;
}

#tips
{
    list-style-type: none;
    margin: 30px 0px 50px;
    padding: 0px;
}
#tips li
{
    display: block;
    margin-bottom: 15px;
    padding: 10px;
}
#tips li.odd
{
    background-color: #cce3e9;
}
#tips li.pair
{
    background-color: #f6cdd5;
}

#category
{
    list-style-type: none;
    margin: 30px 0px 0px;
    padding: 0px;
}
#category li
{
    display: block;
    height: 140px;
    margin-bottom: 15px;
}

#category li h2 a{
    font-size: 15px;
    color: Black;
}

#category li h2 span {
    font-size: 11px;
    font-weight: normal;
}

#category li .tip-content
{
    height: 96px;
    float: right;
    overflow: hidden;
    padding: 10px;
    width: 416px;
}
#category li .tip-picture
{
    height: 140px;
    margin-right: 436px;
    position: relative;
}
#category li .tip-picture div
{
    height: 140px;
    position: absolute;
    left: -5px;
    top: 0px;
    width: 203px;
}
#category li .tip-picture div a
{
    color: #fff;
    position: absolute;
    left: 45px;
    top: 120px;
}
#category li.odd .tip-content
{
    background-color: #cce3e9;
}
#category li.pair .tip-content
{
    background-color: #f6cdd5;
}
#category li.odd .tip-picture div
{
    background: url(../images/tip-item-bg.gif) no-repeat 0px 0px;
}
#category li.pair .tip-picture div
{
    background: url(../images/tip-item-bg.gif) no-repeat 0px -140px;
}

.tip-picture a img {
	width: 115px;
	height: 115px;
}

.Hidden {
    display: none;
}

div.AddComment  h3 {
    cursor: pointer;
}

div.Site-Crumb-Trails {
    clear: both;
    margin-bottom: 10px;
    padding: 0 0px 20px 0;
    margin-right: -5px;
}

div.Site-Crumb-Trails ul {
    margin: 0;
}

div.Site-Crumb-Trails li {
  margin: 0;
  list-style-type: none;
  float: right;  
}


div.Site-Crumb-Trails li a {
    color: Blue;
}

textarea {
    resize: none;
}
/********************************************************************************/

