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

* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

img {
	border: 0px;
	display: block;
}

a {
	text-decoration: underline;
	color: #693A85;
}

a:hover {
	text-decoration: none;
	color: #693A85;
}

ul, ol {
	padding-left: 16px;/* MOZ */
	margin-left: 16px;/* IE */
}

table {
	border-collapse: collapse;
}

th, td {
	vertical-align: top;
}

option, select, input, textarea {
	font-size: 11px;
	color: #000000;
}

/* custom styles ============== */

div#wrapper {
	width: 776px;
	margin: 0px auto;
	text-align: left;
}

div#header {
	width: 776px;
	height: 80px;
	padding-top: 20px;
}

.box 
{
	width:770px;
	margin-bottom: 10px;
	background-color: #EBEBEB;
}

.padder_box 
{
    
	border-right-width:1px;
	border-left-width:1px;
	/*padding:5px 5px 5px 5px;*/
	
}

ul#menu {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	background-color: #693A85;
	background-image: url(images/menu_bg.gif);
	width: 530px;
	height: 43px;
}

ul#menu li {
	margin: 14px 0 0 16px;
	padding: 0;
	float: left;
}

ul#menu li.first_menu_item {
	margin-left: 30px;
	display: inline;
}

div.torso {
	width: 776px;
}

div.login_box {
	width: 245px;
	background-color: #F11981;
	color: #FFFFFF;
	float: right;
	margin: 0 0 20px 30px;
}

div.login_padding {
	padding: 6px 12px;
}

table.home_login tr td {
	padding-bottom: 6px;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
}

table.home_login input {
	width: 105px;
	border: 0;
	padding: 2px;
	font-weight: normal;
}

div.cover_box {
	width: 245px;
	background-color: #BA0C5F;
	margin: 0 0 20px 18px;
	float: left;
}

div.cover_box_cap {
	background-position: top;
	background-repeat: no-repeat;
	padding: 0px 12px 8px 12px;
}

div.cover_box_cap h2 {
	padding: 0;
	margin: 0;
}

div.cover_box_stomach {
	background-color: #F11981;
	color: #FFFFFF;
	padding: 6px 12px;
}

div.cover_box_stomach * {
	color: #FFFFFF;	
	font-family:Myriad;
}

div.cover_box_stomach ul {
	margin: 0 0 6px 0;
}

div.cover_box_stomach li {
	font-size: 11px;
}

div.cover_box_stomach p {
	margin-bottom: 6px;
}

p.price {
	font-size: 20px;
	margin-bottom: 0px;
	font-family:Myriad;	
}

div.cover_box_shoe {
	padding: 12px 12px 4px 12px;
	background-position: bottom;
	background-repeat: no-repeat;
}

div.cover_box_shoe ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div.cover_box_shoe ul li {
	margin: 0 0 8px 2px;
	padding: 0;
}
div.cover_box_shoe ul li a img {
	display: inline;
	vertical-align: bottom;
}

div#footer {
	text-align: center;
	background-color: #ba0c5f;
}

div.footer_box {
	padding: 4px 0;
	color: #fff;
}

div.footer_box * {
	color: #fff;
		font-size: 11px;
}

input.form_button {
	font-weight: bold;
	padding: 3px 5px;
}

br.clearing {
	clear: both;
}

div.no_margin, p.no_margin {
	margin: 0;
}

div.cover_box_shoe ul li.no_bottom_margin {
	margin-bottom: 0;
}

table.booking_table tr td {
	padding: 0 0 3px 0;
}

ul.top_menu {
    margin: 0 0 0 0;
    padding: 0;
    list-style: none;
    width: 310px;
    float: right;
    text-align: right;
}

ul.top_menu li {
    display: inline;
    margin-right: 6px;
    font-size: 11px;
}

ul.top_menu li a {
    font-size: 11px;
}

ul.top_menu li a img {
    display: inline;
    vertical-align: top;
}

/* sub_pages ========== */


table.libra tr th, table.libra tr td {
    padding: 3px 3px;
}

table.libra thead{
    background-color: #BC6C91;
    color: #fff;
    font-size: 11px;
}

tr.prices {
    background: #F5EFF5;
    font-size: 12px;
}

/* misc ================== */

.a_center {
    text-align: center;
}
 

.a_right {
    text-align: right;
}

table.libra tr th, table.libra tr td {
    padding-bottom: 3px;
}

p.FooterLinks 
{
	font-size: 11px;
	text-align:center;
	color:#999;
}

a.FooterLinks {
	text-decoration:underline;
	color: #999;
}

/* Main Page Policy Box =========================*/
div.policy {
	width: 180px;
	float: left;
	margin-right: 18px;
}

div#policies_wrapper {
	clear: both;
	background-color: #ffffff;/*#FFCC99;*/
}

span.policy_top {	
	display: block;
	width: 180px;
	height: 10px;
	background-color: #e0115f;	
}

div.policy_header {
	background-color: #e0115f;
}

div.policy_price {
	padding: 7px;
	background-color: #8f1140;
	color: #FFFFFF;
	font-weight: bold;
	height: 100px;
}

span.cover_text {
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 4px;
	display: block;
	width: 175px;
	height: 70px;
}

div.policy_price h2 {
	font-weight: bold;
	margin-left: 5px;	
}

div.policy_price h2 a{
	text-decoration: none;	
}
a.buy_now {
	display: block;
	width: 140px;
	height: 12px;
	margin-top: 4px;
	padding-bottom: 10px;
	background-image: url(http://www.weddinginsurance.ie/images/New/buy_now.gif);
	background-repeat: no-repeat;
	clear: both;
}

a.cover_details {
	display: block;
	width: 140px;
	height: 12px;
	margin-top: 4px;
	padding-bottom: 10px;
	background-image: url(http://www.weddinginsurance.ie/images/New/cover_details.gif);
	background-repeat: no-repeat;
}

div.policy_footer {
	background-color: #e0115f;
	padding-top: 10px;
	clear: both;
	padding-left: 5px;
}

span.policy_bottom {	
	display: block;
	width: 180px;
	height: 10px;
	margin-bottom: 15px;
}

div.policy_price h1 {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

div.policy_price ul {
	margin: 0px;
	padding: 0px;
	padding-left: 20px;
	margin-top: 5px;
}

div.policy_price ul li {
	font-size: .7em;
	padding: 0px;
	color: #ffffff;
}

div.policy#right_most {
	margin-right: 0px;
}

img.stars {
	margin: 10px;
}
img.photo {
	margin: 0px;
	padding: 0px;
	border: 0px;
	margin-bottom: -3px;
}