/** reset css **/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

body {
	font-family: "Trebuchet MS", Helvetica, Verdana, Arial, sans;
	font-size: 14px;
	line-height: 20px;
	color: #000;
	background: url(images/pat.jpg) top left repeat;
}

a {
	font-weight: 700;
	color: #0099ff;
}

#wrapper {
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding: 10px 20px;
	text-align: left;
	/* background: #fff url(images/wrapper_bg.gif) top left repeat-y; */
background: #fff;
}

#header {
	position: relative;
	width: 100%;
	background: url(images/bold_dash.gif) bottom left repeat-x;
	margin-bottom: 10px;
}

#logo {
    position: relative;
    float: left;
	top: 5px;
}

#search {
	position: absolute;
	bottom: 20px;
	right: 0px;
}

	#search #searchform {
		display: inline;
	}

#top_banner {
    position: relative;
    float: right;
}

#top_banner img, #top_banner a img {
    vertical-align: middle;
}

#sidebar {
	float: left;
	width: 240px;
	text-align: left;
	margin-right: 9px;
}

	#sidebar ul {
	
	}
	
	#sidebar .linkcat li a:link, #sidebar .linkcat li a:visited, #sidebar .linkcat li a:active {
		background: #fff;
		height: 22px;
		border-bottom: 1px dotted #cfcfcf;
		padding: 2px 0 0 5px;
		display: block;
	}
	
	#sidebar .linkcat li a:hover {
		background: #ffe9ff;
	}
	
	#sidebar .linkcat2 li a:link, #sidebar .linkcat2 li a:visited, #sidebar .linkcat2 li a:active {
		background: #fff;
		height: 22px;
		border-bottom: 1px dotted #cfcfcf;
		padding: 2px 0 0 5px;
		display: block;
		font-weight: normal;
	}
	
	#sidebar ul.linkcat2 {
		border: 1px solid #ffe9ff;
	}
	
	#sidebar .linkcat2 li a:hover {
		background: #ff007b;
		color: #fff;
	}
	
	#sidebar h2 {
		text-transform: uppercase;
	}

.product {
	width: 160px;
	text-align: center;
	float: left;
	margin: 5px;
}

.product a {
	text-decoration: none;
}


#content {
	float: right;
	width: 710px;
	text-align: left;
}

#content .entry ul {
	list-style-type: circle;
	margin: 10px 25px 0;
}

#content .entry p {
	margin: 10px 0;
}

.narrowcolumn h2, .narrowcolumn h3, .narrowcolumn h4 {
	color: #ff007b;
	font-size: 20px;
	line-height: 26px;
}

.narrowcolumn h2 a:link, .narrowcolumn h2 a:visited, .narrowcolumn h2 a:hover, .narrowcolumn h2 a:active {
	color: #ff007b;
	font-size: 20px;
	text-decoration: none;
	font-weight: normal;
}

.post {
	margin-bottom: 10px;
}

.linkoffers ul {
	clear: both;
}

.linkoffers li {
	background-image: url(images/bullet2.gif);
  	background-position: 0 7px;
  	background-repeat: no-repeat;
  	padding: 0 0 0 10px;
}

#footer_links {
	padding-bottom: 10px;
	clear: both;
}

#footer_links li {
	float: left;
	width: 190px;
	margin: 0 20px;
	background-image: url(images/bullet.gif);
  	background-position: 0 7px;
  	background-repeat: no-repeat;
  	padding: 0 0 0 10px;
}

#footer {
	clear: both;
	background: url(images/bold_dash.gif) top left repeat-x;
	height: 60px;
	padding-top: 20px;
	margin-top: 10px;
	text-align: center;
}

#footer ul li {
	display: inline;
	list-style-type: none;
	margin: 0 20px;
}

#single_main_image {
	float: left;
	margin-right: 10px;
	border: 3px solid #efefef;
	padding: 10px;
	background: #fff;
}

.single_main_image  {
	float: left;
	margin-right: 10px;
	border: 3px solid #efefef;
	padding: 10px;
	background: #fff;
}

.a_left {
	float: left;
}

.a_right {
	float: right;
}

.box {
	border: 1px solid #cfcfcf;
	padding: 1px;
	margin: 3px 0;
}

.box p {
	background: url(images/box_bg.gif) bottom left repeat-x;
	padding: 10px;
}

.box p a:hover {
	color: #ff007b;
}

h1 {
	color: #ff007b;
	font-size: 24px;
	line-height: 26px;
}

h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {
	color: #ff007b;
	font-size: 24px;
	text-decoration: none;
	font-weight: normal;
}

h2 {
	color: #000;
	font-size: 18px;
	font-weight: normal;
	line-height: 20px;
}

h3 {
	color: #000;
	font-size: 16px;
	font-weight: 700;
}

div.hr_b {
	background: transparent url(images/hr_big.gif) repeat-x scroll left center;
	height: 15px;
}

div.hr_b hr {
	display: none;
}

div.hr_head {
	background: transparent url(images/hr_head.gif) repeat-x scroll left center;
	height: 3px;
	clear: both;
	margin: 0 -10px 10px -10px;
}

div.hr_head hr {
	display: none;
}

small {
	font-size: 12px;
	line-height: 14px;
}

.clear {
	clear: both;
}

.highlight {
	border: 2px dotted #fdec7c;
	padding: 7px;
	background: #fffeec;
}

#comment {
	width: 685px;
	overflow: auto;
	clear: both;
}

strong {
	font-weight: 700;
}

.commentlist li {
	margin: 3px 0;
	border-bottom: 2px dotted #d4d0c8;
}

fieldset {
	margin: 10px 0;
	padding: 10px;
	border: 1px solid #d4d0c8;
}

label {
	display: block;
	float: left;
	width: 150px;
}

.one {
	display: block;
	clear: both;
}

.grey {
	color: #666;
}
/* --------------------- newsletter plugin -------------------------- */

.newsletter {
	border: 1px solid #cfcfcf;
	margin: 3px 0;
	background: url(images/box_bg.gif) bottom left repeat-x;
	padding: 10px;
}

#ajaxNewsletter, .newsletterContainer {
	/* newsletter container */
}

#newsletterFormDiv {
	/* newsletter form elements*/
}

.newsletterTextInput {
	/* email text input */
width: 110px;
}

#newsletterLoading {
	/* the loading message while the subscription is beeing handled */
}

.success {
	/* the success message container */
}


.error {
	/* the error message container */
}
/* -------------------------------------------------------------------- */

.s_title {
font-size: 16px;
font-weight: 700;
line-height: 24px;
}