/*Stylesheet for index.html page of baby-showers-etc.com */

/******General Styles******/
body {
        margin:0;
        padding:0;
        border:0;			/* This removes the border around the viewport in old versions of IE */
        width:100%;
        background:#DAECFE;
       	font-size:90%;
}
#container{min-width:1000px;} /*mininimum width of page*/
/* set min-width for IE */
* html div#container{width:expression((document.body.clientWidth<=1000)?'1000px':'auto');} 
h3 {
		margin:0;
        padding:0;
}
/*container to hold main image menu*/
#mainimagewrap {
	position:relative;
	left:0px;
	top:0px;
	width:600px;
	height:400px;
	z-index:2;
}
img {
		border:0px;
}
a:link, a:visited, a:active {color:#000000;}
a:hover {color:#CC66FF;}

/*****End General Syles*****/

/*****Header Styles*****/
#header {
        clear:both;
        float:left;
        width:100%;
}
#header {border-bottom:1px solid #000;}
#header ul {
	    clear:left;
	    float:left;
		width:100%;
	    list-style:none;
	    margin:17px 0 0 0;
	    padding:0;
}
#header ul li {
	    display:inline;
	    list-style:none;
	    margin:0;
	    padding:0;
		text-align:center;
		line-height:1.3em;
}
/*settings for main menu tabs*/
a.mainmenutab {
	    display:block;
	    float:left;
	    margin:0 0 0 5px;
	    padding:3px 10px;
	    text-align:center;
		background-color:#FFCCFF;
		text-decoration: bold;
			font-size:12px;
	    color:#000000;
	    text-decoration:none;
	    border:1px #000000 solid;
		border-bottom:none;
}
#header ul li a:hover {
	    background:#B13EF0;
		color:#FFFFFF;
}
/*settings for area directly beneath menu tabs*/
#infoline {
		clear:both;
		margin:0;
		padding:1px 0px !important;
		text-align:center;
		background-color:#B13EF0;
}

/***End Header Styles***/

/*****Middle area - 3 Columns*****/
/*column container - holds all 3 columns*/
.colmask {
	    position:relative;		/* This fixes the IE7 overflow hidden bug */
	    clear:both;
	    float:left;
        width:100%;			/* width of whole page */
		overflow:hidden;	/* This chops off any overhanging divs */
		
}
/*common column settings*/
.colright, .colmid, .colleft {
		float:left;
		width:100%;				/* width of page */
		position:relative;
}
.col1, .col2, .col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;
		overflow:hidden;
}
/*Additional Settings for 3 Columns*/
.threecol {} /*right column*/
.threecol .colmid {
		right:18%;				/* width of the right column */
}
.threecol .colleft {
		right:65%;			/* width of the middle column */
		
}
.threecol .col1 {
		width:61%; /* width of center column content (column width minus padding on either side) */
		left:102%;				/* 100% plus left padding of center column */
}
.threecol .col2 {
		width:19%;	/* Width of left column content (column width minus padding on either side) */
		left:23%;	/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
.threecol .col3 {
		width:19%;	/* Width of right column content (column width minus padding on either side) */
		left:83%;	/*(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
								
}

/*****End middle area - 3 columns Styles*****/

/******Lower Area/Footer Styles*****/

#footer {
	clear:both;
	float:left;
	width:100%;
	text-align: center;
}
#footer p {
    padding:10px;
    margin:0;
}
/*****End Lower Area/Footer Styles*****/ 


/*****Right and Left Side Menus Styles*****/

/*side menus settings*/
.sidemenus{
margin: 5px 0px;
padding: 0px;
width: 180px; /*default width of menus*/
border: 1px solid #9A9A9A;
}
/*side menu header/category name area settings*/
.sidemenus div.categoryheader{
	cursor:default;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	display: block;
	position: relative; 
	width: auto;
	padding: 2px 0;
	text-decoration: none;
	text-align:center;
	background-image:url("images-babyshower/purplegradient.gif");
	background-color:#B13EF0;
}
/*settings of selected menu category header*/
.sidemenus div.selected{
background-image:url("images-babyshower/purplegradientselected.gif");
color: white;
}
/*settings for each menu in a category*/
.sidemenus div.submenu{
background-color:#FFEBC6;
background-image:url("images-babyshower/titlebg.gif");
background-position:center;
background-repeat:repeat-y;
padding: 1px;
height: 240px; /*Default height for left and right menu. A good idea when headers are toggled via "mouseover" instead of "click". Height of left side menu.*/
}
div.submenu.rightmenuheight{height:325px;}/*height of right side menu*/
.sidemenus div.submenu a{text-decoration:none;}/*remove underline from links in each category*/
/*list styles for links in each category*/
ul{cursor:default; padding:0px; margin:0px;}
ul#leftmenulist li{list-style:none; padding:1px 0px; border-bottom:1px #9933FF solid; font-family:Georgia, "Times New Roman", Times, serif; font-size:10px;}
ul#rightmenulist li{list-style:none; padding: 1px 0px; border-bottom:1px #9933FF solid; font-family:Georgia, "Times New Roman", Times, serif; font-size:10px;}
/*****End Left and Right menus styles*****/
