@charset "utf-8";
body {
	font: 87% Verdana, Arial, Helvetica, sans-serif;
	background: #CCC  url(images_structure/anotherBack.gif) repeat-x;
	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: #000000;
}
.oneColFixCtrHdr #container {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 10px;
	margin-bottom: 10px;
	/*border: 1px solid #555;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #DDDDDD; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 150px;
	background: #000 url(images_structure/header.jpg) no-repeat;
}
.oneColFixCtrHdr #header2 {
	background: #DDDDDD; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 150px;
	background: #000 url(images_structure/banner_paginaBellaIsabella.jpg) no-repeat;
}
.oneColFixCtrHdr #header #floatLang {
	width: 100px;
	margin-top:10px;
	float: left;
}
.oneColFixCtrHdr #nav {
	padding: 0; 
	background-color: #FFF;
	height:30px;
	/*widows:800px;*/
	float:left;
	margin:0;
	clear:both;
}
.oneColFixCtrHdr #nav #innerNav{
	height:30px;
	padding:0;
}
.oneColFixCtrHdr #nav .menuItem{
	float:left;
	width:160px;
	text-align:center;
	margin:0;
	height:25px;
	padding-top:5px;
}
.oneColFixCtrHdr #nav ul {
	list-style-type: none;
	margin:0;
	list-style: none;
	list-style-position:inside;
	display: inline;
	height:30px;
}
.oneColFixCtrHdr #nav ul li {
	list-style-type: none;
	margin:0px;
	
	float:left;
	width:200px;
	text-align:center;
	margin:0;
	height:25px;
	padding-top:5px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:0px;
}

.oneColFixCtrHdr #nav #floatCart {
	width: 35px;
	float: right;
	margin-right:5px;
	margin-top:0px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* to avoid margin collapse */
	padding: 10px 0; 
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; 
	background: #FFFFFF;
	/*margin-top:10px;*/
	clear:both;
}
.oneColFixCtrHdr #footer {
	padding: 10px;
	background:#F00;
}
.oneColFixCtrHdr #footer2 {
	padding: 10px;
	background:#F00;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* to avoid the possibility of margin collapse */
	padding: 10px 0;
	color:#FFF;
}
.oneColFixCtrHdr #footer img {
	border:0;
}

/* Product Demo */

#floatsiseColumn {
	width:100%;
	text-align:center;
}
.floatsies {
	width:85%;
	text-align:left;
	margin:auto;
	margin-bottom:20px;
	padding:10px;
	background: url(images_structure/innerBack.jpg) repeat-x;
	border-bottom: 1px solid #CCC;
}

.prouductHolder {
	width: 90%;
	margin:auto;
}
.prouductHolder .subStyle {
	width: 30%;
	height:205px;
	float:left;
	margin:8px;
	text-align:center;
	border: 1px solid #CCC;
	padding-top:5px;
}

.prouductHolder .subStyle img {
	text-align:center;
}

.prouductHolder .subStyle p {
	margin-top: 5px;
	margin-bottom: 5px;
}
.prouductHolder .subStyle .buyLine {
	padding:5px 5px 5px 20px;
}
.prouductHolder .subStyle .buyLine img {
	float:left;
}
.prouductHolder .subStyle a:link
{	text-decoration:none; color:#C00;	}
.prouductHolder .subStyle a:visited
{	text-decoration:none; color:#C00;	}
.prouductHolder .subStyle a:hover
{	text-decoration:underline; color:#C00;	}
.prouductHolder .subStyle a:active
{	text-decoration:none; color:#C00;	}

#stepsBlock {
	width:600px; 
	margin:0 auto;
	margin-top:20px;
	margin-bottom:10px;
}

#stepsBlock .activeTab {
	width:180px; 
	height:50px; 
	background-image:url(images_structure/tab_active.gif); 
	float:left;
	margin-left:20px;
	text-align:center;
}
#stepsBlock .inactiveTab {
	width:180px; 
	height:50px; 
	background-image:url(images_structure/tab_inactive.gif); 
	float:left;
	margin-left:20px;
	text-align:center;
}
#stepsBlock p {
	color:#FFF;
	font-size:1.2em;
	margin-top:10px;
}
