/* 

	NAME:		CSS STYLE SHEET - LAYOUT
	COMPANY:	E-fect LLC
	AUTHOR:		Eric Wolsing
	DATE:		03-07-2008
	PURPOSE:	Defines default layout for a website 

*/

/* Layout for common items*/
body
{
	text-align:left;
	min-width:940px;
	margin-top:0px;
	margin-bottom:0px;
	background-image:url(../../media/images/backgrounds/purple_fabric_fade.jpg);
	background-repeat:repeat-x;
}

#container
{
	text-align:left;
	width:900px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	padding-left:0px;
	padding-right:0px;
}

/* Main rounded box height */
.wp_inside_banner
{
	min-height:160px;
	max-height:160px;
	height:auto !important;
	height:160px;
}

.wp_inside_main
{
	min-height:700px;
	height:auto !important;
	height:700px;
}

.pw_inside_links
{
	min-height:10px;
	height:auto !important;
	height:10px;
}

/* Row containers */
.row
{
	width:900px;
	clear:both;
	margin-bottom:5px;
}

.row_inside
{
	width:880px;
	clear:both;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
}

.row_banner
{
	width:900px;
	height:180px;
	clear:both;
	margin-bottom:5px;
}

.banner_logo
{
	float:left;
	left:0px;
	width:407px;
	height:100%;
	background-image:url('../../media/images/logos/tailorsboutique_banner_407x180.png');
	background-repeat:no-repeat;
}

.banner_right_1
{
	float:left;
	width:195px;
	height:100%;
	margin-left:5px;
}

.banner_right_2
{
	float:left;
	width:285px;
	height:100%;
	margin-left:5px;
}

/* Column containers */
.col_left_1-2
{
	width:415px;
	float:left;
	left:0px;
	min-height:300px;
	height:auto !important;
	height:300px;
	padding:0px;
	margin-left:0px;
	margin-right:5px;
	overflow:hidden;
}

.col_right_1-2
{
	width:445px;
	float:right;
	right:0px;
	min-height:300px;
	height:auto !important;
	height:300px;
	padding:0px;
	margin-left:0px;
	margin-right:0px;
}

.col_left_1-3
{
	width:32%;
	float:left;
	left:0px;
	min-height:200px;
	height:auto !important;
	height:200px;
	padding:0px;
	margin-left:0px;
	margin-right:10px;
}

.col_middle_1-3
{
	width:32%;
	float:left;
	left:300px;
	min-height:200px;
	height:auto !important;
	height:200px;
	padding:0px;
	margin-left:3px;
	margin-right:10px;
}

.col_right_1-3
{
	width:32%;
	float:left;
	left:600px;
	min-height:200px;
	height:auto !important;
	height:200px;
	padding:0px;
	margin-left:0px;
	margin-right:0px;
}

.col_left_2-3
{
	width:597px;
	float:left;
	left:0px;
	min-height:200px;
	height:auto !important;
	height:200px;
	padding:0px;
	margin-left:0px;
	margin-right:3px;
}

.col_right_2-3
{
	width:597px;
	float:left;
	left:300px;
	min-height:200px;
	height:auto !important;
	height:200px;
	padding:0px;
	margin-left:3px;
	margin-right:0px;
}

.col_3-3
{
	width:100%;
	float:left;
	left:0px;
	min-height:200px;
	height:auto !important;
	height:200px;
	padding:0px;
	margin-left:0px;
	margin-right:0px;
}

.col_1-4 
{
	width:215px;
	float:left;
	left:0px;
	min-height:200px;
	height:auto !important;
	height:200px;
	padding-right:5px;
	margin-left:0px;
	margin-right:0px;
}
	

/* key website regions */
.links
{
	width:900px;
	padding:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:5px;
}

.main
{
	clear:both;
	width:900px;
	padding:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:5px;
}



/* section heading formating */
.item 
{
	margin-bottom:5px;
}


