/* @group DEFAULTS */

a img,:link img,:visited img {
	border: none
}

a,a:link {
	outline: none !important;
}

ul,ol {
	list-style: none
}

h1,h2,h3,h4,h5,h6,pre,code {
	font-size: 1em;
}

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input {
	margin: 0;
	padding: 0
}

address {
	font-style: normal
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* @end */

/* @group BASICS */

html,body {
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-size: 12px;
	color: #555;
	margin: 0;
	padding: 0;
	width: 100%;
	background: #e8e8e8 url(../images/main/bg.gif) repeat;
}

a,a:link,a:active,a:visited {
	color: #000;
}

a:hover {
	color: #cb0000;
}

#middle p {
	margin-bottom:15px;
}

/* @end */

/* @group MESSAGES */

.info, .success, .warning, .error, .validation {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url(../images/messages/info.png);
}
.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('../images/messages/success.png');
}
.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../images/messages/warning.png');
}
.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../images/messages/error.png');
}

.validation {
    color: #D63301;
    background-color: #FFCCBA;
    background-image: url('../images/messages/validation.png');
}

/* @end */

/* @group HEADER */

#header {
	width: 834px;
	height: 220px;
	overflow: hidden;
	margin: 10px auto 30px auto;
}

/* @end */

/* @group CONTENT */

#content {
	width: 834px;
	overflow: hidden;
	margin: 0 auto 0 auto;
}

#content #left {
	width: 173px;
	overflow: hidden;
	float: left;
}

#content #left #nav {
	width: 170px;
	height: 304px;
	overflow: hidden;
	background: url(../images/main/nav.jpg) no-repeat;
	border-bottom: 3px solid #ddd;
	border-right: 3px solid #ddd;
	padding-top: 5px;
}

#content #left #nav li {
	margin-top: 5px;
}

#content #left #nav li a,#content #left #nav li a:link {
	width: 170px;
	height: 27px;
	display: block;
	text-indent: -9999px;
}

#content #middle {
	width: 400px;
	margin-left: 25px;
	float: left;
}

#content #middle h2 {
	font-size: 1.8em;
	padding-bottom: 5px;
	border-bottom: 1px solid #D80F64;
	color: #D80F64;
	margin-bottom: 15px;
}
#content #middle.large {
	width: 600px;
	margin-left: 25px;
	float: left;
}
#content #right {
	width: 200px;
	float: right;
}

#content #right a,#content #right a:link,#content #right a:visited,#content #right a:active {
	color: #fff;
}

#content #right a:hover {
	color: #000;
}

#content #right h3 {
	background-color: #fff;
	font-size: 1.2em;
	padding: 4px 8px 4px 8px;
	color: #D80F64;
}
#content #right h3.pet {
	background-color: #D80F64;
	font-size: 1.2em;
	padding: 4px 8px 4px 8px;
	color: #D80F64;
	margin-bottom: 15px;
	position: relative;
	margin-top: -10px;
}

#content #right h3.pet a,#content #right h3.pet a:link {
	color: #fff !important;
	text-decoration: none !important;
}

#content #right ul {
	padding: 10px 10px 30px 10px;
	background-color: #D80F64;
	color: #fff;
	border: 2px solid #fff;
}

#content #right ul li {
	margin-bottom: 7px;
	margin-left: 20px;
	list-style-type: square;
	padding-left: 5px;
}

/* @end */

/* @group FOOTER */

#footer {
	background-image: url(../images/main/footer.png);
	width: 859px;
	height: 294px;
	margin: -15px auto 20px auto;
	text-indent: -9999px;
	position: relative;
}

/* @end */

