/******************************************************************************************************************
Any Occasion - Global Stylesheet
Developed by Twobelowzero - http://www.twobelowzero.net
******************************************************************************************************************/

/******************************************************************************************************************
RESET DEFAULT BROWSER STYLES (ERIC MEYER'S LATEST USAGE)
******************************************************************************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, button,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/******************************************************************************************************************
AUTO EXPANDING FLOATS FOR COMPLIANT BROWSERS
******************************************************************************************************************/

#wrapper:after,
#banner:after,
#main:after,
#footer:after,
#footer ul:after,
form:after,
#content:after {
	content: ".";
	height:0;
	display:block;
	clear:both;
	visibility:hidden;
}

/******************************************************************************************************************
GENERAL FORMATTING OF STANDARD ELEMENTS
******************************************************************************************************************/
body {
	background:#E2E4E5 url(/themes/site_themes/anyoccasion/images/bg-body.gif) center top repeat-x;
	color:#69696C;
	font: normal 0.75em/1.3em Arial,"Helvetica Neue",Helvetica,sans-serif;
	padding:6px 20px;
}
#skipto {
	position:absolute;
	left:-999em;
}
a img {
	border:none;
}
a,a:link,a:visited {
	color:#959A9E;
	font-weight:bold;
	text-decoration:underline;
}
a:hover {
	color:#000;
}
.floatright {
	float:right;
}
.floatleft {
	float:left;
}

.picright {
	clear:right;
	float:right;
	margin:0 0 0 20px;
}
.picleft {
	clear:left;
	float:left;
	margin:0 20px 0 0;
}

.hitext,
.warning {
	color:#D4260F;
	font-weight:bold;
	line-height:normal !important;
}

.noborder {
	border:none !important;
}

.center {
	text-align:center;
}
.center-vertical {
	display: table-cell;
	vertical-align: middle;
	height:93px;
}

.clear {
	clear:both;
}

/******************************************************************************************************************
OVERALL LAYOUT RULES (One true layout, 2-1 ordering)
******************************************************************************************************************/

#wrapper {
	width:775px;
	padding:0;
	margin:0 auto;
}
#main {
	clear:both;
	background:#FFF url(/themes/site_themes/anyoccasion/images/bg-main.gif) top right repeat-y;
border:0 none;
}

#sidebar {
	float:left;
	min-height:396px;
	background: #C0C5C7 url(/themes/site_themes/anyoccasion/images/bg-right-sidebar.gif) no-repeat scroll right top
}
#sidebar {
	width:180px;
}

#content {
	float:left;
	width:752px;
	min-height:440px;
	border-right:6px solid #FFF;
	background:#FFF;
}
.col-main {
	border-right:6px solid #FFF;
	border-left:6px solid #FFF;
	background:#C0C5C7 none;
}
.page {
	width:950px;
	margin:0 auto;
	text-align:left; 
}


/******************************************************************************************************************
BANNER
******************************************************************************************************************/

#banner {
	display:block;
	position:relative;
	height:122px;
	background:#959A9E url(/themes/site_themes/anyoccasion/images/bg-banner.gif);
	border:6px solid #FFF;
	clear:both;
}
#banner h3 {
	margin:20px 10px 0;
}
#banner #logo {
	margin:6px 20px 0 0;
	right:0;
	position:absolute;
}

#nav {
	clear:both;
	list-style:none;
	position:absolute;
	bottom:0;
}
#nav li {
	float:left;
	border-right:1px solid #FFF;
}
#nav li a,
#nav li a:visited {
	display:block;
	color:#FFF;
	font-weight:bold;
	font-size:1.2em;
	line-height:1;
	padding:5px 10px;
	text-decoration:none;
}
#nav li.selected a,
#nav li.selected a:visited,
#nav li.selected a:hover,
#nav li.active a,
#nav li.active a:visited,
#nav li.active a:hover,
#nav li a:hover {
	display:block;
/*float:left;*/
	color:#69696C;
	background:#FFF;
	text-decoration:none;
	cursor:pointer;
}
#nav li ul {
	position: absolute;
	width: 12em;
	left: -999em;
	z-index:100;
}
#nav li:hover ul,
#nav li.over ul,
#nav li.sfhover ul {
	display:block;
	clear:left;
	left: auto;
	background:#959A9E;
	list-style:none;
}
#nav li:hover li,
#nav li.over li,
#nav li.sfhover li {
	width:100%;
	border:none;
}
#nav li:hover li a,
#nav li:hover li a:visited,
#nav li.over li a,
#nav li.over li a:visited,
#nav li.sfhover li a,
#nav li.sfhover li a:visited {
	background:#959A9E;
	color:#FFF;
	padding:5px 10px;
	cursor:pointer;
}

#nav li:hover li a:hover,
#nav li.over li a:hover,
#nav li.sfhover li a:hover {
	background:#D8DADD;
	color:#959A9E;
}


#topcontrols ul {
	list-style:none;
	bottom:0;
}
#topcontrols .links li {
	float:right;
	border-left:2px solid #FFF;
}
#topcontrols #topnav-left li {
	float:left;
	border-right:2px solid #FFF;
}
#topcontrols #topnav-right li {
	float:right;
	border-left:2px solid #FFF;
}
#topcontrols li a,
#topcontrols li a:visited {
	display:block;
	color:#6f7073;
	font-weight:bold;
	font-size:1.1em;
	line-height:1;
	padding:5px 10px;
	text-decoration:none;
}
#topcontrols li.selected a,
#topcontrols li.selected a:visited,
#topcontrols li a:hover,
#topcontrols li.selected a:hover {
	display:block;
	background:#FFF;
	text-decoration:none;
	cursor:pointer;
}

/******************************************************************************************************************
GENERAL TEXT FORMATTING
******************************************************************************************************************/

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

address {
	font-style:normal;
}

#content p, #content ul, #content ol {
	margin:0.8em 0;
}

#content ul {
	list-style-type: none;
}

#content ol {

}

#content li {
	margin:0 0 0.6em 20px;
	font-size:1.2em;
}

h1,h2,h3,h4,h5,h6 {
	margin:0 0 0.8em;
	font-weight:bold;
	font-size:1.4em;
}

small,
.smaller {
	font-size:0.85em;
}

big,
bigger {
	font-size:1.4em;
}

img.block {
	display:block;
}

div.padding {
	padding:10px;
}

img.picright {
	clear:right;
	float:right;
	margin:0 0 0 20px;
}

/******************************************************************************************************************
SIDEBAR
******************************************************************************************************************/

#sidebar {
	color:#FFF;
	text-align:center;
}
#sidebar p,
#sidebar ul {
	font-size:1.1em;
	line-height:1.4em;
}
#sidebar p {
	padding:0 10px;
	margin:0.8em 0;
}
#sidebar h2 {
	margin:0.8em 0 0.8em 6px;
	text-align:center;
width:180px;
	font-weight:bold;
	font-size:1.6em;
	/*font-size:86px;*/
}
#sidebar ul {
	list-style-position:outside;
	list-style-type:disc;
	text-align:left;
	padding:0 15px 0 35px;
	margin:1.2em 0;
}

#sidebar.form p {
	padding:0 10px;
	margin:0.8em 0 0;
	font-size:1.5em;
	line-height:1.2em;
}
#sidebar form {
	border-style:none;
}
#sidebar.form form p {
	font-size:1.2em;
}
#sidebar.form legend {
	display:none;
}
#sidebar fieldset {
	padding:10px 0 5px;
	border-style:none;
}
#sidebar.form #subscribe-message {
}
#sidebar.form input {
	border:none;
	background:#FFF;
	color:#69696C;
	padding:2px 5px;
	width:150px;
}
#sidebar.form label {
	display:none;
}
#sidebar.form button {
	background:none;
	color:#FFF;
	float:right;
	margin:0 8px 0 0;
	cursor:pointer;
	font-size:1.1em;
}
#sidebar.form button:hover {
	text-decoration:underline;
}
#sidebar .divider {
	border-bottom:6px solid #FFFFFF;
	padding:0;
}

#sidebar #nav-sub {
	list-style-type:none;
	line-height:1.5em;
}
#sidebar #nav-sub a {
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
#sidebar #nav-sub a:hover {
	text-decoration:underline;
}


/******************************************************************************************************************
  NEWS
******************************************************************************************************************/
.postWrapper {
	border-top:1px solid #DDDDDD;
	padding:10px;
	clear:both;
}
#page-news #content .first {
	border-top:none;
}
.postWrapper h2 {
	float: left;
}
.postWrapper h3 {
	font-size:11px;
	font-weight:normal;
	float: right;
}
.postWrapper .postTitle a {
	text-decoration:none;
}
.postWrapper .postTitle a:hover {
	text-decoration:underline;
}
.postWrapper .postContent {
	padding:0;
	clear:both;
}
.postWrapper .postContent img {
	float:right;
	padding:0 0 10px 20px;
	display:block;
}
#content .postContent p {
	padding:0;
}

#news-article img {
	float:right;
	padding:0 0 10px 10px;
}
#news-article .date {
	color:#C5C9CB;
	font-size:1em;
	margin:0;
}

#sidebar #news {
	padding:8px 0 0;
	border-top:6px solid #FFFFFF;
}
#sidebar #news h2 {
	font-size:1.2em;
	font-weight:bold;
	padding:0 15px 0 20px;
	margin:0.4em 0 0;
}
#sidebar #news p {
	font-size:1.1em;
	padding:5px 10px 0;
	margin:0 0 0.4em;
}
#sidebar #news a {
	font-size:1.1em;
	padding:0 10px 0 10px;
	float:right;
	color:#FFF;
	font-weight:normal;
	text-decoration:none;
	margin:0 0 0.4em;
}
#sidebar #news a:hover {
	text-decoration:underline;
}


/******************************************************************************************************************
  VIP CLUB
******************************************************************************************************************/
#page-vipclub #content fieldset {
	padding:10px 40px;
}
#page-vipclub #content form input {
	width:200px;
}
#page-vipclub #content form button {
	width:50px;
	float:right;
	margin-right:10px;
	margin:5px 15px 0 0;
	text-decoration:none;
	background-color:transparent;
	cursor:pointer;
}
#page-vipclub #content form button:hover {
	text-decoration:underline;
}


/******************************************************************************************************************
  FOOTER
******************************************************************************************************************/

#footer {
	clear:both;
	color:#FFF;
	background:#969DA1 url(/themes/site_themes/anyoccasion/images/bg-footer.gif) top right repeat-y;
	border:6px solid #FFF;
	min-height:100px;
}
#footer ul {
	clear:both;
	float:left;
}
#footer ul li {
	float:left;
	border-right:1px solid #FFF;
	list-style:none;
}
#footer ul li.last {
	border-right:none;
}
#footer ul li address,
#footer ul li a,
#footer ul li a:visited {
	display:block;
	color:#FFF;
	font-weight:normal;
	font-size:1.2em;
	line-height:1;
	padding:5px 10px;
	text-decoration:none;
}
#footer ul li.selected a,
#footer ul li.selected a:visited,
#footer ul li a:hover {
	display:block;
	color:#69696C;
	background:#FFF;
	text-decoration:none;
}
#footer p {
	clear:both;
	padding:0 10px;
	margin:30px 0 0 0;
	font-size:1.4em;
	line-height:normal;
	font-weight:normal;
}
#footer p.copyright,
#footer p.credit {
	margin:0;
	padding:50px 10px 5px;
	font-size:1.1em;
	color: #c5c9cb;
}
#footer p.copyright {
	float:left;
	width:300px;	/*   Mainly for IE6   */
}
#footer p.credit {
	clear:none;
	float:right;
	text-align:right;
	padding-right:200px;
	width:400px;
}
#footer p.copyright a,
#footer p.copyright a:visited,
#footer p.credit a,
#footer p.credit a:visited {
	color: #c5c9cb;
	font-weight:normal;
	text-decoration:none;
}
#footer p.copyright a:hover,
#footer p.credit a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

/******************************************************************************************************************
PRODUCTS THUMBNAILS
******************************************************************************************************************/

#thumbs {
	background:#C0C5C7 url(/themes/site_themes/anyoccasion/images/bg-right-sidebar.gif) top right no-repeat;
	min-height:683px;
	float:right;
	width:165px;
	padding:15px 0 15px 15px;
}
#thumbs #slidearea {
	overflow:hidden;
	position:relative;
	margin-bottom:10px;
	height:536px;
}
#thumbs ul {
	padding:0;
	margin:0;
	list-style:none;
}
#thumbs li {
	padding:0;
	float:left;
	margin:0 15px 15px 0;
	vertical-align:top;
	line-height:normal;
	height:1%;
}
#thumbs .odd {
	clear:left;
}
#thumbs #slider {
	position:absolute;
	top:0;
	width:165px;
}
#thumbs #slider img {
	padding:2px;
	background:#C0C5C7;
	margin:0 15px 10px 0;
	cursor:pointer;
}
#thumbs #slider img:hover {
	background:#FFF;
}
#thumbs #thumbs-prev,
#thumbs #thumbs-next {
	background-color:transparent;
	cursor:pointer;
	padding:0 0 15px;
	width:61px;
	height:30px;
}
#thumbs #thumbs-prev {
	clear:both;
	float:left;
	width:62px;
	background:url(/themes/site_themes/anyoccasion/images/prevbutn.png) center center no-repeat;
}
#thumbs #thumbs-prev.disabled {
	background:url(/themes/site_themes/anyoccasion/images/prevbutn-dim.png) center center no-repeat;
}
#thumbs #thumbs-prev:hover {
}
#thumbs #thumbs-next {
	float:right;
	width:70px;
	margin:0 15px 0 0;
	background:url(/themes/site_themes/anyoccasion/images/nextbutn.png) center center no-repeat;
}
#thumbs #thumbs-next.disabled {
	background:url(/themes/site_themes/anyoccasion/images/nextbutn-dim.png) center center no-repeat;
}
#thumbs #thumbs-next:hover {
}

#slideshow-info #enlargement {
	position:relative;
}
#slideshow-info #enlargement #image img {
	position:absolute;
}
#slideshow-info #enlargement #imgprev,
#slideshow-info #enlargement #imgnext {
	position:absolute;
	width:20%;
	height:350px;
	cursor:pointer;
	z-index:3;
	opacity:.0;
	filter:alpha(opacity=0);
}
#slideshow-info #enlargement #imgprev {
	left:0;
	background:url(/themes/site_themes/anyoccasion/images/image-left.gif) left center no-repeat;
}
#slideshow-info #enlargement #imgnext {
	right:0;
	background:url(/themes/site_themes/anyoccasion/images/image-right.gif) right center no-repeat;
}

#slideshow-info #enlargement #information {
	position:absolute;
	overflow:hidden;
	height:0;
	width:475px;
	background:#000;
	color:#fff; 
	z-index:1;
	opacity:.6;
	filter:alpha(opacity=60);
}
#slideshow-info #enlargement #information h3 {
	margin:15px 0 15px 10px;
	float:left;
}
#slideshow-info #enlargement #information em {
	font-weight:normal;
}
#slideshow-info #enlargement #information .price {
	margin:15px 10px 15px 0;
	font-size:1.4em;
	font-weight:normal;
	float:right;
}
#slideshow-info #enlargement #information .original-price {
	text-decoration:line-through;
	float:left;
	padding:0 10px 0 0;
	opacity:.7;
	filter:alpha(opacity=70);
}
#slideshow-info #enlargement #information .description {
	clear:both;
	width:100%;
}

#content ul#slideshow {
	margin:0;
}
#slideshow li {
	float:left;
}
#slideshow li span {
	display:none;
}


/******************************************************************************************************************
PRODUCTS
******************************************************************************************************************/

#products #enlargement {
	float:left;
	border-right:6px solid #FFF;
	width:475px;
}

#products #content {
	border-right:none;
	width:661px;
	border-left:6px solid #FFF;
}

#products #sidebar {
	border-left:none;
	width:271px;
	min-height:713px;
	text-align:center;
	background: #C0C5C7 url(/themes/site_themes/anyoccasion/images/bg-left-sidebar.gif) no-repeat scroll left top
}
#products #sidebar p {
	text-align:left;
}
#products #sidebar h1 {
	position:absolute;
	width:250px;
	margin:10px 0;
	/*height:50px;*/
	text-align:center;
}
#products #sidebar .h1-space {
	height:70px;
}

#products .product-details {
	position:absolute;
	color:#444;
	text-align:left;
	width:475px;
	padding:0;
	background:transparent url(/themes/site_themes/anyoccasion/images/bg-product-details.png) top left repeat;
}
#products .product-details h2 {
	font-size:1.2em;
	float:left;
	margin:10px 15px 5px;
}
#products .product-details h2 span {
	font-weight:normal;
}
#products .product-details p {
	margin:11px 0 5px;
}
#products .product-details .price-box {
	float:right;
	font-size:1em;
	margin:10px 15px 5px;
}
#products .product-details .price-box p {
	margin:0;
}
#products .product-details .price-box .old-price {
	text-decoration:line-through;
	float:left;
	padding:0 10px 0 0;
}
#products .product-details .price-box .special-price,
#products .product-details .price-box .regular-price {
	font-weight:bold;
	float:left;
}
#products .product-details .product-controls {
	clear:both;
	float:right;
	margin-bottom:10px;
}
#products .product-details .sizes,
#products .product-details .colour {
	float:left;
	margin:0 10px 0 0;
}

#products .product-details #product-links {
	float:left;
}
#products .product-details .product-controls button {
	margin:0 15px 5px 0;
	float:right;
}
#products .product-details .product-controls .add-to-links {
	margin:0 15px 10px 0;
	float:right;
	clear:both;
	/*color:#69696C;*/
	color:#444;
	font-weight:normal;
	text-decoration:none;
}
#products .product-details .product-controls a:hover {
	text-decoration:underline;
}


/******************************************************************************************************************
GOOGLE MAP
******************************************************************************************************************/

#map {
	width:752px;
	height:340px;
	padding:0;
	border:none;
	display:block;
}


/******************************************************************************************************************
HOMEPAGE
******************************************************************************************************************/
#homepage #content {
	min-height:396px;
}
#content .lead-in {
	margin:0 0 10px;
}
#content .lead-in p,
#content .lead-in ul {
	font-size:1.3em;
	line-height:1.4em;
	clear:both;
	display:block;
}
#homepage #content .lead-in li {
	width:200px;
	float:left;
	background:transparent url(/themes/site_themes/anyoccasion/images/bullet.gif) no-repeat scroll left 4px;
	padding: 0 0 0 25px;
}
#slideshow-frame {
	height:500px;
	padding:0;
	overflow:hidden;
}
#slideshow-frame #slideshow-right {
	margin-left:379px;
}



/******************************************************************************************************************
CONTENT PAGES
******************************************************************************************************************/
#content h1 {
	width:405px;
	margin:0;
	text-align:center;
}
#page-visit-us #content h1,
#page-search #content h1 {
	width:752px;
}
#page-services #content h1,
#page-who-we-are #content h1 {
	width:449px;
}
#content .h1-space {
	height: 50px;
}
#content p {
	padding:0 10px;
	line-height:1.34em;
	font-size:1.2em;
}
#page-services #content {
	min-height:390px;
}
.advert {
	clear:both;
	margin-top:15px;
}
#content .advert img {
	float:right;
	margin-top:0.8em;
}


/******************************************************************************************************************
CONTACT US PAGE
******************************************************************************************************************/

#page-contact #content h1 {
	width:752px;
}
#page-contact #content #form-intro {
	margin: 50px 20px 10px;
}
#page-contact #content #contactForm {
	display:block;
	margin: 0 20px 20px;
	width:420px;
	float: left;
}
#page-contact #content #contactForm li {
	margin: 0 0 0.5em 10px;
}
#page-contact #content #contactForm textarea,
#page-contact #content #contactForm input {
	width: 400px;
}
#page-contact #content #contactForm textarea:focus,
#page-contact #content #contactForm input:focus {
	background-color:#FAFAFA;
}
#page-contact #content #contactForm p.required {
	margin:0;
	float: left;
}
#page-contact #content #contactForm button {
	border:2px outset;
	float:right;
	margin:0 4px 0 0;
	padding:3px 15px;
}
#page-contact #content #contact-details {
	float:left;
	margin:12px 0 0;
}
#page-contact #content #contact-details a {
	color:#69696C;
	text-decoration:none;
	font-weight:normal;
}
#page-contact #content #contact-details a:hover {
	text-decoration:underline;
}
#slideshow-holder {
}


/******************************************************************************************************************
PROMWEAR OVERRIDES
******************************************************************************************************************/
#page-promwear #main {
	background:#FFF none no-repeat scroll 0 0;
}
#page-promwear .col-main {
	clear:both;
}
#page-promwear #sidebar {
	background:#F7CFCB url(/themes/site_themes/anyoccasion/images/bg-left-sidebar-prom.gif) top left no-repeat;
	color:#69696C;
}
#page-promwear #thumbs {
	background:#F7CFCB url(/themes/site_themes/anyoccasion/images/bg-right-sidebar-prom.gif) top right no-repeat;
	min-height:810px;
}
#page-promwear #thumbs li div {
	height:79px;
}
#page-promwear #thumbs img {
	background-color:#E599A0;
}
#page-promwear #thumbs a:hover img {
	background-color:#FFF;
}

#page-promwear #footer {
	background:#969DA1 url(/themes/site_themes/anyoccasion/images/bg-pinkfoot.gif) top right repeat-y;
}
#page-promwear #thumbs #thumbs-prev,
#page-promwear #thumbs #thumbs-next {
	background-color: transparent;
}

/******************************************************************************************************************
BRIDESMAIDS OVERRIDES
******************************************************************************************************************/


#page-richarddesigns #thumbs li div {
	height:64px;
}
#page-richarddesignsfascinators #thumbs li div {
	height:83px;
}


/******************************************************************************************************************
BRIDAL OVERRIDES
******************************************************************************************************************/
#page-bridal #sidebar #nav-sub a {
	color:#69696C;
}
#page-bridal #main {
	background:#FFF none no-repeat scroll 0 0;
}
#page-bridal .col-main {
	clear:both;
}
#page-bridal #sidebar {
	background:#f3e5d5 url(/themes/site_themes/anyoccasion/images/bg-left-sidebar-bridal.gif) top left no-repeat;
	color:#69696C;
	width:457px;
}
#page-bridal #sidebar h1 {
	width:457px;
}
#page-bridal #content {
	width:475px;
}
#page-bridal #enlargement {
	border-right:thin none;
}
#page-bridal #thumbs {
	background: transparent none repeat scroll 0 0;
	min-height:100px;
	float:left;
	width:442px;
	padding:15px 0 0 15px;
}
#page-bridal #thumbs .odd {
	clear:none;
}
#page-bridal #thumbs img {
	background:#FFF none repeat scroll 0 0;
}
#page-bridal #thumbs img:hover {
	background-color:#959A9E;
}
#page-bridal #footer {
	background:#969DA1 url(/themes/site_themes/anyoccasion/images/bg-footer-bridal.gif) top right repeat-y;
}
#page-bridal #sidebar #thumbs ul {
	list-style:none;
	padding:0;
	margin:0;
}
#page-bridal #thumbs #slidearea {
	height:300px;
}
#page-bridal #thumbs #slider {
	width:442px;
}


/******************************************************************************************************************
SEARCH
******************************************************************************************************************/
#page-search #results li {
	margin:0 27px 10px 10px;
	width:150px;
	float:left;
}
	#page-search #results li.first {
		clear:both;
	}
#page-search #results h2 {
	font-size:1em;
	margin:0 0 0.4em;
}
#page-search #results a {
	text-decoration:none;
}
#page-search #results p {
	font-size:100%;
	padding:0;
	margin:0 0 0.4em;
}
#page-search #results .original-price {
	text-decoration:line-through;
	float:left;
	padding:0 10px 0 0;
	opacity:.5;
	filter:alpha(opacity=50);
}


/******************************************************************************************************************
PAGINATION
******************************************************************************************************************/
#pagination {
	clear:both;
	display:block;
	text-align:center;
	margin:5px 0 10px;
}
#pagination ul {
	margin:0 auto;
}
#pagination li {
	display:inline;
	margin-left:10px;
}
#pagination li.linkprevious {
	margin:0;
}
#pagination li.current {
	font-weight:bold;
	color:#888;
	padding:5px;
}
#pagination p {
	font-size:100%;
	color:#C5C9CB;
	margin:0;
	display:inline;
	padding:5px;
}
#pagination a {
	font-weight:normal;
	padding:5px;
}


/******************************************************************************************************************
SITEMAP
******************************************************************************************************************/
#page-sitemap h1 {
	position:absolute;
	width:746px;
}
#page-sitemap #content {
	padding:60px 0 0;
	z-index:1;
}
#page-sitemap #content p {
	padding:0 20px;
}
#page-sitemap #content a {
	color:#69696C;
	text-decoration:none;
}
#page-sitemap #content a:hover {
	text-decoration:underline;
}
#page-sitemap #content .alternative {
	margin:0 15px;
	padding:0;
	float:right;
}
#page-sitemap #content .links {
	clear:right;
	float:right;
	margin:3px 15px;
}
#page-sitemap #content .pager {
	margin:5px 0 0;
}
#page-sitemap #content .pager .pages {
	margin:10px 135px 0;
}
#page-sitemap #content .pager .pages li {
	margin:0 0 0.6em 15px;
}


/******************************************************************************************************************
SIFR - Text Replacement: do not modify
******************************************************************************************************************/
.sIFR-flash {
	visibility: visible !important;
}
.sIFR-replaced {
	visibility: visible !important;
	height:50px;
}
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
.sIFR-hasFlash h1 {
	visibility: hidden;
	height:100px;
}
