@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #666666;
	background-color:#FFFFFF;
	background-image:url(../_images/background.gif);
	background-repeat:repeat-x;
	font-family:Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 23px;
}

img {
	border: none;
}

p {
	font-size: 12px;
	line-height: 23px;
	color: #666666;
}

h1 {
	text-transform:capitalize;
	font-size: 18px;
	font-weight: bold;
	line-height: 27px;
}

h2 {
	text-transform:capitalize;
	font-size: 14px;
	font-weight: bold;
	line-height: 23px;
}

h3 {
	text-transform:capitalize;
	color: #9d1d1e;
	font-size: 14px;
	font-weight: bold;
	line-height: 23px;
}
h4 {
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	margin: 0;
	padding: 0;
	text-transform:capitalize;
}

.fixedCenter #container {
	width: 880px;
	margin: 0 auto; 
	text-align: left; 
}
.fixedCenter #mainContent {
	margin-top: 50px; 
}

#logo {
	margin-top: 25px;
	width: 359px;
	height: 148px;
	padding: 0;
	float:left;
}

#search {
	width: 387px;
	height: 52px;
	margin-top:0;
	background-image:url(../_images/search_menu.gif);
	background-repeat:no-repeat;
	overflow: hidden;
	float:right;
}

#login {
	width: 382px;
	height: 163px;
	margin-top:0;
	background-image:url(../_images/login.gif);
	float:right;
}

#loginBox {
	margin: 25px 10px 10px 35px;
	width: 330px;
	height: 115px;
}
.local {
	margin: 4px 0 0 10px;
}
.clear {
	clear:both;
}

.formLocal {
	margin: 10px 0 0 24px;
	width: 147px;
	border-right: 1px solid #999999;
	float:left;
}

.formSearch {
	margin: 4px 0 0 10px;
	width: 187px;
	float: left;
}

.searchMe { 
	font-size: 11px;
	height: 17px;
	background-color: #FFFFFF;
	border: 1px solid #666666; 
}

.button {
	clear:both;
	border: none;
	width:34px;
	height:33px;
	background:#9d1d1e url(../_images/searchBTN.gif) no-repeat;
	text-align:center;
	line-height:31px;
	cursor:pointer;
}

#footer {
	width: 880px;
	margin: 30px 0 10px 0;
	border-top: 1px solid #999999;
	text-align: center;
	color:#999999;
	padding: 10px 0 0 0;
	font-size: 10px;
}

.footer a:active, a:link, a:visited{
	color:#9d1d1e;
	font-weight: bold;
	text-decoration: none;
}

.footer a:hover{
text-decoration:underline;
}

#leftColumn {
	padding: 0;
	margin: 0;
	float: left;
	width: 432px;
}


#rightColumn {
	padding: 0;
	margin: 0 0 0 20px;
	float: right;
	width: 412px;
}

.featured {
	height: 120px;
	width: 390px;
	border: 1px solid #999999;
	padding: 8px;
	margin: 0 0 10px 0px;
	line-height: 18px;
}

.featured a:link {
	color:#9d1d1e;
	font-weight: bold;
	text-decoration:none;
	text-transform:uppercase;
	line-height: 30px;
}

.featuredImg {
	padding: 0 15px 0 0;
	float: left;
}


/* Single Item */

.selected {
	height: 420px;
	width: 390px;
	border: 1px solid #999999;
	padding: 8px;
	margin: 0 0 10px 20px;
	font-size: 11px;
	text-align:center;
	line-height: 18px;
}

/* These hieghts and widths should be edited to your images */	
ul#pikame{
	padding-left:10px;
	width:370px;
	margin:0 auto;}
.pika_main{
	width:390px;
	padding-right:20px;
	margin:0 auto;}
#pikame li{
	margin:5px;
	float: left;
	border:2px solid #222;}
	
.inquire {
	padding: 5px;
	border: 1px solid #999999;
	width: 200px;
	margin: 8px 0 15px 0;
}

/* thats all you NEED to edit. But continue if you'd like. */
ul#pikame li img{position:relative;cursor:pointer; overflow: hidden;}
.pika_main img{border:1px solid #999999;}
.pika_main{position: relative;margin:0 auto;}
.pikachoose li{float:left;position:relative; overflow:hidden;list-style:none;}
.pika_play{position:absolute;top:10px;right:20px;z-index:1;}
.pika_play a{position:relative;margin-left:auto;cursor:pointer;}
.pika_play img{border:none !important;}
.pika_caption{width:100%;height:30px;text-align:center;}
.pika_navigation a{font-size: 12px;color:white;text-decoration: none;}
.pika_navigation a:hover{text-decoration: underline;}
.pika_navigation{padding-top:10px;clear:both;text-align:center;}/

/*Multi prod */

#fullColumn {
	padding: 0;
	margin: 0;
	float: left;
	width: 820px;
}

.storeMock {
	float: left;
	padding: 0 7px 0 0;
}


/* LOGIN FORM */
.cssform p{
	width: 320px;
	clear: left;
	margin: 0;
	padding: 5px 0 8px 0;
	padding-left: 115px; /*width of left column containing the label elements*/
	height: 1%;
}

.cssform label{
	font-weight: bold;
	float: left;
	margin-left: -100px; /*width of left column*/
	width: 100px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 140px;
	background-color:#FFFFFF;
	border: 1px solid #999999;
}

.cssform input[type="password"]{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 140px;
	background-color:#FFFFFF;
	border: 1px solid #999999;
}

* html .threepxfix{
	margin-left: 3px;
}

.buttonLog {
	clear:both;
	border: 1px solid #999999;
	width:64px;
	height:24px;
	text-align:center;
	line-height:12px;
	cursor:pointer;
	background: #FFFFFF;
}

