*
{
	margin: 0px;
	padding: 0px;
}

html,body
{
	margin: 0;
	padding: 0;
	height: 100%;
	color: #555555;
	font-size: 12px;
	font-family: Arial;
	background-color: #f8f8f8;
}

hr
{
	clear: both;
	height: 1px;
	border: none;
	margin: 20px 0px;
	border-bottom: 1px solid #ccc;
}

img
{
	margin: 0;
	border: 0;
}

a
{
	outline: none;
	color: #333333;
	text-decoration: none;
}

h1
{
	padding: 0px;
	color: #111111;
	font-size: 25px;
	font-family: Arial;
	font-weight: normal;
	margin: 0px 0px 32px 0px;
}

h2
{
	color: #444;
	font-size: 15px;
}

h3
{
	font-size: 12px;
	margin: 10px 0px 10px 0px;
}

p
{
	margin: 20px 0px;
}

a:link, a:visited
{
	color: #ad0036;
	text-decoration: none;
}

a:hover, a:active
{
	color: #ad0036;
	text-decoration: underline;
}

.container
{
	width: 930px;
	margin: 0 auto;
}

#container
{
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -120px auto;
}

#push
{
	clear: both;
	height: 120px;
}

#topmenu
{
	height: 50px;
	background-repeat: repeat-x;
	background-image: url('img/bg2.png');
}

#topmenu ul
{
	float: right;
	height: 22px;
	padding-top: 3px;
	list-style-type: none;
	background-color: #121212;
	border-left: 1px solid #4c4c4c;
	border-right: 1px solid #4c4c4c;
	border-bottom: 1px solid #4c4c4c;
}

#topmenu ul li
{
	float: left;
	padding: 1px 20px 0px 20px;
	
}

#topmenu ul li a
{
	color: #eeeeee;
	font-size: 12px;
	text-decoration: none;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
}

#header
{
	height: 150px;
	min-width: 930px;
	background-repeat: repeat-x;
	background-image: url('img/bg1.png');
}


#content
{
	margin: 0 auto;
}

#content-text
{
	float: left;
	width: 590px;
	font-size: 13px;
	line-height: 25px;
	font-family: Arial;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 0px 0px;

}



#content-panel
{
	color: #333;
	float: right;
	width: 270px;
	line-height: 25px;
	margin: 5px 0px 30px 0px;
	background-color: #f0f0f0;
	padding: 20px 10px 0px 20px;
	border: 1px solid #dfdfdf;
}

#content-panel h2
{
	font-size: 16px;
	margin: 0px 0px 10px 0px;
}

#content-panel hr
{
	border: none;
	height: 1px;
	margin: 25px 2px;
	margin-left: -10px;
}

#content-panel input
{
	padding: 1px;
	margin: 2px 0px;
}

#footer
{
	clear: both;
	height: 90px;
	color: #8b8b8b;
	font-size: 11px;
	min-width: 930px;
	margin-top: 40px;
	padding: 30px 0px 0px 0px;
	background-color: #e8e8e8;
	background-repeat: repeat-x;
	background-image: url('img/bg3.png');
}

#footer td
{
	vertical-align: top;
}

#footer td div
{
	font-weight: bold;
	margin-bottom: 7px;
}

/**
 * 
 * 
 * 
**/

#contact-table td
{
	margin: 2px;
	padding: 3px;
	vertical-align: top;
}

#eshop-menu a
{
	color: #000;
}

#eshop-menu h2 a
{
	color: #ad0036;
}


#eshop-table-1
{
	width: 100%;
}

#eshop-table-1 td
{
	width: 25%;
	height: 100px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	vertical-align: bottom;
	text-transform: uppercase;
}

#eshop-table-1 a
{
	color: #000;
}

#eshop-table-1 a:hover, #eshop-table-1 a:active
{
	text-decoration: none;
}

#order-form-2 td
{
	vertical-align: top;
}

#order-form-2 input, #order-form-2 textarea
{
	padding: 2px 1px;
	border: 1px solid #ccc;
}

.error
{
	color: #da0000; 
	font-weight: bold;
}

.error-hidden
{
	display: none;
	color: #da0000; 
	font-weight: bold;
}


/**
 * 
 * Blog CSS
 * 
**/
.blog-post
{
}

.blog-post p
{
	margin-bottom: 20px;
}

.blog-post ul
{
	margin: 0px;
}

.blog-post li
{
	font-weight: normal;
	margin: 0px 0px 0px 10px;
}

#blog-index h1, .blog-post h1
{
	margin: 0px;
}

#blog-index h2, .blog-post h2
{
	margin: 25px 0px 25px 0px;
	border-bottom: 2px solid #666;
}

#blog-index img, .blog-post img
{
	padding: 5px;
	margin: 15px 0px;
	border: 1px solid #ccc;
	background-color: #ffffff;
}

#blog-index ul, .blog-post ul
{
	margin-left: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	list-style-type: square;
}

.blog-post-metadata
{
	color: #777;
	font-size: 10px;
	margin: 0px 0px 30px 0px;
}

#blog-index-navigation a:link, #blog-index-navigation a:visited
{
	color: #555555;
	text-decoration: none;
}

#blog-index-navigation a:hover, #blog-index-navigation a:active
{
	color: #da0000;
	text-decoration: underline;
}

#blog-post-navigation
{
	height: 25px;
	margin-top: 40px;
	padding: 10px 10px;
	background-color: #f0f0f0;
	border-top: 1px solid #ccc;
}

#blog-post-navigation-prev, #blog-post-navigation-next
{
	color: #666;
	font-weight: bold;
}

.blog-post-readmore
{
	height: 37px;
}

.blog-post-readmore a
{
	float: left;
	color: #666666; 
	padding: 5px 25px; 
	font-weight: bold; 
	border: 1px solid #ddd; 
	background-color: #f5f5f5;
	margin: 0px 15px 0px 0px;
}

#blog-post-related
{
	padding: 20px;
	border: 1px solid #e0e0e0;
	background-color: #ffffff;
}

#blog-post-related ul
{
	list-style-type: none;
}

#blog-post-related li
{
}

#blog-post-related a
{
	font-size: 12px;
}

#blog-post-related span
{
	float: right;
	color: #999999;
	font-size: 10px;
}

#blog-post-comments
{
	font-size: 11px;
	line-height: 15px;
	padding: 20px;
	border: 1px solid #e0e0e0;
	background-color: #fff;
}

#blog-post-comments h3
{
	color: #da0000;
	color: #666699;
	color: #164051;
	font-size: 16px;
	margin: 0px 0px 15px 0px;
}

#blog-post-comments hr
{
	margin: 20px 0px;
	border-bottom: 1px solid #e0e0e0;
}

.blog-post-comment
{
}

.blog-post-comment-metadata
{
	float: right;
	color: #999999;
	font-size: 10px;
}

#blog-post-comment-form
{
	
}

#blog-post-comment-form td
{
	vertical-align: top;
	border-bottom: 10px solid #fafafa;
}

