@charset "utf-8";
/* 

CSS Document for Costelloe + Costelloe 
Author: Brent Grainger, http://www.brentgrainger.com


*/



/* Eliminates browser defaults for the following properties */
html, body, p, h1, h2, h3, h4, h5, h6, legend, form, label, fieldset, div, ul, li, span, img, br {
	margin: 0;
	padding: 0;
	border: 0;
}
.left {
	float: left;
}
.right {
	float:right;
}
body {
	height: 100%;
}
#top_links {
	float:left;
	margin:-9999px;
	overflow: hidden;
}
html, body {
	background:url(../images/bg_pattern.png) repeat top left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
html {
	/* Shows scrollbar constantly, for Firefox, stops the layout shifting */
	/* Apparently not CSS2.1 valid, however it fixes the issue, presents no backwards compatible problems and is CSS3 valid, so it will hold up in the 			future */
	overflow-y:scroll;
}
#page_wrap {
	height:100%;
	min-height:100%;
	margin: 0 0 0 0;
}






/*Header*/						


#header {
	height: 170px;
	padding:0 0 0 0;
	margin: 54px 0 0 0;
	overflow: hidden;
	background:#41ddff url(../images/logo.png) 15% 25px no-repeat;
}
#header_text {
	margin: 40px 15% 0 15%;
	padding: 0 0 0 0;
	width: 200px;
	height: 170px;
	text-transform: uppercase;
	text-align: center;
}
#flash_video {
	position: relative;
	float: left;
	margin: -210px 0 0 65.5%;
	padding: 0 0 0 0;
	height: 170px;
	width: 224px;
	display:inline;
}
h1 {
	color: #993399;
	font-weight:100;
	font-size: 1.1em;
	text-decoration: underline;
	letter-spacing:.2em;
}
h2 {
	color: #ff3399;
	font-weight:100;
	font-size: 1em;
	text-decoration: underline;
	letter-spacing:.2em;
	padding-bottom:.5em;
}
.content_text {
	font-size: 0.83em;
	line-height: 1.6em;
	text-align: justify;
}
.highlighted-text {
	font-size:1.2em;
	font-weight:800;
	color:#2ea3bc;
}
.highlighted-link {
	font-size:1.2em;
	font-weight:800;
	color:#ff3399;
	border-bottom:2px dashed #41ddff;
	text-decoration:none;
}
a:hover.highlighted-link {
	border:none;
}
address {
	font-size: 0.83em;
	line-height: 1.6em;
	text-align: justify;
	font-style:normal;
}
ul.site-map-links {
	list-style-type:circle;
}
ul.site-map-links li {
	float:none;
	padding-bottom:15px;
}







/*Navigation*/

li {
	float:left;
}
#main_navigation {
	clear:both;
	padding: 0 0 0 0;
	font-family: arial, helvetica, sans-serif;
	width: auto;
	height: 40px;
	text-align:center;
	margin: 0 0 0 0;
}
#main_navigation a {
	display: block;
	font-size: 0.7em;
	font-weight: bold;
	text-transform: uppercase;
	width: auto;
	height: 22px;
	text-decoration:none;
	margin: 0 10px 0 10px;
	padding: 7px 0 0 0;
	color: #FFFFFF;
}
.pink {
	background-color: #ff3399;
}
.purple {
	background-color: #993399;
}
.yellow {
	background-color: #ffcc00;
}
.khaki {
	background-color: #cccc00;
}
.green {
	background-color: #99cc00;
}
.orange {
	background-color: #ff9900;
}
#main_navigation ul li a:hover {
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
}
#main_navigation span {
	text-align: center;
	width: auto;
	margin: 0 15px;
	cursor: pointer;
}
#main_navigation ul {
	list-style:none;
	padding:0;
	margin:0;
}
#main_navigation li {
	float:left;
	margin: 0 1px 0 1px;
}
#main_navigation li.remove-left-margin {
	margin-left:0px;
}







/*Main Body*/

#content {
	clear: both;
	padding:0 0 10px 0;
	margin: 20px 0 0 0;
	background-color: #ffffff;
	min-height: 400px;
	overflow: hidden;
}
#innercontent {
	width: auto;
	height: auto;
	margin: 0 15% 0 15%;
	padding: 0 0 0 0;
	clear:both;
}
#left_column {
	float: left;
	width: 60%;
	display:inline;
	padding: 0;
	margin-left: 0;
}
#content_padding {
	padding: 30px 0 10px 10px;
}

/* Contact page small columns */

#small-column-one {
	float:left;
	padding-right:8em;
}
#small-column-two {
	float:left;
}

#product-image-links-jewellery {
	height:305px;
	width:215px;
	padding: 53px 0px 10px 17px;
	background:url(../images/jewellery-bg.png) 0px 20px no-repeat;
}
#product-image-links-evening-bags {
	height:305px;
	width:215px;
	padding: 53px 0px 10px 17px;
	background:url(../images/evening-bags-bg.png) 0px 20px no-repeat;
}
#product-image-links-scarves {
	height:305px;
	width:215px;
	padding: 53px 0px 10px 17px;
	background:url(../images/scarves-and-wraps-bg.png) 0px 20px no-repeat;
}
#product-image-links-jewellery img.padding-top, #product-image-links-evening-bags img.padding-top, #product-image-links-scarves img.padding-top {
	padding: 23px 0px 0px 0px;
}
#product-image-links-jewellery img.padding-left, #product-image-links-evening-bags img.padding-left, #product-image-links-scarves img.padding-left {
	padding: 0px 0px 0px 27px;
}
#right_column {
	float:left;
	width:35%;
	display:inline;
	padding: 0 0 0 50px;
	margin:  0 0 0 0;
	clear:right;
}
/*Footer*/

#footer {
	width:auto;
	clear:both;
	margin: 25px 0 25px 0;
	height:40px;   /* Height of the footer */
	background:#41ddff;
	overflow: hidden;
	text-decoration: none;
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
	font-weight:bold;
}
#footer a {
	color:#FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration:underline;
}
#footer_content ul li {
	list-style: none;
	margin: 0 0 0 5px;
}
#footer_content {
	width: auto;
	margin: 12px 15%;
	font-size: 0.7em;
	color: #FFFFFF;
}
