/*ICED DREAMS GOURMET CUPCAKES*/
/*CREATED BY: NICOLA BARNES*/


body {
	background-image:url(images/dot_tile.png);
	background-repeat:repeat-x repeat-y;
	background-color:#352525;
	margin:0 auto;
}

#logo{
	postion:fixed;
	top:0;
	background:#2c3134;
	width:98,5%;
	height:102px;
	margin:0px 0px 20px 0px;
	padding:10px;
}


/*CONTAINERS*/
#container {
	background-color:#FCE3E9;
	width:1024px;
	height:768px;
	margin:0 auto;
}
#container_index {
	background-color:#FCE3E9;
	width:1024px;
	height:800px;
	margin:0 auto;
}
#container_about {
	background-color:#FCE3E9;
	width:1024px;
	height:800px;
	margin:0 auto;
}
#container_products {
	background-color:#FCE3E9;
	width:1024px;
	height:875px;
	margin:0 auto;
}




#header {
	background-image:url(images/header.png);
	background-repeat:no-repeat;
	background-color:#F2C0CB;
	width:100%;
	height:200px;
}




/*BACKGROUND CONTENT*/
#content {
	background-image:url(images/damask.jpg);
	background-repeat:no-repeat;
	border-bottom:2px solid #FEF7D6;
	width:100%;
	height:475px;
}
#content_index {
	background-image:url(images/damask.jpg);
	background-repeat:no-repeat;
	border-bottom:2px solid #FEF7D6;
	width:100%;
	height:550px;
}
#content_about {
	background-image:url(images/stripe_tile.jpg);
	background-repeat:repeat-y;
	border-bottom:2px solid #FEF7D6;
	width:100%;
	height:595px;
}
#content_products {
	background-image:url(images/stripe_tile.jpg);
	background-repeat:repeat-y;
	border-bottom:2px solid #FEF7D6;
	width:100%;
	height:875px;
}
#content_services {
	background-image:url(images/stripe_tile.jpg);
	background-repeat:repeat-y;
	border-bottom:2px solid #FEF7D6;
	width:100%;
	height:485px;
}




/*COLUMN 1*/
#col1_index {
	float:left;
	height:480px;
	width:400px;
	padding-top:76px;
}
#col1_about {
	float:left;
	height:350px;
	width:400px;
	padding-top:76px;
}
#col1_products {
	float:left;
	height:500px;
	width:440px;
	font-size:13px; 
	font-family:"Times New Roman";
	padding-top:50px;
	padding-left:140px;
	color:#352525;
}
#btt {
	font-size:14px; 
	font-family:"Times New Roman";
	color:#E75A80;
	font-weight:bold;
}
#btt a{
	font-size:14px; 
	font-family:"Times New Roman";
	text-decoration:none;
	color:#E75A80;
	font-weight:bold;
}
#col1_gallery {
	float:left;
	height:300px;
	width:300px;
	font-size:13px; 
	font-family:"Times New Roman";
	padding-top:50px;
	padding-left:140px;
	color:#352525;
}
#col1_contact {
	float:left;
	height:440px;
	width:400px;
	padding-top:35px;
}




/*COLUMN 2*/
#col2_index {
	float:right;
	height:500px;
	width:440px;
	font-size:13px; 
	font-family:"Times New Roman";
	line-height:15.6px;
	padding-top:50px;
	padding-right:100px;
	color:#352525;

}
#col2_index a{
	font-size:13px; 
	font-family:"Times New Roman";
	color:#E75A80;
	text-decoration:none;
}
#col2_about {
	float:right;
	height:450px;
	width:440px;
	font-size:13px; 
	font-family:"Times New Roman";
	line-height:15.6px;
	padding-top:50px;
	padding-right:100px;
	color:#352525;
}
#col2_products {
	float:right;
	height:600px;
	width:205px;
	padding-top:90px;
	padding-right:130px;
}
#col2_services {
	float:right;
	height:400px;
	width:440px;
	font-size:13px; 
	font-family:"Times New Roman";
	line-height:15.6px;
	padding-top:50px;
	padding-right:100px;
	color:#352525;
}
#col2_services a{
	font-size:13px; 
	font-family:"Times New Roman";
	color:#E75A80;
	text-decoration:none;
}
h1 {
	font-size:15px; 
	font-family:"Times New Roman";
}
#col2_gallery {
	float:right;
	height:350px;
	width:400px;
	padding-top:105px;
	padding-right:130px;
}
#col2_contact {
	float:right;
	height:430px;
	width:440px;
	font-size:13px; 
	font-family:"Times New Roman";
	line-height:15.6px;
	padding-top:50px;
	padding-right:100px;
	color:#352525;
}
#col2_contact a{
	font-size:13px; 
	font-family:"Times New Roman";
	color:#E75A80;
	text-decoration:none;
}




/*GALLERY LINKS*/
ul#links {
	padding:0;
	width:100%;
	padding-top:8px;
	height:inherit;
    list-style-type:none;
}
ul#links li {
	font-size:12px; 
	font-family:"Times New Roman";
	font-weight:bold;
}
ul#links li a {
	font-size:13px;
	font-family:"Times New Roman";
	color:#352525;
    text-decoration:none;
}



/*FOOTER*/
#footer {
	background-color:#FEF7D6;
	border-top:2px solid #FCE3E9;
	width:100%;
	height:60px;
	margin:0;
}
ul#bottomnav {
	margin:2px;	
	padding:0;
	width:1024px;
	padding-top:8px;
	height:100px;
    list-style-type: none;
	text-align:center;	
}
ul#bottomnav li {
	display: inline;
	font-size:12px; 
	font-family:"Helvetica Neau", Helvetica, "Century Gothic";
}
ul#bottomnav li a {
	font-size:12px;
	font-family:"Helvetica Neau", Helvetica, "Century Gothic";
	color:#E75A80;
    text-decoration:none;
	padding-left:0px;
}
#brown {
	color:#352525;
	font-size:12px;
	font-family:"Helvetica Neau", Helvetica, "Century Gothic";
	display:inline;
	padding-right:4px;
}




#copy {
	font-size:10px;
	font-family:"Helvetica Neue", Helvetica, "Century Gothic";
	color:#E75A80;
	text-align:center;
	padding-top:10px;
}
#copy a{
	font-size:10px;
	font-family:"Helvetica Neue", Helvetica, "Century Gothic";
	color:#E75A80;
	text-align:center;
	padding-top:10px;
	text-decoration:none;
}
#copybrown {
	font-size:10px;
	font-family:"Helvetica Neue", Helvetica, "Century Gothic";
	color:#352525;
	display:inline;
	padding-top:10px;
}
