/* CSS Document */

body

	{

	background-color: #999999;
	
	margin: 0;	/* set both padding and margin to cope with browser differences */
	padding: 0;
	font: normal normal normal 12px Arial, Geneva, sans-serif; 
	margin-left: 5px;
	color: black;
	
	}
	
	
.NS6

	{
		
	clear: both;
			
	}


h1

	{

	font: normal  normal bold 13px Arial, Geneva, sans-serif; 
	color: white;
	padding-left:5px;
	padding-top: 5px;
	text-align: center;
	/*border: 1px solid red;*/
	}
	
	
h2

	{

	
	font: normal normal bold 12px Arial, Geneva, sans-serif; 
	color: black;
	text-align: left;
	padding: 0;
	margin: 0;
	/*border: 1px solid blue;*/
	
	}

h3

	{

	font: normal  normal bold 16px Arial, Geneva, sans-serif; 
	color: black;
	background-color: white;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-left: 5px;

	/*border: 1px solid red;*/
	}


img

	{

	border: 0;

	}



p

	{
	
	padding: 0;	/* set both padding and margin to cope with browser differences */
	margin: 0;
	font: normal normal normal 12px Arial, Geneva, sans-serif;

	/*border: 1px solid blue;*/
	}



#shell /* the shell is set with auto left and right margins to centre the div on the screen */

	{
	
	width: 752px;
	padding: 5px 0;	
	margin-left:   auto;
	margin-right:   auto;
	margin-top: 0;
	padding-top: 0;
	/*border: 1px solid green;*/
	
	}

	
#logo	/* the logo is embedded into the html code and is set as a background */
	

	{ 
		
	background-repeat: no-repeat;
	background-position: top left;
	background-color: black;
	background-image: url(images/topback.jpg);
	padding: 0;
	height: 107px;
	/*border: 1px solid blue;*/
	position: relative;
	top: 0px;
	border-bottom: 2px solid #D02329;
	
	}	
	

#negative

	{
		
	position: absolute;
	top: -5px;
	z-index: 2;	
	width: 189px;
		
	}
	

#textLogo

	{
	
	position: absolute;
	width: 455px;
	/*border: 1px solid yellow;*/	
	left: 290px;
	top: -29px;
	z-index: 2;

	}	
	
	
	
#wrapper	/* the wrapper uses the shell div as its reference, wrapper holds the menu and maincontent divs */

			/* all other divs except the footer use the wrapper as a ref, all other divs use a relative position */
	{

	width:752px;
	margin: 0;
	padding: 0;
	background-color: black;
	color: #000000;
	position: relative;
	/*border: 1px solid #335C85;*/
	background-image: url(images/red_stripe.gif);
	background-repeat: repeat-y;
	
	
	}
	
	
#menu

	{
		
	position: relative;
	width: 130px;
	float: left;
	margin-left: 2px;
	margin-top: 0px;
	/*border: 1px solid blue;*/
		
	}	

	
		





#date

	{

	
	font: normal normal bold 10px Arial, Geneva, sans-serif;
	color: #999999;

	background-color: black;
	text-align: center;
	padding-left: 5px;
	margin-bottom: 20px;

	}








#mainnav	/* browser adds a 50 pixel border to a UL element - set both padding and margin to zero */
	
	{
	
	
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 25px;
	/*border: 1px solid yellow;*/
	color: white;
	background-color: black;
	}


#mainnav li

	{
	clear: both;
	position: relative;

	padding: 1px 0px;	
	color: white;		
	width: 100%; /* IE doesn't display each list with background colour when display is set, also adds bottom margin - set width to eliminate */
	background-color: black;
	width: 100%; /* IE doesn't display each list with background colour when display is set, also adds bottom margin - set width to eliminate */
	background-image: url(images/menu_stripe.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	
	}

#mainnav li a


	{

	display: block;
	font: normal normal normal 11px Arial, Geneva, sans-serif;
	padding: 10px 0 10px 18px;
	text-align: left;
	color: #999999;
	background-color: black;
	text-decoration: none; 
	text-transform: capitalize;

	/*border-bottom: 1px solid #999999;*/

	}



#mainnav li a:hover


	{

	text-decoration: none;
	background-image: url(images/blue_indicator.gif);
	background-repeat: no-repeat;
	background-position: left;
	
	}







#mainnav ul.subnav

	{

	padding: 0;
	margin: 0;
	list-style: none;
	width: 100%;

	
	}
	
	
#mainnav ul.subnav li

	{
		
	position: relative;
	float: right;
	width: 100px;
	border-bottom: 0;
	background-image: none;
	margin-bottom: 5px;
	/*border: 1px solid white;*/
	
	}

	


#mainnav ul.subnav li a

	{
		
	font: normal normal normal 11px Arial, Geneva, sans-serif;
	display: inline;
	color: #999999;
	/*background-color: white;*/
	padding: 0 10px 1px 18px;
	text-align: left;
	text-decoration: none;
	margin-bottom: 2px;
	/*border: 1px solid yellow;*/

	}


#mainnav ul.subnav li a:hover

	{
	background-image: url(images/blue_indicator.gif);
	background-repeat: no-repeat;
	background-position: left;

	text-decoration: underline;	

	}

	
#spacer

	{
		
	position: relative;
	background-color: black;
	border: 0px;
	padding: 0;
	margin: 0;
	background-image: url(images/red_stripe.gif);
	background-repeat: repeat-y;	
	
	}
	
	

#contentmain

	{
	
	float: right;
	position: relative;
	top: 0px;
	color: #CCCCCC;
	background-color: #333333;
	width: 580px;
	/*border-left: 1px solid #335C85;*/
	/*border-bottom: 1px solid #335C85;*/
	padding-left: 5px;
	min-height: 350px;
	/*border: 1px solid red;*/
	margin-right: 3px;
	
	}

	
	
#bride

	{
		
	float: right;
	position: relative;
	top: -70px;
	border: 2px solid #B3B3B3;	
	margin-right: 3px;
	margin-left: 10px;
	margin-bottom: -80px;
	
	}	
	
	
	
#mainImage

	{
		
	float: right;
	position: relative;
	top: -30px;
	border: 2px solid #B3B3B3;	
	margin-right: 3px;
	margin-left: 10px;
	
	}
	
#contentmain p

	{
		line-height: 1.8em;
		text-align: justify;
		padding: 5px;

	}



#miniImage

	{
		
	border: 1px solid #B3B3B3;	
	margin-left: 10px;
	}	
	

	


#footer

	{

	clear: right;
	width: 100%;
	color: black;	
	background-color: #999999;
	position: relative;
	top: 0px;
	border-top: 1px solid #D02329;
	padding: 3px 0 3px 0;

	}

	
#footer p

	{
		
	font-size: .9em;	
	color: black;

	}	
	
	

#footer p a

	{

	text-decoration: none;
	color: black;

	}


#footer p a:hover

	{

	text-decoration: underline;

	}
	
	
a

	{
		
	text-decoration: none;
	color: white;
	background-color: transparent;
	
	}	
	
	
a:hover

	{
		
	text-decoration: underline;
	
		
	}





.alert

	{

	color: red;
	font: normal normal bold 11px Arial, Geneva, sans-serif; 
	padding: 5px;
	text-align: left;
	margin: 0 10px;

	}


.divider

	{
	
	line-height: 1px;
	padding-left: 30%;
	padding-right: 30%;
	border-bottom: 1px solid #CCCCCC;
	
	}


	
.sitelink a

	{
		
	color: black;
	background-color: transparent;
	padding: 2px 5px;
	text-decoration: none;	
		
	}

.sitelink a:hover

	{
		
	text-decoration: underline;	
		
	}
	
	

	
	

	
	
ul#thumbnails

	{
		
	margin: 0;
	padding: 0;
	list-style: none;
	/*border: 1px solid purple;*/
	width: 580px;
		
	}
	
	
ul#thumbnails li

	{
		
	float: left;

	padding-right: 15px;	
		
	}
	
	
p.row

	{
	
	clear: both;
	
	/*border: 1px solid yellow;*/
	line-height: 3em;
	text-align: center;
	color: black;	
	background-color: transparent;
	font: normal normal normal 12px Arial, Geneva, sans-serif;
	
	}


p.row span.align

	{

	
	/*border: 1px solid red;*/
	padding: 0 20px;
	

	}
	
#loginForm

	{
		
	border: 0px;
		
	}
	
ul#adImages

	{
	
	
	margin: 0px;
	padding: 0px;
	list-style: none;
	padding-left:10px;
	/*border: 1px solid white;*/
	position: relative;
	}
	
	
ul#adImages li

	{
	margin: 0 15px;
	display: inline;
	}
	
ul#adImages li a img

	{
		
	border: 0;	
		
	}
	
	
ul#portfolioImages

	{
	
	
	margin: 5px 0px;
	padding: 0px;
	list-style: none;
	padding-left:0px;
	/*border: 1px solid white;*/
	position: relative;
	}
	
	
ul#portfolioImages li

	{
	margin: 1px 1px;
	display: inline;
	}
	
ul#portfolioImages li a img

	{
		
	border: 0;	
		
	}
	
	
	
#portfolioList	/* browser adds a 50 pixel border to a UL element - set both padding and margin to zero */
	
	{
	
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
	border-left: 1px solid #D02329;
	border-bottom: 1px solid #D02329;
	margin-left: 15px;
	color: white;
	background-color: black;
	width: 50%;
	}


#portfolioList li

	{
	clear: both;
	padding: 1px 0px;	
	color: white;		
	width: 100%; /* IE doesn't display each list with background colour when display is set, also adds bottom margin - set width to eliminate */
	background-color: black;
	height: 30px;
	width: 100%; /* IE doesn't display each list with background colour when display is set, also adds bottom margin - set width to eliminate */
	
	}

#portfolioList li a


	{

	display: block;
	font: normal normal normal 11px Arial, Geneva, sans-serif;
	padding: 7px 0 6px 18px;
	text-align: left;
	color: #999999;
	background-color: black;
	text-decoration: none; 
	text-transform: capitalize;
	background-image: url(images/blue_indicator.gif);
	background-repeat: no-repeat;
	background-position: left;
	/*border-bottom: 1px solid #999999;*/

	}

#portfolioList li a:hover

	{
		
	text-decoration: underline;	
		
	}
	
.boldHeading

	{
		
	font-weight: bold;
	font-size: 1.3em;
	color: #CCCCCC;	
		
	}
	

.highlight

	{
		
	font-weight: bold;
	color: white;	
		
	}
	
	
#contactDetails

	{
		
	float:right;
	color:black;
	background-color:white;
	font-size: .9em;	
	padding: 5px 10px;
	margin-left: 10px;
	border-left: 1px solid red;
	border-bottom: 1px solid red;	
	
	}
