/* Main styling for PetRosEiKon.com */

/* Layout */

body {
	margin: 0;
	padding: 0;
	/* font: small/1.3em Verdana, sans-serif; */
	text-align: left;
	color: #444;
	background: #fff;
}

#container {
	background: #fff;
	width: 770px;
	margin: 0 auto;
	border: none;
	text-align: left;
	position: relative;
}

#content {
	background: #fff;
	margin: 0 auto;
	padding: 0;
	float: left;
	width: 770px;
	text-align: left;
	position: relative;
	font: 85%/1.3em Verdana, sans-serif;
}

/* IE 3-pixel fix
	 http://www.positioniseverything.net/explorer/threepxtest.html \*/
* html #content {
	margin-right: -3px;
	z-index: -1; /* IE menu fix */
}
/**/

/* Left column */
#side {
	width: 199px;
	float: left;
	text-align: left;
	display:none;
}

/* Padded content container */
#side .container {
	padding: 5px 10px;
}

/* Left-column headings */
#side .container h4 {
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	font: 11px Helvetica, sans-serif;
	border: none;
	letter-spacing: 1px;
	padding: 0;
	margin: 0 0 5px 0;
}

/* Main column */
#main {
	/* width: 570px; */
	width: 90%;
	/* float: right; */
}

/* Padded content container */
#main .container {
	padding: 5px 10px;
}

/* IE/Win italics fix
	 http://www.positioniseverything.net/explorer/italicbug-ie.html \*/
* html #main .container {
	overflow: hidden;
	o\verflow: visible;
	width: 100%;
	w\idth: auto;
	he\ight: 1%;
}
/**/

#main .container p {
	margin: 0.5em 0;
}

/* Line above the header */
#miniheader {
	font-size: 1px; /* IE-fix */
	width: 100%;
	height: 3px;
	margin: 0;
	background-color: #f93;
	display: none;
}

/* Main Header */
#header {
	width: 100%;
	height: 2em;
	background: #fff;
}

.home #header {
	width: 100%;
	height: 2em;
	background: #fff;
}

/* Logo */
#logo {
	background: #fff;
	float: left;
	margin: 0 0 0 30px;
	padding: 0;
	border-width: 0;
	text-decoration: none;
	/* Without this, IE will double margin-left size o.O
	http://www.positioniseverything.net/explorer/doubled-margin.html */
	display: inline;
}

#logo img { display: none; }

.home #logo {
	margin: 0 0 0 28px;
}

#logo h1 {
	border: none;
}

/* Nav */
#nav {
	width: 100%;
	height: 20px;
	border-top: 1px #000 solid;
	border-bottom: 1px #000 solid;
	color: #fff;
	background: #000 url("../images/bg/nav-bg-1.png") repeat-x;
	display:none;
}

/* Padded navigation container */
#nav .container {
	color: #fff;
	padding-left: 20px;
}

/* In case JavaScript is disabled, use this list */
#nav .container ul, #nav .container ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	font: 10px/20px Verdana, Sans-serif;
	font-weight: bold;
	display: inline;
	position: relative;
}

#nav .container ul li a:link, #nav .container ul li a:active, #nav .container ul li a:visited {
	text-decoration: none;
	border: none;
	padding: 0 .5em;
	color: #fff;
}

#nav .container ul li a:hover {
	border-top: 2px #fff solid;
}

/* Footer */
#footer {
	border-top: 1px #000 solid;
	clear: both;
	background: #fff;
	margin: 0 auto;
	padding: 0;
	float: left;
	width: 770px;
	text-align: center;
	color: #666;
	position: relative;
	display:none;
}

/* Fix footer bug (IE):
	 http://www.positioniseverything.net/explorer/escape-floats.html
	 IE on Mac escaped \*/
* html #footer p {
		height:1%;
}
/**/

#footer p {
	font: x-small/1.3em Helvetica, Verdana, sans-serif;
	color: #666;
	margin: 0;
	padding: 5px;
	text-align: center;
}

/* Left-column items */
#search {
	padding-bottom: 5px;
	border-bottom: 1px #ccc dotted;
	display:none;
}

#search #button {
	margin-top: 3px;
	border: 1px #999 solid;
	font: x-small/1.3em Helvetica, Verdana, sans-serif;
}

#news {
	border-bottom: 1px #ccc dotted;
}

/* Links */
a:link, a:visited {
	text-decoration: none;
	border-bottom: 1px #2a2d54 dotted;
	color: #2a2d54;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	border-bottom: 1px #2a2d54 solid;
	color: #2a2d54;
	font-weight: bold;
}

a:active {
	text-decoration: none;
	border-bottom: 1px #f93 dotted;
	color: #f93;
	font-weight: bold;
}

a.plain:link, a.plain:visited, a.plain:hover, a.plain:active {
	text-decoration: none;
	border: none;
}

/* Headings */
h1 {
	font-size: 1.6em;
	margin: 5px 5px 5px 0px;
	padding: 0.1em;
	text-align: left;
	border-left: 4px #ccc solid;
	border-bottom: 1px #ccc solid;
	line-height: 1.2em;
	clear: left;
}

h2 {
	font-size: 1.5em;
	margin: 5px 5px 5px 0px;
	padding: 0.1em;
	text-align: left;
	border-left: 4px #ccc solid;
	border-bottom: 1px #ccc solid;
	line-height: 1.2em;
	clear: left;
}

h3 {
	font-size: 1.4em;
	margin: 5px 5px 5px 0px;
	padding: 0.1em;
	text-align: left;
	border-left: 4px #ccc solid;
	border-bottom: 1px #ccc solid;
	line-height: 1.2em;
	clear: left;
}

h4 {
	font-size: 1.3em;
	margin: 5px 5px 5px 0px;
	padding: 0.1em;
	text-align: left;
	border-left: 4px #ccc solid;
	border-bottom: 1px #ccc solid;
	line-height: 1.2em;
	clear: left;
}

h5 {
	font-size: 1.2em;
	margin: 5px 5px 5px 0px;
	padding: 0.1em;
	text-align: left;
	border-left: 4px #ccc solid;
	border-bottom: 1px #ccc solid;
	line-height: 1.2em;
	clear: left;
}

h6 {
	font-size:1em;
	margin: 5px 5px 5px 0px;
	padding: 0.1em;
	text-align: left;
	border-left: 4px #ccc solid;
	border-bottom: 1px #ccc solid;
	line-height: 1.2em;
	clear: left;
}

/* Two-column box */
.box2 {
	/* float: left; */
	width: 100%;
	/* background: #fff url("../images/bg/2box-bg-1.png") repeat-y; */
	/* background-position: center center; */
}

.box2 .left2 {
	/* float: left; */
	/* width: 270px; */
	margin: 0;
	position: relative;
}

.box2 .left2 .container2 {
	padding-right: 2px;
	padding-left: 0;
}

.box2 .right2 {
	/* float: right;
	width: 270px; */
	margin: 0;
	/* position: relative; */
}

.box2 .right2 .container2 {
	padding-left: 2px;
	padding-right: 0;
}

/* Three-column box */
.box3 {
	float: left;
	width: 100%;
	background: #fff url("../images/bg/3box-bg.png") repeat-y;
	background-position: center center;
}

.box3 .left3 {
	float: left;
	width: 180px;
	margin: 0;
	position: relative;
}

.box3 .left3 .container3 {
	padding-right: 2px;
	padding-left: 0;
}

.box3 .center3 {
	float: left;
	width: 180px;
	margin-left: 5px;
	margin-right: 4px;
	position: relative;
}

.box3 .center3 .container3 {
	padding: 0 2px;
}

.box3 .right3 {
	float: right;
	width: 180px;
	margin: 0;
	position: relative;
}

.box3 .right3 .container3 {
	padding-left: 2px;
	padding-right: 0;
}

/* Lists */
/* Used in three-columns on front page */
ul.minilist {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.minilist li {
	background-image: url("../images/lists/bullet.png");
	background-repeat: no-repeat;
	background-position: 0 .3em;
	padding-left: .6em;
	margin-bottom: .5em;
	line-height: 1.1em;
	text-align: left;
}

ul.news, ul.sidemenu, ul.resources {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.news li, ul.sidemenu li, ul.resources li {
	background-image: url("../images/lists/bullet.png");
	background-repeat: no-repeat;
	background-position: 0.1em .3em;
	padding-left: .8em;
	margin-bottom: .5em;
	line-height: 1.2em;
	text-align: left;
}

ul#up {
	list-style: none;
	padding: 0 0 0.5em 0;
	margin: 0 0 0.2em 0;
	border-bottom: 1px #ccc dotted;
}

ul.sidemenu li.up {
	background-image: url("../images/lists/bullet-up-orange.png");
	background-repeat: no-repeat;
	background-position: 0 1em;
	padding: 0.5em 0 0 .8em;
	margin: 0;
	line-height: 1.2em;
	text-align: left;
}

ul.resources li {
	margin: 0;
}

ul.home_products {
	list-style: none;
	margin: 3px 0 10px 0;
	padding: 0;
}

ul.home_products li, ul.home_products_2col li {
	display: inline;
	background-image: url("../images/lists/bullet.png");
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: .6em;
	padding-right: 1em;
	margin-bottom: .5em;
	line-height: 1.1em;
}

ul.home_products_2col {
	list-style: none;
	margin: 3px 0 3px 0;
	padding: 0;
}

ol {
	padding: 1em;
	margin: 1em;
}

ol li {
	padding-left: .6em;
	margin-bottom: .5em;
	line-height: 1.1em;
}

/* Tables */
table {
	font: inherit;
}

table.emigma7775, table.pricelist {
	text-align: left;
	margin: 0;
	margin-top: 1em;
	padding: 0;
	width: 100%;
}

table.emigma7775 td {
	border: none;
}

table.emigma7775 td div, table.pricelist td div {
	margin: 2px;
}

table.emigma7775 thead, table.emigma7775 td div.title, table.pricelist thead {
	font-size: 130%;
	font-weight: bold;
	text-align: center;
	line-height: 1.1em;
}

table.pricelist thead {
	text-align: left;
}

table.emigma7775 td div.subtitle {
	font-size: 110%;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1em;
}

table.blue {
	background-color: #F1F2FF;
	border: none;
}

table.green {
	background-color: #EFFFF2;
	border: none;
}

table.orange {
	background-color: #FFF3E7;
	border: none;
}

table.yellow {
	background-color: #FFFEED;
	border: none;
}

/* Images */
img {
	border: 0;
}

/* Thumbnails */

div.thumb {
	margin-bottom: 0.5em;
	border-style: solid;
	border-color: #fff;
	width: auto;
}

/* Thumbnail container */
div.thumb div.tcontain {
	border: 1px #000 solid;
	padding: 5px;
	background: #eeeef7;
	text-align: center;
	overflow: hidden;
}

/* Align thumbnail right */
div.tright {
	clear: right;
	float: right;
	border-width: 0.5em 0 0.8em 1em;
}

/* Align thumbnail left */
div.tleft {
	clear: left;
	float: left;
	margin-right: 0.5em;
	border-width: 0.5em 1em 0.8em 0;
}

div.enlarge {
	font-size: 0.8em;
	font-style: italic;
}

div.description {
	font-weight: bold;
}

/* Forms */
form {
	margin: 0;
	padding: 0;
}

input {
	border: 1px #000 solid;
}

textarea {
	border: 1px #000 solid;
	font-family: Verdana, sans-serif;
	font-size: 1em;
	color: #444;
	font-weight: bold;
}

.field {
	font: 1em Verdana, sans-serif;
	color: #444;
	font-weight: bold;
}

.field_noborder {
	font: 1em Verdana, sans-serif;
	color: #444;
	font-weight: bold;
	border: 0;
}

select.basestyle {
	font: 1em Verdana, sans-serif;
	color: #444;
	font-weight: bold;
}

/* Misc */
/* Paragraphs */
#main .container p.half_p {
	margin-top: 0;
	margin-bottom: 0.5em;
}

/* Highlights */
.highlight_orange {
	color: #f93;
}

.highlight_red {
	color: #f00;
}

/* "Notice" Paragraphs/Divs/Spans */
#main .container p.notice {
	background-color: #eeeef7;
	margin: 1em 2em;
	padding: 1em 1em;
	border: 1px #000 solid;
	text-align: center;
	position: inline;
}

#main div.notice {
	background-color: #eeeef7;
	margin: 1em 2em;
	padding: 1em 1em;
	border: 1px #000 solid;
	text-align: center;
	position: inline;
}

#main span.btn_orange {
	font-family: Verdana, Sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: white;
	background-color: #ff9933;
	border: 1px solid;
	border-color: #FC9 #630 #330 #F96;
	padding: 0px 3px 0px 3px;
	margin: 0px;
}

/* HRs */
hr {
	width: 80%;
	height: 1px;
	text-align: center;
	color: #ccc;
}

