@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

body {
	background: url(../images/background.jpg) /*#7ccbc6*/;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: center;
	}
	
a {
	text-decoration: none;
	color: #4997aa;
	}
	
a:hover {
	color: #000000;
	text-decoration: underline;
	}
	
/*-------------------------In Container 1---------------------------*/

#container1 {
	position: relative;
	}

#footer {
	position: relative;
	width: 100%;
	height: 24px;
	background-image:url(../images/footer_poka_dots.jpg);
	background-repeat: repeat-x;
	bottom: 0px;
	}
	
#container2 {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	}

/*-------------------------In Container 2---------------------------*/

/*-------------------------Header------------*/
#header {
	position: relative;
	width: 1000px;
	/*height: 150px;*/
	padding-left: 100px;
	text-align: left;
	background:url(../images/center_background.gif) no-repeat;
	}
	
#navigation {
	width: 500px;
	height: 50px;
	position: absolute;
	left: 420px;
	top: 80px;
	}
	
#cart{
	position: absolute;
	top: 25px;
	left: 790px;
	}
	
/*-------------------------Body Div Tags---------------------------*/

#circle1 {
	position: relative;
	width: 1000px;
	height: 59px;
	margin: 0 auto;	
	background-image: url(../images/circle2.gif);
	background-repeat: no-repeat;
	}
	
#content {
	position: relative;
	width: 1000px;
	
	margin: 0 auto;
	text-align: left;
	background:url(../images/center_background_repeat.gif) repeat-y;
	}
	
#content h4{
	color: #4997aa;
	}
	
#content h5.red{
	color: #bc2036;
	}
	
#content h5{
	color: #a973ad;
	}
	
#left-column {
	float: left;
	width: 538px;
	}
	
#flower {
	width: 538px;
	}
	
#page-name {
	width: 330px;
	height: 56px;
	position: absolute;
	top: 100px;
	left: 200px;
	}
	
#text {
	float: left;
	width: 438px;
	
	padding-left: 100px;
	}
	
#right-column {
	float: right;
	width: 400px;
	}

#banner {
	position: relative;
	width: 1000px;
	height: 275px;
	margin: 0 auto;
	background-image:url(../images/banner_background.gif);
	}
	
/*-------------------------Footer Div Tags---------------------------*/
#copyright {
	position: relative;
	width: 1000px;
	height: 45px;
	background-image: url(../images/center_background_repeat.gif);
	background-repeat:repeat-y;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #999999;
	}

#clear {
	clear: both;
	}
