@charset "utf-8";

/***************************************************/
/***** CSS Document for North Ayrshire Shooting ****/    
/******* Created by The Zen Agency, Glasgow ********/
/***** Copyright The Zen Agency, Glasgow 2009 ******/
/***************************************************/


/***********************************************************************************************/
/* GLOBAL SETTINGS */
/***********************************************************************************************/

* {
	margin: 0;
	padding: 0;
	border: 0;
	}

/***********************************************************************************************/
/* GENERAL STYLES */
/***********************************************************************************************/

html {
	height: 100%;
	background: url(../images/main_bg.jpg) center top repeat-y;
	text-align: center;
	}

body {
	background: url(../images/body_bg.gif) center top no-repeat;
	min-width: 970px;
	line-height: 130%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

.clear {
	clear: both;
	width: 100%;
	height: 1px;
	overflow: hidden;
	}

.full_width {
	float: left;
	display: inline;
	width: 100%;
	}

.btm_space {
	margin-bottom: 20px;
	}

.fill_size { /* fills size of container for absolute positioning */
	position: relative;
	width: 100%;
	height: 100%;
	}

/***********************************************************************************************/
/* GENERAL TEXT STYLES */
/***********************************************************************************************/

h1, h2, h3, h4, h5, h6, p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #048A9F;
	margin: 0 0 10px 0;
	}

h1 {font-size: 190%;}
	
h2 {font-size: 170%;}
	
h3 {font-size: 150%;}
	
h4 {font-size: 130%;}
	
h5 {font-size: 120%;}
	
h6 {font-size: 110%;}
	
p {font-size: 100%;
	color: #333333;}

/***********************************************************************************************/
/* MAIN CONTAINER STYLES */
/***********************************************************************************************/

.container {
	margin: 0 auto;
	width: 970px;
	text-align: left;
	padding: 15px 0 0 0;
	}

.main_content {
	float: left;
	display: inline;
	width: 693px;
	}

/***********************************************************************************************/
/* HEADER STYLES */
/***********************************************************************************************/

.header {
	float: left;
	display: inline;
	width: 100%;
	margin: 0 0 20px 0;
	}

.logo {
	float: left;
	display: inline;
	width: 400px;
	}

.header_right {
	float: right;
	display: inline;
	width: 221px;
	text-transform: uppercase;
	}

.header_right ul {
	float: left;
	display: inline;
	list-style-type: none;
	text-align: right;
	font-size: 80%;
	width: 100%;
	font-weight: bold;
	margin: 0 0 20px 0;
	}

.header_right ul li {
	float: left;
	display: inline;
	width: 100%;
	}

.header_right ul li a {
	float: right;
	display: inline;
	color: #ffffff;
	background:  url(../images/blue_trans_bg.png) top left repeat;
	padding: 2px 5px;
	margin: 0 0 2px 0;
	text-decoration: none;
	}

.header_right ul li a:hover {
	color: #E0FBFE;
	}

/* Signup form *****************/

.signup {
	float: left;
	display: inline;
	width: 126px;
	color: #bbbbbb;
	font-size: 100%;
	margin: 0 3px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #cccccc;
	padding: 2px 0 1px 0;
	}

.signup_btn {
	float: left;
	display: inline;
	width: 90px;
	height: 20px;
	color: #ffffff;
	font-size: 85%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	background: #025B68 url(../images/btn_bg.jpg) left top repeat-x;
	border: 1px solid #cccccc;
	}
/**************************/


/***********************************************************************************************/
/* MAIN CONTENT STYLES */
/***********************************************************************************************/

.main_text {
	float: left;
	display: inline;
	width: 649px;
	margin: 0 0 20px 10px;
	border: 2px solid #E7F4F5;
	padding: 15px;
	background: url(../images/white_trans_bg.png) left top repeat;
	}

.main_text a {
	color: #048A9F;
	text-decoration: none;
	}

.main_text a:hover {
	color: #05B0C9;
	}

.main_text ul {
	list-style-type: disc;
	padding: 0 0 0 30px;
	margin: 0 0 10px 0;
	}

.main_text ol {
	list-style-type: decimal;
	padding: 0 0 0 30px;
	margin: 0 0 10px 0;
	}

.main_text img{
	border: solid 3px #000000;
	float:right;
	margin: 0 0 10px 10px;
	max-width: 280px;
	}	
/***********************************************************************************************/
/* SUB PAGES STYLES */
/***********************************************************************************************/

.sub_page { /* really wide box that holds sub box info as well as accompanying descriptor */
	float: left;
	display: inline;
	width: 683px;
	background: url(../images/blue_mesh_trans_bg.png) left top repeat;
	margin: 0 0 10px 10px;
	}

.sub_page_text {
	float: left;
	display: inline;
	width: 442px;
	height: 147px;
	overflow: hidden;
	padding: 10px 0;
	color: #ffffff;
	}

.sub_page_text p {
	color: #ffffff;
	}

.bob_pic {
	position: absolute;
	top: -16px;
	}

.bob_box,
.sub_box,
.sub_box2 { /* used alone as sub boxes */
	float: left;
	display: inline;
	width: 215px;
	height: 161px;
	border: 3px #1B252B solid;
	background: url(../images/blue_mesh_trans_bg.png) left top repeat;
	margin: 0 0 10px 10px;
	}
.sub_box { /* used for all sub boxes exept bob_box which is different */
	overflow: hidden;
	}
.sub_box2 { /* these sub boxes are accompanied by text in full width sub page links */
	margin: 0 10px 0 0;
	}
.sub_box_standard { /* overrides (when added to class list) settings for sub_box with image. Used for boxes without image */
	width: 203px;
	height: 149px;
	padding: 6px;
	}

.sub_box h1, /* used alone as sub boxes */
.sub_box h2,
.sub_box h3,
.sub_box h4,
.sub_box h5,
.sub_box h6,
.sub_box p {
	color: #ffffff;
	}

.sub_box a,
.sub_box_wide_text a {
	color: #ffff66;
	text-decoration: none;
	font-weight: bold;
	}
.sub_box a:hover,
.sub_box_wide_text a:hover {
	color: #E0FBFE;
	}

.sub_box_pic {
	position: relative;
	width: 215px;
	height: 161px;
	overflow: hidden;
	}

.sub_box_pic img {
	min-width: 215px;
	min-height: 161px;
	}

.sub_box_heading {
	position: absolute;
	bottom: 0;
	padding: 5px 7px 2px 5px;
	background: #1B252B;
	z-index: 100;
	font-size: 120%;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;	
	}

.sub_box_heading img{
	height: auto;
	width: auto;	
	}

.sub_box_heading a,
.sub_page_text a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	}

.sub_box_heading a:hover,
.sub_page_text a:hover {
	color: #FFFF66;
	}

.sub_box_wide {
	float: left;
	display: inline;
	width: 446px;
	height: 161px;
	overflow: hidden;
	border: 3px #1B252B solid;
	background: url(../images/blue_mesh_trans_bg.png) left top repeat;
	margin: 0 0 10px 10px;
	}

.sub_box_wide_pic {
	float: right;
	display: inline;
	width: 215px;
	height: 161px;
	overflow: hidden;
	}
	
.sub_box_wide_text {
	float: left;
	display: inline;
	width: 215px;
	padding: 5px 5px 0 5px;
	height: 151px;
	overflow: hidden;
	color: #ffffff;
	}

.sub_box_wide_heading {
	float: left;
	display: inline;
	width: 100%;
	font-size: 120%;
	padding: 0 0 10px 0;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;	
	}

.sub_box_wide_heading a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	}

.sub_box_wide_heading a:hover {
	color: #FFFF66;
	}

.sub_box_wide_text p {
	color: #ffffff;
	}

.sub_box_wide_pic img {
	float: right;
	display: inline;
	}

.shop_home_price {
	position: absolute;
	bottom: 0;
	padding: 5px;
	width: 205px;
	background: url(../images/grey_trans_bg.png) left top repeat;
	z-index: 100;
	font-size: 120%;
	font-weight: bold;
	color: #ffffff;
	}

.shop_home_price a {
	text-decoration: none;
	color: #ffffff;
	}

.shop_home_price a:hover {
	color: #ffff66;
	}

.shop_home_price p{
	margin: 0;
	font-weight: bold;
	color: #ffffff;
	}

/***********************************************************************************************/
/* SIDE COLUMN STYLES */
/***********************************************************************************************/

.side_column h1, /* overides default colour settings */
.side_column h2,
.side_column h3,
.side_column h4,
.side_column h5,
.side_column h6,
.side_column p {
	color: #ffffff;
	}

.side_column {
	float: right;
	display: inline;
	margin: 0 10px 0 0;
	width: 221px;
	}

/* Main Navigation Styles*/
.nav {
	float: left;
	display: inline;
	list-style-type: none;
	width: 100%;
	font-size: 120%;
	font-weight: bold;
	padding: 0 0 25px 0;
	margin: 0 0 20px 0;
	text-transform: uppercase;
	background: url(../images/grey_trans_bg.png) bottom left repeat-x;
	}

.nav li {
	float: left;
	display: inline;
	width: 100%;
	margin: 0 0 2px 0;
	}

.nav li a {
	float: left;
	display: inline;
	color: #FFFF66;
	font-weight: bold;
	background: url(../images/grey_trans_bg.png) left top repeat;
	padding: 4px 5px;
	text-decoration: none;
	}

.nav li a:hover {
	color: #E0FBFE;
	}

/* News Link Styles*/
.news {
	list-style-type: square;
	padding: 0 0 0 18px;
	color: #ffff66;
	}

.news li {
	margin: 0 0 5px 0;
	}

.news li a {
	color: #ffff66;
	text-decoration: none;
	}

.news li a:hover {
	color: #E0FBFE;
	}

/* Feed icons*/
.feeder{
    padding: 25px 0 0 0;
	margin: 20px 0 0 0;
	background: url(../images/grey_trans_bg.png) top left repeat-x;
    }
    
.feeder img{
    /*width: 50px;*/
	padding: 0 0 10px 0;
    }

/***********************************************************************************************/
/* NEWS BLOG SPECIFIC STYLES */
/***********************************************************************************************/

.post_date {
	margin-bottom: 8px;
	font-weight: bold;
	color: #048a9f;
	}


/***********************************************************************************************/
/* DISCOVER NASG LINKS */
/***********************************************************************************************/

.discover_links {
	float: left;
	display: inline;
	width: 664px;
	margin: 20px 0 20px 10px;
	border: 2px solid #CCE8EA;
	padding: 15px 0 15px 15px;
	background: url(../images/lightblue_mesh_trans_bg.png) left top repeat;
	}
	
.discover_links ul li.parent a {
	padding: 0;
	background: none;
	padding: 0 0 4px 0;
	font-weight: bold;
	font-size: 110%;
	}

.discover_links ul {
	float: left;
	display: inline;
	list-style-type: none;
	width: 100px;
	height: auto !important;
	height: 90px;
	min-height: 90px;
	font-size: 80%;
	margin: 0 10px 10px 0;
	}

.discover_links ul li {
	float: left;
	display: inline;
	width: 100%;
	color: #466779;
	}

.discover_links ul li a {
	float: left;
	display: inline;
	color: #666666;
	text-decoration: none;
	color: #466779;
	padding: 0 0 0 10px;
	background:  url(../images/blue_trans_bg.png) left 5px no-repeat;
	}

.discover_links ul li a:hover {
	color: #333333;
	}

.parent{
	color: #ff0000;
	font-weight:bold;
	}
	
/***********************************************************************************************/
/* CATALOGUE PAGIN LINKS */
/***********************************************************************************************/

.catalogue_footer {
	float: left;
	display: inline;
	width: 590px;
	font-weight: bold;
	padding: 30px 10px 30px 0;
	margin: 10px 0 0 0;
	background: url(../images/top_motif.gif) center top no-repeat;
	}

.catalogue_footer_left {
	float: left;
	display: inline;
	width: 190px;
	}

.catalogue_footer_center {
	margin: 0 auto;
	width: 190px;
	text-align: center;
	color: #575435;
	}

.catalogue_footer_right {
	float: right;
	display: inline;
	width: 190px;
	text-align: right;
	}

.catalogue_footer_left a,
.catalogue_footer_right a {
	padding: 3px 10px;
	background: #D8D4B1;
	border: 1px solid #575435;
	color: #575435;
	}

.catalogue_footer_left a:hover,
.catalogue_footer_right a:hover {
	background: #D8D4B1;
	border: 1px solid #bcb693;
	color: #575435;
	}


/***********************************************************************************************/
/* CALENDAR STYLES */
/***********************************************************************************************/
.calendar{
    text-align:left;
    border: 0;
    }
    
.calendar_next_prev {
    text-decoration:underline;
	font-weight: bold;
	padding: 0 0 10px 0;
    }
       
.calendar_day_header{
    text-align:left;
    font-weight:normal;
	font-weight: bold;
	padding: 0 0 10px 0;
    }

.calendar_day{
    text-align:left;
    border: solid 1px #eaeaea;
    height:100px;
	padding: 5px;
    overflow:hidden;
	color: #172228;
    }
    
.calendar_today{
    text-align:left;
    background-color:#E0FBFE;
    border: solid 1px #E0FBFE;
    }
    
.calendar_other_month_day{
    text-align:left;
    color:#C0C0C0;
    border: 0;
    }
    

/***********************************************************************************************/
/* BASKET STYLES */
/***********************************************************************************************/

.basket {
	float: left;
	display: inline;
	width: 100%;
	background: url(../images/grey_trans_bg.png) bottom left repeat-x;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	}

.basket a img {
	float: left;
	display: inline;
	margin: 0 10px 0 0;
	}

.basket p {
	float: left;
	display: inline;
	margin: 7px 0 0 0;
	}

.basket_row {
	float: left;
	display: inline;
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #eaeaea;
	}

.basket_right {
	float: right;
	display: inline;
	width: 320px;
	}

.basket_image {
    float: left;
	display: inline;
	width: 100px;
	margin: 0 10px 0 0;
	border: 3px solid #1B252B;
    }
.basket_image img {
	width: 100px;
	margin: 0;
	border: 0;
    }

.basket_details{
	float: left;
	display: inline;
    width: 200px;
	margin: 0 10px 0 0;
    }

.basket_quantity{
    float: left;
	display: inline;
	width: 100px;
	text-align: right;
	margin: 0 10px 0 0;
    }

.basket_price{
    float: left;
	display: inline;
	width: 70px;
	margin:  0 10px 0 0;
    font-weight: bold;
    text-align: right;
    }

.basket_remove{
    float: right;
	display: inline;
	width: 30px;
    text-align: right;
    }

/***********************************************************************************************/
/* CHECKOUT FORM STYLES */
/***********************************************************************************************/

.form_row {
	float: left;
	display: inline;
	width: 415px;
	margin: 0 0 10px 0;
	}

.form_label {
	float: left;
	display: inline;
	width: 100px;
	}

.form_label p {
	font-weight: bold;
	margin-bottom: 0;
	}

.form_input input,
.form_input textarea {
	float: right;
	display: inline;
	width: 298px;
	border: 1px solid #9CBBBE;
	background: #ffffff;
	}


/***********************************************************************************************/
/* LIGHTBOX GALLERY... Lots of overrides here cancel out existing styles on ul's, ol's and img within "main_text" */
/***********************************************************************************************/

.main_text .gallery_thumbs {
	margin: 0px;
	padding: 0px;
	}

.gallery_thumbs {
	float: left;
	display: inline;
	}

.gallery_thumbs li {
	float: left;
	display: inline;
	margin: 0 10px 10px 0;
	width: 113px;
	height: 85px;
	overflow: hidden;
	background: #172228 url(../images/blue_mesh_trans_bg.png) left top repeat;
	border: solid 3px #172228;
	
	}

.gallery_thumbs li a {
	float: left;
	display: inline;
	overflow: hidden;
	
	}

.gallery_thumbs img {
	text-align: center;
	width: 150px;
	margin: 0;
	padding: 0;
	border: none;
	}


/***********************************************************************************************/
/* FOOTER STYLES */
/***********************************************************************************************/

.footer {
	float: left;
	display: inline;
	width: 664px;
	margin: 0 0 30px 10px;
	font-size: 80%;
	}

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer p {
	color: #ABC1CD;
	}

.footer a {
	text-decoration: none;
	font-weight: bold;
	color: #82A3B5;
	}

.footer a:hover {
	color: #466779;
	}


/***********************************************************************************************/
/* OVERRIDES */
/***********************************************************************************************/

.float_right {
	float: right;
	display: inline;
	}

.small_italics {
    font-size: 80%;
    font-style:oblique;
    }