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,b,u,i,center,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-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

/*******************************
GENERAL AND BLOCKS
Colors
green: #99B415
grey: #27383D
blue: #449DED

********************************/
body {
	background-color:#fff;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#27383D;
	font-size:14px;
}
h2 {font-size: 21px}
h3 {font-size: 18px}
h4 {font-size: 16px}
h5 {font-size: 14px}
h6 {font-size: 12px}
/*
h2, h3, h4, h5, h6 {
	line-height:1.2em;
}
*/
p {margin:0.5em 0}
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0
}
a {
	color:#449DED;
	text-decoration:none;
}
a:hover {text-decoration:underline;}
a img {border:none;}
p, address {line-height:1.2em;}
.wrapper {
	margin-left:1%;
	margin-right:1%;
	width:98%;
	overflow:hidden;
	clear:both;
	margin-bottom:24px;
}
#footer {
	width:100%;
	overflow:hidden;
	clear:both;
	background: url(img/bottom_bg.jpg);
	}
#main_menu, #content, #sidebar {
	display:inline;
	float:left;
	margin-left:1%;
	margin-right:1%;
	padding:1% 1% 0.1%;
}
#main_menu {
	width:18%;
}
#content {
	width:56%;
}
#sidebar {
	width:14%;
	clear:right;
}

/*******************************
	HEADER
********************************/

h1#pagetitle {
	font-size:0px;
	text-indent:-9999px;
}
.header a img.logo {
	width:205px;
	height:60px;
	margin-left:1.5%;
	margin-top:20px;
	float:left;
	padding-right:230px;
}
#topnav {
	float:right;
	margin-right:2%;
	padding-top:50px;
	overflow:hidden;
}
div#topnav ul{
	float:left;
	padding-top:4px;
}
div#topnav ul li {
	float:left;
	padding-right:3em;
}
div#topnav ul li img { vertical-align:bottom;
	padding-right:2px;
}
div.wrapper div#topnav ul li.actual a {
	color:#27383D;
	text-decoration:none;
	cursor:default;
}
#topnav form {
	float:left;
}
#topnav #ajaxSearch_input {
	border: solid 1px #449DED;
	font-size:12px;
	padding:2px;
	width:12em;
}
#topnav #ajaxSearch_submit {
	width:20px;
	height:20px;
	background:url(img/search.gif) no-repeat;
	border:none;
	text-indent:-9999px;
}
#topnav #ajaxSearch_submit:hover {
	cursor:pointer;
}

/*******************************
	MAIN MENU
********************************/

#main_menu h3 {
	text-transform:uppercase;
	color:#99B415;
	padding-left:18px;
	background:url(img/asterix.gif) no-repeat left 2px;
}
#main_menu ul {
	margin-bottom:2em;
}
#main_menu li {
	border-bottom: solid 1px #ccc;
	padding:8px 0;
	clear:both;
	overflow:hidden;
	display:inline-block;
	width:100%;
}
#main_menu li img {
	float:left;
	margin-top:6px;
}
#main_menu a {
	color:#27383D;
}
#main_menu a:hover {
	color:#449DED;
	text-decoration:none;
}
#main_menu h4 {
	margin-left:56px;
}
#main_menu p {
	padding-left:56px;
	font-size:smaller;
	
}


/*******************************
	PAGE CONTENT
********************************/

/**************
 * HOME & GENERAL
 */
#content p.B_crumbBox  {
	margin:0 0 1em;;
}
#content span.B_currentCrumb {
	color:#aaa;
}
#content h2 {
	border-bottom:solid 1px #ccc;
	clear:both;
	margin-bottom:1em;
}
#content h3, #content  h4, #content  h5 {margin:1.5em 0 0.75em;}
#content p.link a {
	clear:both;
	float:right;
	display:block;
	margin-bottom:1.5em;
	padding:0.2em 1em;
	background-color:#449DED;
	color:#fff;
	font-weight:bold;
}

#content ul, #content ol {
	list-style-type:disc;
	list-style-position:inside;
	margin-left:1em;
	line-height:1.2em;
}
#content p {
	line-height:1.5em;
}
#content ul.product_list {
	overflow:hidden;
	margin:1em 0;
}
#content ul.product_list li {
	float:left;
	width:19.9%;
	height:16em;
	text-align:center;
	list-style-type:none;
}
body#general ul.product_list li {
	margin-bottom:2em;
}
a img.thumb {
	padding:4px;
	border:1px solid #ccc;
	background-color:#fff;
}
a:hover img.thumb {
	border-color:#449DED;
}
#content ul.product_list h3 {
	padding-bottom:0;
	margin:0.5em 0 0;
	font-weight:bold;
	font-size:14px;
}
#content ul.product_list p {
	line-height:1.2em;
	font-size:12px;
	padding:0 0.5em;
}
#content ul.product_list span.price {
	display:block;
	margin-top:0.5em;
	font-weight:bold;
}

/**************
 * PRODUCT PAGE
 */

#photo {
	float:left;
	margin:1em 1em 1em 0;
}
#desc_full {
	clear:right;
	margin-left:330px;
	margin-top:2em;
}
#desc_full table th {
	text-align:right;
	padding:0.5em;
}
#desc_full table ul {
	margin-left:0;
	list-style-type:none;
	}
#desc_full dt {
	margin:1em 0 0.5em;
	font-weight:bold;
}
#desc_full dd {
	margin-left:1.5em;
	text-align:left;
}
#desc_full dd ul {
	margin-left:0;
}
#desc_full dd ul li {
	list-style-type:disc;
	list-style-position:inside;
}
#desc_full p.price {
	font-size:18px;
	font-weight:bold;
	margin-top:1em;

}
p.inline_nav {
	clear:left;
	text-align:center;
	color:#999;
	background-color:#f5f5f5;
}
p.inline_nav a.index span {
	text-transform:lowercase;
}

/*******************************
	SIDEBAR
********************************/

#sidebar h3 {
	font-variant:small-caps;
	color:#99B415;
}
#sidebar .phone {
	font-size:larger;
}
#sidebar address {
	font-style:normal;
	margin:0.5em 0;
}


/*******************************
	FOOTER
********************************/
.bottom_wrapper {
	width:23%;
	margin:1%;
	float:left;
	color:#fff;
	font-size:larger;
	padding-top:15px;
}
.bottom_wrapper h4 {
	margin:0 2em 0.5em 0;
	padding-bottom:0.5em;
	border-bottom:1px solid #fff;
	}
.bottom_wrapper address {
	margin-left:70px;
	margin-top:15px;
	font-style:normal;
}
.bottom_wrapper a {color:#fff;}
.bottom_wrapper li {margin-bottom:0.5em;}


/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #eee;
	cursor: pointer;
	z-index: 999999999;
}

#lbCenter, #lbBottomContainer {
	z-index: 9999999999;
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

/* Commented by doze, generated in javascript
.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}*/

#lbImage {
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

/* Commented by doze, generated in javascript
#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0% 15%;
}*/

#lbNextLink {
	right: 0;
}

/* Commented by doze, generated in javascript
#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}*/

#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	/*background: transparent url(closelabel.gif) no-repeat center;*/
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}


/*******************
 * MAXIGELLERY 
 *******************/
#content ul.thumbs {
	list-style-type:none;
	margin:0 auto;
	clear:both;
}
#content ul.thumbs li {
	float:left;
	width:20%;
	text-align:center;
	margin-bottom:1em;
}
#content ul.thumbs li img {
	padding:4px;
	border:1px solid #ccc;
	margin-bottom: 0.2em;
}
#content ul.thumbs li a {
	background:none !important;
	text-decoration:none;
	border:0;
}
#content ul.thumbs li p {
	margin:0 auto;
	font-size:12px;
	line-height:1.2em;
}
.thumbs .clearboth { 
	clear:both; 
}
.childscontainer {
	margin-bottom:20px;
	float:left;
}
/*.thumbscontainer {
	width:100%;
}*/
.pagenumbers {
	margin-bottom:20px;
}
.picturecontainer {
	text-align:center;
}
.picturecontainer .title {
	font-weight:bold;
	margin-top:20px;
}
.picturecontainer .picture img {
	border:none;
	margin:0 !important;
}
.picturecontainer .picture a {
	background:none !important;
	text-decoration:none;
	border:0;
}
.managecontainer {
    float:left;
}
.managecontainer textarea {
	width:395px;
}
.managecontainer hr {
	width:400px;
	text-align:left;
	margin:20px auto 20px 0;
}
.pictureform .managepicture {
	float:left;
	clear:left;
}
.pictureform .shortfields {
	margin-left:20px;
	float:left;
}
.pictureform .clearboth {
	clear:both;
}
.uploadcounter {
	width:20px;
	margin-bottom:10px;
	float:left;
	clear:left;
}
.uploadfile {
	margin-bottom:10px;
	float:none;
}
.uploadfile input {	width:385px;}
.uploadform {
	margin-top:20px;
	margin-bottom:-10px;
   	clear:both;
}
.uploadform .clearboth {clear:both;}
.slideshowwrapper {text-align:center;}
.deleteform {float:left;}
.synchform {float:left;}
