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-family: verdana, sans-serif, Arial, Helvetica;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h1 {
	font-size: 20px;
	padding-bottom: 10px;
	padding-top: 20px;
	color: red;
}

h2 {
	font-size: 14px;
	padding-top: 20px;
	padding-bottom: 10px;
	color: #114195;
}

p {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: justify;
	line-height: 150%;
}

ul {
	padding-left: 30px;
}

li {
	padding: 5px;
}

body {
	background-color: #C4C4C4;
	font-size: 12px;
	color: black;
	background-image: url('../img/bg.png');
	background-repeat: repeat-x;
	background-position: top center;
}

a {
	color: #114195;
	text-decoration: underline;
}

.invisible {
	display: none;
}

.cleaner {
	clear: both;
}

#main {
	margin: 20px auto 0px auto;
	width: 997px;
	-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
	background-color: white;
}


#menu {
	float: right;
	padding: 20px 30px;
}

#menu a {
	text-decoration: none;
	padding: 0px 20px;
	font-weight: bold;
	font-size: 14px;
	color: #114195;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .selected {
	color: black;
}


#header {
	width: 997px;
	height: 266px;
	clear: both;
	background-image: url('../img/header.png');
	background-repeat: no-repeat;
	background-position: top center;
}



#boxes {

}

#box {
	float: left;
	width: 50%;
	padding-bottom: 50px;
	text-align: center;
}

#boxtitle1, #boxtitle2 {
	padding: 0px 200px 0px 0px;
	margin: 10px 30px 20px 30px;
	color: red;
	text-align: left;
	font-size: 18px;
}

#boxtitle1 {
	background-image: url('../img/189_paw_ico_pet.png');
	background-repeat: no-repeat;
	background-position: top right;
}

#boxtitle2 {
	background-image: url('../img/189_paw_ico_auta.png');
	background-repeat: no-repeat;
	background-position: top right;
}


#box img {
	border: 2px solid red;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#boxtext1, #boxtext2 {
	padding: 20px 30px;
	color: black;
	text-align: left;
	line-height: 1.5em;
}

#body {
	padding: 40px;
}

#footer {
	clear: both;
	margin: 0px auto 0px auto;
	width: 997px;
	background-image: url('../img/footer.png');
	background-repeat: repeat-x;
	background-position: top center;
	background-color: #f0efed;
	padding: 25px 50px 10px 10px;
	text-align: right;
	-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
color: blue;
}

#benefitweb {
	clear: both;
	margin: 0px auto 0px auto;
	width: 997px;
	padding: 5px;
	text-align: right;
	font-size: 10px;
	padding-bottom: 20px;
}

#benefitweb a {
	color: black;
}

#galerie {
	width: 100%;
}

#galerie td {
	text-align: center;
	padding: 10px;
}

#galerie img {
	border: 1px solid black;
}


/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    ColorBox example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:#000;}


