@charset "utf-8";
html, body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:  #CCC url(assets/images/pricet-images/background_02.gif) repeat-y top center;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	height: 100%;
	/*border-top: 30px solid black;
	border-bottom: 30px solid black;*/
}

a { 
        color: 0066FF;
        margin: 0;
        padding: 0;
}

a:visited { color: #0066FF; }

.pricet fieldset { border: 0;}

.pricet #header {
	text-align: right;
	height: 60px;
	width: 890px;
	background: #0066FF;
	font-size: .8em;
	color: #FFF;
	position: absolute;
	top: 30px;
	left: 1px;
	padding-right: 10px;
}

.pricet .phonenumber {
    font-weight: bold;
    font-size: 1.4em;
    margin-top: 20px;

}

.pricet #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	position: relative;   
	min-height: 100%; /* For Modern Browsers */   
	height: auto !important; /* For Modern Browsers */   
	height: 100%; /* For IE */
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	/*border: 10px solid #0033CC;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #333333;
}

.pricet #mainContent {
	float: left;
	font-size: .8em;
	/*float: left;*/
	width: 500px;
	margin: 100px auto;
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color: #666666;
	z-index: 100;
}

.pricet #mainContent ol.steps {
        list-style-type: none;
        margin: 5px auto;
        padding: 0;
}

.pricet #mainContent li.one {
        background: url(assets/images/pricet-images/numbers_03.gif) no-repeat left center;
        padding: 5px 5px 5px 30px;
}

.pricet #mainContent li.two {
        background: url(assets/images/pricet-images/numbers_06.gif) no-repeat left center;
        padding: 5px 5px 5px 30px;
}

.pricet #mainContent li.three {
        background: url(assets/images/pricet-images/numbers_09.gif) no-repeat left center;
        padding: 5px 5px 5px 30px;
}

.pricet #mainContent h1 {
	font-size: 1.6em;
	color: #666666;
}

.pricet #mainContent h2 {
	font-size: 1.6em;
	color: #666666;
}

.pricet #contentHeader {
	background: url(assets/images/pricet-images/contentheader2.jpg) no-repeat right top;
	width: 100%;
	height: 325px;
	color: white;
}
.pricet #logo {
	position: absolute;
	margin: -90px 0 0 0;
	background: url(assets/images/pricet-images/logo_05.png) no-repeat top left;
	height: 150px;
	width: 275px;
}

.pricet #contentHeader h1 {
	margin: 0 0 10px 20px;
	padding: 80px 0 0 0;
	font-size: 2.2em;
	color: #FFF;
}
.pricet #contentHeader h2 {
	margin: 0 0 10px 20px;
	padding: 0;
	font-size: 2.2em;
	color: #FFF;
}
.pricet #contentHeader h3 {
	margin: 0 0 10px 20px;
	padding: 0;
	font-size: 2.2em;
	color: #FFF;
}

.pricet #cool_picture {
	position: relative;
	top: 100px;
	left: 90px;
	background-image: url(assets/images/pricet-images/shirtcolors/white.png);
	background-repeat: no-repeat;
	background-position: top left;
	width: 310px;
	height: 820px;
	float: right;
	z-index: 1500;
	text-align: center;
}

.pricet #navigation {
	position: absolute;
	top: 100px !important;
	top: 98px;
	right: -1px;
	width: 370px;
	margin: 0 0 0 530px;
	background: #FFF;
	z-index: 1000;
}

.pricet #mainNav {
	font-size: .9em
}
.pricet #mainNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.pricet #mainNav ul li {
	display: block;
	margin: 0;
	padding: 0;

}
.pricet #mainNav ul li a {
	display: block;
	font-weight: bold;
	padding: 10px 10px 10px 10px;
	background: white;
	/*border-top: 1px solid gray;
	border-right: 1px solid gray;
	border-left: 15px solid blue; */
	color: #0066FF;
	text-decoration: none;

}
.pricet #mainNav ul li a:hover{
	background: #0066FF url(assets/images/pricet-images/pricetshiny.gif) repeat-x top left;
	color: #FFF;
}

.pricet #categories {
	font-size: .8em;
	margin: 0px
}

.pricet #categories ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	background: #FFF;
}

.pricet #categories ul li  {
	padding: 0;
	margin: 0;

}
.pricet #categories ul li.browse {
	display: block;
	padding: 7px !important;
	margin: 10px 0 0 0;
	font-weight: bold;
        border-top: 3px solid #CCC;
        border-bottom: 3px solid #CCC;
	background: #e6e6e6;
	color: #0066FF;
}
.pricet #categories ul li a {
	display: block;
	font-weight: normal;
	padding: 7px 3px 7px 15px;
	margin: 0;
	background: #FFF;
	/*border-left: 1px solid gray;
	border-right: 1px solid gray;*/
	text-decoration: none;
    border-bottom: 1px dotted #e6e6e6;
    color: #0066FF;
}
.pricet #categories ul li a:hover {
	background-color: #0066FF;
	color: #FFF;
}

.pricet #footer {
	background: #06F;
	height: 60px;
        width: 890px;
	text-align: left;
	line-height: 60px;
	font-weight: bold;
	font-size: .9em;
	color: white;
        padding-left: 10px;
	position: absolute;
	bottom: 0px !important;
	bottom: -1px;
	left: 1px;
}

.pricet .store {
}

.pricet .item {
	border: 1px solid silver;
	vertical-align: top;
	height: 200px;
	width: 50%;
}
.pricet .clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

.pricet #poweredby {
       position: absolute;
       top: 10px;
       right: 0;
       float: right;
       width: 163px;
       height: 37px;
       background: url(assets/images/pricet-images/Poweredby_WonTrans_11.png) no-repeat top center;
}

.pricet #poweredby p {
       position: absolute;
       left: -9999px;
}

#logo, #cool_picture { behavior: url(/assets/js/iepngfix.htc) }
