/* Reset*/
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}

/* End of Reset*/

/* Box
table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: left; }
img, fieldset { border: 0; }
ol { padding-left: 1.4em; list-style: decimal; }
ul { padding-left: 1.4em; list-style:square; }
q:before, q:after { content:''; }


/* \*/
* html #tlc, * html #trc {height: 1%;}
/* */

/*#tlc, #trc { zoom: 1 }*/



#box
	{
	position: relative;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 3em;
	padding: 0;
	text-align: left;
	width:100%;				/* <-- use this to tie width to viewport size */
	width: 850px;				/* <-- use this for a set width */
	background-color: #eeeeee;
	}
 	

		
/* ---=== border code follows ===--- */
/*
	tlc = top left corner
	trc = top right corner
	blc = bottom left corner
	brc = bottom right corner
	lb = left border
	rb = right border
	tb = top border
	bb = bottom border 
*/

#tlc, #trc, #blc, #brc
	{
	background-color: transparent;
	background-repeat: no-repeat;
	}

#tlc
	{
	background-image:url(images/tlc.gif);
	background-position: 0% 0%;
	}

#trc
	{
	background-image:url(images/trc.gif);
	background-position: 100% 0%;
	}
	
#blc
	{
	background-image:url(images/blc.gif);
	background-position: 0% 100%;
	}

#brc
	{
	background-image:url(images/brc.gif);
	background-position: 100% 100%;
	}

#tb, #bb
	{
	background-color: transparent;
	background-repeat: repeat-x;
	}
			
#tb
	{
	background-image:url(images/tb.gif);
	background-position: 0% 0%;
	}

#bb
	{
	background-image:url(images/bb.gif);
	background-position: 50% 100%;
	}
	
#rb
	{
	background-image:url(images/r.gif);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	}

#lb
	{
	background-image:url(images/l.gif);
	background-position: 0% 100%;
	background-repeat: repeat-y;
	}
	
/* End of Box*/


/**********************/
/* WRAPPER */
/**********************/

#wrapper{
		margin: 0 auto;
		width:800px;
		/*border: 1px solid #000000;
		background-color:#000000;*/
		margin-top:50px;	 
		}
		
h1,h2,h3,h4,h5,h5,ol{
	margin: 0px;
	padding: 5px;
}

/*ul{
	margin:10px;
	padding:5px;
	color:#666666;
}*/




/*********************/
/* BANNER STYLES */
/*********************/

#banner {
	position: relative;
	padding-top:20px;
	left:0px;
	/*border: 1px solid black;*/
}
#bannerhead {
	    position: absolute;
	    top: 50px;
		font-size:36px;
		color:#666666;
	}
	
/*This is actually the logo*/

#banner #bird {
		position:absolute;
		left:0px;
		top:20px;
		height:48px;
}
#banner #panic {
		position:absolute;
		right:-50px;
		top:-60px;
		height:100px;
		}

#logo {
	background: url(images/Digidooi-black100h) no-repeat left top;
	height: 100px;
}

/* TOP NAV */

#topNav ul {
	position:absolute;
	left:595px;
	top:110px;
	padding: 0;
	list-style: none;
	/*background: url(images/bg_nav.png) repeat-x left top;*/
	float: left;
	/*border-bottom: 1px solid #000;*/
	width: 275px;
}

#topNav li {
	float: left;
	padding: 0;
	margin: 0;
}

#topNav li a, #mainNav li a:link {
	color: #666;
	text-decoration: none;
	padding: .25em .25em;
	/*border-right: 1px solid #000;*/
	display: block;
	font: bold 0.65em "Lucida Grande", Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
}

#topNav li a:hover {
	color:#000066;
	text-decoration:underline;
	/*background: url(images/navrollover.png);*/
}


/* NAV BAR */

#PrimaryNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	/*background: url(images/bg_nav.png) repeat-x left top;*/
	float: left;
	border-bottom: 1px solid #666;
	border-top:1px solid #666;
	width: 100%;
}

#PrimaryNav li {
	float: left;
	padding: 0;
	margin: 0;
}

#PrimaryNav li a, #mainNav li a:link {
	text-decoration: none;
	padding: .5em 1em;
	color: #666;
	/*border-right: 1px solid #000;*/
	display: block;
	font: bold 0.75em "Lucida Grande", Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
}

#PrimaryNav li a:hover {
	color:#000066;
	text-decoration:underline;
}

/* IE 6 hack to make entire button clickable */
* html #PrimaryNav a { width: 1px; }


/*********************/
/* MAIN */
/*********************/
#main {
	color:#333333;
	/*font:Georgia,"Times New Roman",Times,serif;*/
	font-family: Verdana, Arial, Helvetica, Geneva, Sans-Serif; 
	font-size:0.80em;
	margin-left:10px;
	margin-right:10px; 
	}
	
#main a:link{
	text-decoration: none;
	color:#003366;
	font-weight:normal;
}
#main a:visited{
	text-decoration: none;
	font-weight:normal;
}
#main a:hover{
	color:#000066;
	text-decoration:underline;
	font-weight:normal;
}	


.bigtext {
	color:#333333;
	font-family: Verdana, Arial, Helvetica, Geneva, Sans-Serif; 
	font-size:1.5em;
	font-weight:bold;
	margin-left:10px;
	margin-right:10px; 
}
.largetext{
	font-size:1.0em;
	font-weight:bold;
}
#main ul{
	margin:10px 0 20px 30px;
	}
#main li{
	color:#000066;
	font-size:1.0em;
	margin-bottom:8px;
	text-decoration:none;
	list-style:none;
	background-image:url(images/bullet2.png);
	background-repeat:no-repeat;
	background-position:0px;
	padding-left:20px;
	margin-bottom:10px;
	/*font-weight:bold;*/
	}
	
#main li a, #mainNav li a:link {
	text-decoration: none;
	color:#003366;
	/*font-weight:bold;*/
}

#main li a:visited {
	text-decoration:none;
	font-weight:normal;
}


#main li a:hover {
	color:#000066;
	text-decoration:underline;
	font-weight:normal;
}

a[href^='mailto:']{
	background:url(images/email.png) no-repeat left center;
	padding-left:20px;
	margin-left:10px;
	text-decoration:none;
	color: #003366;
	font-size:1.0em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	}
#main a:hover{
	color:#000066;
	text-decoration:underline;
	/*font-weight:bold;*/
}

a[href^='http://']{
	background:url(images/globe.png) no-repeat center right;
	padding-right:15px;
	}
a[href^='http://www.digidooi']{
	background:none;
	padding-right:0;
	}
.nolink a{
	background:none;
	padding-right:0;
	}
	
/*Used for telephone link*/	


h1 {
	color:#666666;
	font-size: 1.50em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.50em;
	margin-left:-5px;
}
h2 {
	color: #666666;
	font-size:1.25em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.25em;
}
h3 {
	color: #666666;
	font-size: 1.00em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.00em;
}
h4 {
	color: #003366;
	font: 1em/1.25em Verdana, Arial, Helvetica, sans-serif;
}
.section {
	display: inline;
	color: #FFFFFF;
	font-weight: normal;
}
.wrap{
		clear:both;
		width:100%;
		}

.indent{
	margin-left:10px;
	color:#333333;
	font-family: Verdana, Arial, Helvetica, Geneva, Sans-Serif; 
	font-size:1.0em;
	/*font-weight:bold;*/
	margin-left:10px;
	margin-right:10px; 
}

.centre{
	margin:0 auto;
}
p {
	color: #333;
	font-size: 1em;
	margin-left:5px;
	margin-top:0px;
	margin-bottom:10px;
	text-align:justify;
}


.floatleft {
	float: left;
	width:375px;
	/*margin-bottom:20px;*/
}
.floatleft390 {
	float: left;
	width:375px;
	margin-bottom:20px;
	margin-top:20px;
}

.floatleft390a {
	float: left;
	width:375px;
	margin-bottom:20px;
	margin-top:20px;
}

.floatleft390a p{
	/*color: #003366;*/
	color:#333333;
	font-size:1.1em;
	font-family:Georgia, "Times New Roman", Times, serif;
	/*font-family:Verdana, Arial, Helvetica, sans-serif;*/
	font-style:italic;
	font-weight:400;
	text-align:justify;
}

.floatleft300 {
	float: left;
	width:300px;
	margin-bottom:20px;
	margin-top:20px;
}

.floatleft250 {
	float: left;
	width:250px;
	margin-bottom:20px;
	margin-top:20px;
}

.floatright375 {
	float: right;
	width:375px;
	padding-top:10px;
	margin-bottom:20px;
	margin-top:20px;
}

.floatright50 {
	float: right;
	width:50px;
	margin-bottom:20px;
	margin-top:120px;
	margin-left:0;
}
.floatleft500 {
	float:left;
	width:500px;
}
.floatright {
	float:right;
	width:250px;
}
.floatrightweb {
	float:right;
	width:216;
	margin-top:50px;
}
div.container{
	overflow:hidden;
	width:100%;
	/*border-bottom:1px solid #000;*/
	}
	
div.container2{
	overflow:hidden;
	width:100%;
	border-bottom:1px solid #000;
	}
.floatfullleft {
	clear:both;
	margin-top:10px;
	float: left;
	width:100%;
	/*margin-bottom:20px;*/
}

/* Captioned Photograph*/
.captioned_photo {
	position: relative;
	float: right;
	/*margin: 1.5em 0 .5em 1.25em;*/
	margin-top:20px;
	padding: 0;
	border: 3px double #4d4d4d;
	line-height: 1em;
	}
.captioned_photo p {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	background: url(images/caption-grey.png);
	font: .75em/1.25em Lucida Grande, sans-serif;
	letter-spacing:.10em;
	color: #fff;
	text-align:center;
	}
.captioned_photo p span {
	display: block;
	padding: .75em;
	}
.captioned_photo img {
	margin: 0;
	padding: 0;
	display: block;
	}

	
/* BOTTOM NAV BAR*/


#bottomNav ul {
	margin:-10px;
	padding: 0;
	list-style: none;
	/*background: url(images/bg_nav.png) repeat-x left top;*/
	float: left;
	border-bottom: 1px solid #666;
	border-top:1px solid #666;
	margin-bottom:5px;
	width: 100%;
}

#bottomNav li {
	float: left;
	padding: 0;
	margin: 0;
	background-image:none;
}

#bottomNav li a {
	color: #666;
	text-decoration: none;
	padding: .25em .65em;
	/*border-right: 1px solid #000;*/
	display: block;
	font:0.9em "Lucida Grande", Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
}


#bottomNav li a:link {
	color: #666;
	text-decoration: none;
	padding: .25em .65em;
	/*border-right: 1px solid #000;*/
	display: block;
	font: 0.9em "Lucida Grande", Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;


}
#bottomNav li a:hover {
	/*background: url(images/navrollover.png);*/
	color:#000066;
	text-decoration:underline;
}


/* IE 6 hack to make entire button clickable */
* html #bottomNav a { width: 1px; }
/*********************/
/* FOOTER */
/*********************/
#footer {
	clear:both;
	margin-top:50px;
	/*background:#666666;*/
	color:#999;
}
#footer a, #footer a:link {
	color: #999;
	text-decoration: none;
	padding: .5em 1em;
	padding-left:20px;
	margin-left:10px;
	/*border-right: 1px solid #000;*/
	/*display: block;*/
	/*font: bold 0.75em "Lucida Grande", Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;*/
	
}

#footer a:hover {
	color:#000066;
	text-decoration:underline;
	}
	
#footer p {
	color: #999;
	padding:10px;
	text-align:center;
	line-height:1.5;
	font: bold 0.85em "Lucida Grande", Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
}


/**********************/
/* STYLE */
.style1 {color: #cc9900}
/**********************/

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */
/*
.sIFR-hasFlash h1 {
	visibility: hidden;
	font-size:18px;
	letter-spacing:-9px;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size:24px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -3px;
	font-size:14px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size:12px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 10px;
}
*/

/* CONTENT Form------------------------------------------------------------------ */

#content
{
	padding: 0 35px;
}



form
{
	margin-top: 1.5em;
	padding-bottom: 35px;
	/*width:750px;*/
}

input.text
{
  width: 10.5em;
}
label
{
	font-weight:bold;
	display: block;
	float:left;
	width:175px;
	margin-left:10px;
	text-align:left
	font-weight:bold;
	clear:left;
}


} 
input
{
	color: #781351;
	background:#ccc;
	border: 1px solid #781351;
}

.submit input
{
color: #000;
background: #cc9900;
border: 2px outset #d7b9c9;
} 
fieldset
{
border: 1px solid #781351;
width: 35em;
background:#ccc;
}

legend
{
font-size:1.25em;
color: #fff;
background: #036;
border: 1px solid #781351;
padding: 2px 6px;
} 

textarea
{
color: #000;
background:#fff;
border: 1px solid #781351;
padding: 2px 6px;
margin-left:10px;
margin-top:15px;
} 



/* End of Form*/


#flash {
position: relative;
left: 12.5%;
top: 0px;
}


	

.largetextsub{
	color: #003366;
	font-size:1.75em;
}


a.rollover {
        background:url(images/portfolio.gif) repeat 0px 0px; 
        width: 206px; 
        height: 130px; 
        display: block; 
}

a.rollover span { 
        display: none; 
}

a.rollover:hover { 
        background: url(images/portfolio2.gif) repeat 0px 0px; 
}

a.rolloverflash {
        background:url(images/flashslideshow1.gif) repeat 0px 0px; 
        width: 211px; 
        height: 92px; 
        display: block; 
}

a.rolloverflash span { 
        display: none; 
}

a.rolloverflash:hover { 
        background: url(images/flashslideshow2.gif) repeat 0px 0px; 
}


a.rolloverprem {
        background:url(images/premproslideshow1.gif) repeat 0px 0px; 
        width: 211px; 
        height: 92px; 
        display: block; 
}

a.rolloverprem span { 
        display: none; 
}

a.rolloverprem:hover { 
        background: url(images/premproslideshow2.gif) repeat 0px 0px; 
}

.comments{
	/*color: #003366;*/
	color:333;
	font-size:1.1em;
	font-family:Georgia, "Times New Roman", Times, serif;
	/*font-family:Verdana, Arial, Helvetica, sans-serif;*/
	font-style:italic;
	font-weight:400;
	text-align:justify;
}