* { padding: 0; margin: 0; }
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background:url(images/bg-top.png);
	background-position:top;
	background-repeat:repeat-x;
	background-color: #c9c1ec;
	color: #606390;
}
#wrapper {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:550px;
	display:block;
	background: none;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	clear:both;
}
#header{
	position:relative;
	width:100%;
	height:88px;
	
}
#header img{
	margin-bottom:-30px;}
#btm-nav{
	position:relative;
	height:155px;
	width:1024px;
	z-index:1000;
	margin:0 auto;
	color:#606390;
	text-align:right;
	background-color:none;
	background-repeat:no-repeat;
	clear:both;}

#footer{
	height:30px;
	width:100%;
	margin:0 auto;
	color:#606390;
	text-align:right;
	background-color:#908ec6;
	clear:both;
	position:fixed;
	bottom:0px;
	
}
#footer .space{
	display:block;
	height:25px;
	margin-right:20px;
	margin-top:8px;
	float:right;
	font-size:10px;
}
#footer a{color:#fff;}
/* get rid of those system borders being generated for A tags */
a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}


/* everything is constructed with a single background image */

/* root element for tabs */
#flowtabs {
	
	/* dimensions */
	position:relative;
	top:5px;
	width:480px;
	height:31px !important;
	display:block;
	float:left;
	padding:0;
	margin-left:20px;
}

/* single tab */
#flowtabs li { 
	float:left; 
	margin:0; 
	padding:0; 
	text-indent:0; 
	list-style-type:none;
}

/* a- tag inside single tab */
#flowtabs li a {
	display:block;
	height: 31px;   
	min-width: 59px; 	
	padding:0px 8px;
	margin:0px;
	/* font decoration */
	color:#606390;
	text-align:center;
	text-decoration:none;
}

 
/* mouseover state */
#flowtabs a:hover 		{ color:#ccc;	 }

#video-inside{
position:relative;
display:block;
padding-top:35px;
width:500px;
 float:right;
 height:536px;
 margin-right:20px;
 margin-top:-170px;
 bottom:0;
 background-image:url(images/bears.png);
 background-repeat:no-repeat;
 z-index:10;
 background-position:bottom;
}
#video-brands{
position:relative;
display:block;
padding-top:35px;
width:485px;
 float:right;
 height:536px;
 margin-right:70px;
 margin-bottom:-80px;
 margin-top:-150px;
 bottom:0;
 background-image:url(images/kids.png);
 background-repeat:no-repeat;
 z-index:10;
 background-position:bottom;
}
#video-home{
position:relative;
display:block;
padding-top:35px;
width:485px;
 float:right;
 height:536px;
 margin-right:70px;
 margin-bottom:-80px;
 margin-top:-150px;
 bottom:0;
 background-image:url(images/store.png);
 background-repeat:no-repeat;
 z-index:10;
 background-position:bottom;
}
#video-dress{
position:relative;
display:block;
padding-top:35px;
width:485px;
 float:right;
 height:536px;
 margin-right:70px;
 margin-bottom:-80px;
 margin-top:-150px;
 bottom:0;
 background-image:url(images/dress.png);
 background-repeat:no-repeat;
 z-index:10;
 background-position:bottom;
}
#video{
position:relative;
display:block;
padding-top:35px;
width:485px;
 float:right;
 height:536px;
 margin-right:70px;
 margin-bottom:-80px;
 margin-top:-150px;
 bottom:0;
 background-image:url(images/store.png);
 background-repeat:no-repeat;
 z-index:10;
 background-position:bottom;
}
/* panes */
#flowpanes {
	width:400px;
	 height:294px;
	margin-left:65px;
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#606390;
	font-size:16px;
	line-height:28px;
	position:relative;
	clear:both;
}
/* some decorations for elements inside single pane */
#flowpanes div h2 {
	font-weight:normal;
	color:#ddd;
	letter-spacing:1px;
	margin:10px 0px 0px 00px;
	font-size:22px;	
}

#flowpanes a {
	color:#8584BE;		
	font-size:14px;
}

#flowpanes p, #flowpanes samp {
	color:#606390;		
}

ul.columns li{
	width:32%;
	display:block;
	float:left;
	font-size:11px;
font-family:Arial,Helvetica, Verdana;
color:#606390;
font-weight:bold;
	line-height:20px;
	padding-left:5px;
}


/* our additional wrapper element for the items */
#flowpanes .items {
	width:20000em;
	position:absolute;
	clear:both;
	margin:0;
	padding:0;
}

#flowpanes .less, #flowpanes .less a {
	color:#606390 !important;
	font-size:11px;
}

