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: "" "";
}
.leftmenu {
	background: url(../images/bgMenu.png) right top no-repeat;
	float: left;
	margin-top: 40px;
	width: 182px;
	height: 470px;
	margin-right: 23px;
}
.leftmenu .linktext
{
	float: left;
	margin-top: 10px;
}
.leftmenu ul {
	width: 100%;
	padding: 20px 0px 30px 0px;
	margin: 0;
}

.leftmenu li { 
	list-style: none;
	padding: 0;
	height: 50px;
	overflow: hidden;
	background: url(../images/menuSep.png) bottom right no-repeat;
	margin: 0px 0px 0px 0px;
}
.leftmenu li.active {
	background: url(../images/menuSep.png) bottom right no-repeat;
	background-color: #fff;
}
.leftmenu li.firstactive {
	background: url(../images/menuSep2.png) top right no-repeat;
	background-color: #fff;
}
.leftmenu li.last {
	background: transparent;
}
.leftmenu li.last.active {
	background: url(../images/menuSep.png) bottom right no-repeat;
	background-color: #fff;
}

.leftmenu li img {
	float: left;
	border: 0px;
	margin-right: 10px;
}

.leftmenu li a img{
	
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
.leftmenu li a{
	font-family: Myriad Pro, Lucida Grande, Arial, sans-serif;
	font-size: 15px;
	font-weight: lighter;
	text-shadow: #FFF 0px 0px 0px;
	width: 100%;
	text-decoration: none;
	color: #8d8b87;
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	display: block;
	height: 30px;
	overflow: hidden;
	padding: 10px 0px 10px 0px;
}
.leftmenu li.active a img{
	
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.leftmenu li.active a {
	color: #54524c;
	
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.leftmenu ul a:hover, .leftmenu ul a:hover img {
	color: #54524c;
	
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

.leftmenu li a:active, .leftmenu li a:active img {
	color: #000;
	
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.leftmenu li a.selected, .leftmenu li a.selected img {
	background: url(../images/menuSep.png) top right no-repeat #FFF;
	color: #000;
	
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;	
}

/* Begin Typography & Colors */
a
{
	text-decoration: none;
	color: #004dff;
}
a:visited
{
	color: #000dff;
}
body
{
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #fff;
	color: #444;
}
img
{
	border: 0;
}
/* End Typography & Colors */

/* Begin Structure */

#content
{
	display: block;
	float: left;
	width: 460px;
	font-size: 12px;
	line-height: 140%;
}
.prodblock
{
	width: 360px;
	margin-bottom: 20px;
	margin-top: 20px;
	line-height: 170%;
}
.prodblock a
{
	color: #333;
}
.prodblockimg
{
	width: 300px;
	margin-top: 20px;
	float: right;
	clear: right;
}
#content h1, #content h2, #content h3
{
	display: block;
	margin: 15px 0 5px 0;
	font-size: 24px;
	line-height: 130%;
	color: #222;
}
#content h2
{
	font-size: 18px;
}
.pagetitle
{
	font-size: 40px;
	display: block;
	color: red;
}
#content p
{
	display: block;
	margin: 0px 0 10px 0;
}
#respond h3
{
	font-size: 16px;
	line-height: 130%;
	color: #222;
}
#respond
{
	width: 500px;
	display: block;
	margin-bottom: 20px;
}
#respond textarea
{
	width: 500px;
	border: 1px solid #c1c1c1;
}
#response input[type=text]
{
	border: 1px solid #c1c1c1;
}
#response #submit
{
	display: none;
}
.post
{
	width: 100%;
	margin: 0 0 30px 0;
	display: table;
}
strong
{
	font-weight: bold;
}
.post blockquote
{
	background-image: url('../images/quote.png');
	background-position: top left;
	background-repeat: no-repeat;
	display: block;
	background-color: #f1f1f1;
	border: 1px solid #c1c1c1;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow:hidden;
	display: block;
	float: right;
	padding: 20px 20px 10px 50px;
	font-size: 16px;
	color: #333;
	line-height: 130%;
	font-family: Georgia;
	margin: 10px 0 20px 20px;
}
.post ul
{
	list-style: disc outside none;
	margin-left: 20px;
	margin-bottom: 10px;
}
.postimage, .singlepostimage
{
	background-color: #f1f1f1;
	border: 1px solid #c1c1c1;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow:hidden;
	display: block;
	float: right;
	padding: 5px;
	margin: 0 0 20px 20px;
}
.post .singlepostimage
{
	float: left;
	margin: 20px 0 20px 0;
}
#blogfeatured
{
	border-bottom: 1px solid #ddd;
	padding: 0 0 20px 0;
}
hr
{
	clear: both;
	display: block;
	color: #ddd;
	background-color: #ddd;
	height: 1px;
	width: 95%;
	border: 0;
}
.featuredbox
{
	width: 218px;
	height: 180px;
	float: left;
	margin: 0 21px 0 0;
}
.featuredbox a {
	font-size: 16px;
	line-height: 130%;
	display: block;
	margin-top: 4px;
}
.featuredbox .postimage
{
	margin: 0;
	float: none;
}
.featuredbox .postimage img
{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.post img
{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
h2 a, h3 a, .post h2 a, .post h3 a
{
	display: block;
	font-size: 20px;
	color: #222;
	text-decoration: none;
	line-height: 120%;
}
.post .date
{
	display: block;
	margin: 5px 0 10px 0;
	color: #888;
}
.sidebar
{
	display: block;
	float: left;
	margin: 0 0 0 20px;
	font-size: 14px;
	line-height: 130%;
	width: 455px;
}
.sidebar a
{
	color: #333;
}
.sidebar a:hover
{
	color: #000;
}
.sidebar li
{
	margin: 10px 0;
}
.sidebar h2
{
	font-size: 16px;
	line-height: 130%;
	margin-bottom: 5px;
	text-shadow: 1px 1px #fff;
}
.sidebar .widgetcont .widget
{
	background-color: #f1f1f1;
	border: 1px solid #c1c1c1;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0 0 20px 0;
	padding: 0 10px;
}
.sidebar .widget_tag_cloud .widget
{
	padding: 10px;
}
#searchform label
{
	display: none;
}
#specialize
{
	width: 935px;
	padding: 20px 0 0 0;
	border-top: 1px solid #bcbcbc;
	overflow: hidden;
	clear: both;
}
.newsticker {
	list-style-type: none;
	margin: 0;
	font-size: 24px;
	padding: 0;
	display: block;
	height: 28px;
}
.newsticker a
{
	text-decoration: none;
	color: #000;
}
.button
{
	display: block;
	float: left;
	margin: 5px;
	padding: 5px 10px;
	border: 1px solid #bebebe;
	background-image: url('../images/button-bg.png');
	background-repeat: repeat-x;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-shadow: 1px 1px #fff;
	font-size: 14px;
	color: #000;
	text-decoration: none;
}
.button:focus
{
	outline: #aaa dashed thin;
}
body
{
	margin: 0 0 20px 0;
	padding: 0;
}

#prodmenu
{
	float: right;
}
#prodmenu ul
{
	list-style: none;
	margin: 0;
}
#prodmenu ul li
{
	display: block;
	padding: 5px;
	margin: 5px;
	float: left;
	font-size: 14px;
}
#prodmenu a
{
	color: #333;
	font-weight: bold;
}
#prodheader
{
	font-size: 50px;
	float: left;
	margin: 20px 10px 0 0;
}
#prodtagline
{
	font-size: 24px;
	float: left;
	margin: 40px 10px 0 0;
}
.defwidth
{
	margin: 20px auto;
	padding: 0;
	width: 935px;
	display: table;
	clear: both;
}
#header
{
	padding: 0;
	margin: 0 auto;
	width: 935px;
	height: 70px;
	clear: both;
}
#header #logotype
{
	float: left;
	margin: 6px 0 10px 0;
	height: 70px;
	-moz-user-select: none;
}

#header #submenu #leftbg
{
	float: left;
	padding: 0;
	z-index: 15;
	height: 42px;
	width: 7px;
	background-image: url('images/sub_bg_left.png')
}
#header #submenu #rightbg
{
	float: right;
	padding: 0;
	margin: 0;
	z-index: 15;
	height: 42px;
	width: 7px;
	background-image: url('images/sub_bg_right.png')
}
#header #submenu ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	height: 100%;
}
#header #submenu ul li
{
	float: left;
	margin: 0 0 0;
	padding: 0 12px 0px 10px;
	background: url('images/sub_item.png');
	background-repeat: no-repeat;
	background-position: right;
	height: 100%;
}
#header #submenu ul li a
{
	display: block;
	padding-top: 23px;
	color: #000;
	text-decoration: none;
	font-size: 11px;
	text-shadow: 1px 1px #fff;
}
#header #submenu ul li a:hover
{
	text-shadow: 0px 0px #fff;
}
.current-cat a, .current_page_item a
{
	font-weight: bold;
}
#header #menu
{
	float: right;
	margin: -74px 0px 100px 10px;
	padding: 0;
	height: 43px;
	width: 740px;
	z-index: 10;
}
#header #nosubmenu, #header #submenu
{
	float: right;
	padding: 0;
	margin: 30px 10px 0 17px;
	z-index: 5;
	height: 42px;
	width: 716px;
}
#header #submenu
{
	background-image: url('images/sub_bg.png')
}
#header #menu a
{
	display: block;
	height: 28px;
	font-size: 14px;
	color: #000;
	padding: 15px 0 0 0;
	text-shadow: 1px 1px #eee;
	text-decoration: none;
	border-left: 1px solid #ebebeb;
	border-right: 1px solid #b7b7b7;
}
#header #menu a:hover
{
	text-shadow: 0px 0px #eee;
}
#header #menu .menuitem
{
	background-image: url('images/menu-bg.png');
	background-position: top center;
	background-repeat: repeat-x;
	height: 54px;
	text-align: center;
	width: 168px;
}
#header #menu .menuitemactive
{
	background-image: url('images/menu-bg-active.png');
	background-position: top center;
	background-repeat: repeat-x;
	height: 54px;
	text-align: center;
	width: 165px;
}
#header #menu #menuMySyntesio a
{
	border-left: 0;
}

#header #menu #menuInfo a
{
	font-style: italic;
	font-size: 18px;
	font-weight: bold;
	height: 31px;
	padding: 14px 0 0 0;
	font-family: 'Times';
	border: 0;
}
#header #menu .menuinfo
{
	background-image: url('images/menu-bg-info.png');
	background-position: top center;
	background-repeat: repeat-x;
	width: 45px;
	text-align: center;
}
#header #menu .menuinfoactive
{
	background-image: url('images/menu-bg-info-active.png');
	background-position: top center;
	background-repeat: repeat-x;
	height: 54px;
	width: 45px;
	text-align: center;
}
#header #menu #menuSearch
{
	width: 180px;
	height: 45px;
	background-image: url('images/search.png');
}
#header #menu #menuSearch form
{
	padding: 0;
	margin: 0;
}
#header #menu #menuSearch form input[type=submit]
{
	display: none;
}
#header #menu #menuSearch form input[type=text]
{
	margin: 13px 0 0 8px;
	width: 132px;
	padding: 2px;
	padding-left: 21px;
	padding-right: 11px;
	background-color: transparent;
	outline:none;
	border: 0;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
#header #menu  div
{
	float: left;
	padding: 0;
	margin: 0;
}
#header #menu img
{
	-moz-user-select: none;
}

#header #menu img:hover
{
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}
#header #menu img:active
{
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

#mysigninbox h1
{
	font-size: 20px;
	color: #333;
}
#mysigninbox
{
	display: table;
	width: 310px;
	border: 1px solid #d8d8d8;
	background: #fff;
	padding: 0;
	margin: 30px 0 0 315px;
	float: left;
}
#mysigninbox #serviceselect
{
	width: 278px;
	margin: 0 16px 16px 16px;
}
#mysigninbox #logincol
{
	width: 278px;
	margin: 5px 16px;
	display: table;
	float: right;
	width: 60px;
	overflow: hidden;
}
#mysigninbox h1
{
	margin: 16px;
	padding: 0;
}
#mysigninbox form
{
	display:block;
	float:left;
	margin:0 16px 10px;
	width:180px;
	}
	#mysigninbox form label {
	display:block;
	float:left;
	padding:2px 0;
	width:80px;
	}
	#mysigninbox form input {
	background-image:url(../images/input_user.png);
	background-position:3% 50%;
	background-repeat:no-repeat;
	border:1px solid #BEBEBE;
	display:block;
	float:left;
	margin:0 0 5px;
	padding:2px 0 2px 30px;
	width:150px;
	}
	#mysigninbox .button {
	display:block;
	float:left;
	margin:0;
	}
	#mysigninbox form input[type="password"] {
	background-image:url(../images/input_pass.png);
	}
	#mysigninbox form input[type="hidden"], #mysigninbox form input[type="submit"] {
	display:none;
	}
	#mysigninbox .formlink {
	border-top:1px solid #E3E3E3;
	color:#78BD00;
	display:block;
	float:left;
	font-size:14px;
	padding:10px 16px;
	text-align:center;
	text-decoration:none;
	width:123px;
	}
	#mysigninbox .separator {
	border-right:1px solid #E3E3E3;
	width:122px;
	}
	.signin {
		background:transparent url('../loginbg.png') repeat-x scroll 0 0;
		height:360px;
		width:auto;
	}
	#footer {
	border-top:1px solid #BCBCBC;
	clear:both;
	margin:0 auto;
	padding:0;
	width:935px;
	}
	#footer .column {
	float:left;
	font-size:11px;
	margin-top:20px;
	padding:0 0 60px;
	width:200px;
	}
	#footer h1 {
	font-size:15px;
	font-weight:normal;
	margin:0 0 10px;
	padding:0;
	}
	#footer ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	}
	#footer ul li {
	display:block;
	margin:0;
	padding:2px 0;
	}
	#footer a {
	color:#333333;
	text-decoration:none;
	}
	#footer a:hover {
	color:#000000;
	text-decoration:underline;
	}
	#footer #copy {
	clear:both;
	margin:10px;
	text-align:center;
	width:100%;
	}
