﻿/* DEFAULTS
----------------------------------------------------------*/

body
{
    background: #FFFFFF;
    font-size: .80em;
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #515151;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 0px;
    line-height: 1.6em;
    
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    border-radius: 0px 0px 0px 0px;
    width: 100%;
    background-color: #FFFFFF;
    margin: 3px auto auto auto;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    
 
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
    background-color: #C0C0C0;
}

.main
{
    margin: auto;
    width: 97%;
    padding: 0px 12px;
    opacity: 0.9;
    min-height: 300px;
    text-align:center;
    color: #FFFFFF;
}
}
.mainWebsite
{
    margin: auto;
    width: 100%;
    padding: 0px 0px;
    opacity: 0.9;
    min-height: 800px;
    text-align: center;
    color: #515151;
    
}
#mainPageBase
{
    margin-top:0px;
    width:100%;
    height:0px;
}
#pageCurl
{
    
 float:right;
 margin-right:-30px;
}
}
.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 0;
    min-height: 200px;
}

.footer
{
    color: #FFFFFF;
    width: 0;
    margin: 0px auto 0px auto;
    line-height: normal;
}



#sysadHeader
{
 float:right;
 margin-bottom:0px;
 margin-top:0px;

}
#webDesignAdvert
{
    padding: 10px;
    background-image: url('../Images/Gekko.jpg');
    border: medium outset #808080;
    width: 100%;
    -moz-box-shadow: 10px 10px 5px #888888; /* Old Firefox */
    box-shadow: 10px 10px 5px #888888;
    font-weight: bold;
    color: black;
    text-align: center;
    font-size: medium;
    position: relative;
    float: right;
    margin-top: -35px;
    animation: hover 3s;
    -moz-animation: hover 3s; /* Firefox */
    -webkit-animation: hover 3s; /* Safari and Chrome */
    -o-animation: hover 3s; /* Opera */
    animation-iteration-count: 1000; /* W3C and Opera */
    -moz-animation-iteration-count: 1000; /* Firefox */
    -webkit-animation-iteration-count: 1000; /*Safari and Chrome*/
    animation-timing-function: linear; /* W3C and Opera */
    -moz-animation-timing-function: linear; /* Firefox */
    -webkit-animation-timing-function: linear;
    margin-right: 25px;
    margin-left: 5px;
    top: 0px;
    left: 0px;
}
#webDesignAdvert:hover
{
 animation-play-state:paused; /* W3C and Opera */
-moz-animation-play-state:paused; /* Firefox*/
-webkit-animation-play-state:paused; /* Safari and Chrome */
 
 
    
}

@keyframes hover
{
0%   {top:0px;}
25%  {top:4px;}
50%  {top:0px;}
75%  {top:4px;}
100% {top:0px;}
}

@-moz-keyframes hover /* Firefox */
{
0%   {top:0px;}
25%  {top:4px;}
50%  {top:0px;}
75%  {top:4px;}
100% {top:0px;}
}


@-webkit-keyframes hover /* Safari and Chrome */
{
0%   {top:0px;}
25%  {top:4px;}
50%  {top:0px;}
75%  {top:4px;}
100% {top:0px;}
}


@-o-keyframes hover /* Opera */
{
0%   {top:0px;}
25%  {top:4px;}
50%  {top:0px;}
75%  {top:4px;}
100% {top:0px;}
}



.portfolio
{
    border: thin outset #333333;
}
#navBar
{
    background-image: url('../Images/GlossySilverButton.jpg');
    height:39px;
    box-shadow:0.5px 0.5px 0.5px 0.5px #000000;
}
ul#cssMenu{       
	margin:0;list-style:none;padding:0;font-size:0;z-index:999;position:relative;display:inline-block;zoom:1;
	*display:block; background-repeat: repeat; border-right-width: 1px; border-left-width: 1px; border-right-color: #C0C0C0; border-left-color: #C0C0C0; border-right-style: solid; border-left-style: solid;  }







ul#cssMenu li{
	display:block;white-space:nowrap;font-size:0;float:left;}
* html ul#cssMenu li a{
	display:inline-block;}
* html ul#cssMenu li button{
	display:inline-block;}	
ul#cssMenu>li{
	margin:0;}
ul#cssMenu a:active, ul#css3menu1 a:focus{
	outline-style:none;}
ul#cssMenu button:active, ul#css3menu1 button:focus{
	outline-style:none;}
ul#cssMenu button
{
    display: block;
    vertical-align: middle;
    text-align: left;
    text-decoration: none;
    font: bold 14px Trebuchet MS;
    color: #000000;
    text-shadow: #FFF 0 0 1px;
    cursor: pointer;
    padding: 10px;
    background-repeat: repeat;
    background-position: 0 0;
    border-width: 0 0 0 1px;
    border-style: solid;
    border-color: #C0C0C0;
    background:transparent;
}
ul#cssMenu a
{
    display: block;
    vertical-align: middle;
    text-align: left;
    text-decoration: none;
    font: bold 14px Trebuchet MS;
    color: #000000;
    text-shadow: #FFF 0 0 1px;
    cursor: pointer;
    padding: 10px;
    background-repeat: repeat;
    background-position: 0 0;
    border-width: 0 0 0 1px;
    border-style: solid;
    border-color: #C0C0C0;
}
ul#cssMenu li:hover > button, ul#cssMenu li a.pressed
{
    border-color: #C0C0C0;
    border-style: solid;
    color: #000000;
    text-shadow: #FFF 0 0 1px;
    background-position: 0 100px;
    text-decoration: none;
}
ul#cssMenu li:hover > button, ul#cssMenu li button.pressed
{
    border-color: #C0C0C0;
    border-style: solid;
    color: #000000;
    text-shadow: #FFF 0 0 1px;
    background-position: 0 100px;
    text-decoration: none;
}
ul#cssMenu li:hover > a, ul#cssMenu li a.pressed
{
    border-color: #C0C0C0;
    border-style: solid;
    color: #000000;
    text-shadow: #FFF 0 0 1px;
    background-position: 0 100px;
    text-decoration: none;
}
ul#cssMenu li:hover > a, ul#cssMenu li button.pressed
{
    border-color: #C0C0C0;
    border-style: solid;
    color: #000000;
    text-shadow: #FFF 0 0 1px;
    background-position: 0 100px;
    text-decoration: none;
}
ul#cssMenu, ul#cssMenu ul
{
    margin: 0;
    list-style: none;
    padding: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
ul#cssMenu ul
{
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    -moz-box-shadow: 3.5px 3.5px 5px #000000;
    -webkit-box-shadow: 3.5px 3.5px 5px #000000;
    box-shadow: 3.5px 3.5px 5px #000000;
    border-width: 2px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-color: #FFF;
    padding: 0 10px 10px;
    background-repeat: repeat;
    background-color: #666666;
    color: #FFFFFF;
    font-weight: bold;


background-image: linear-gradient(bottom, rgb(11,64,77) 35%, rgb(115,197,235) 68%, rgb(21,73,97) 84%);
background-image: -o-linear-gradient(bottom, rgb(11,64,77) 35%, rgb(115,197,235) 68%, rgb(21,73,97) 84%);
background-image: -moz-linear-gradient(bottom, rgb(11,64,77) 35%, rgb(115,197,235) 68%, rgb(21,73,97) 84%);
background-image: -webkit-linear-gradient(bottom, rgb(11,64,77) 35%, rgb(115,197,235) 68%, rgb(21,73,97) 84%);
background-image: -ms-linear-gradient(bottom, rgb(11,64,77) 35%, rgb(115,197,235) 68%, rgb(21,73,97) 84%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.35, rgb(11,64,77)),
	color-stop(0.68, rgb(115,197,235)),
	color-stop(0.84, rgb(21,73,97))
);




}
ul#cssMenu li:hover>*{
	display:block;}
ul#cssMenu li{
	position:relative;display:block;white-space:nowrap;font-size:0;float:left;}
ul#cssMenu li:hover{
	z-index:1;}
ul#cssMenu{
	font-size:0;z-index:999;position:relative;display:inline-block;zoom:1;padding:0;
	*display:inline;}
* html ul#cssMenu li a{
	display:inline-block;}
* html ul#cssMenu li button{
	display:inline-block;}
ul#cssMenu>li{
	margin:0;}
ul#cssMenu button:active, ul#cssMenu button:focus{
	outline-style:none;}	
ul#cssMenu button:active, ul#cssMenu button:focus{
	outline-style:none;}
ul#cssMenu a
{
    display: block;
    vertical-align: middle;
    text-align: left;
    text-decoration: none;
    font: bold 14px Trebuchet MS;
    color: #000000;
    text-shadow: #FFF 0 0 1px;
    cursor: pointer;
    padding: 10px;
    background-repeat: repeat;
    background-position: 0 0;
    border-width: 0 0 0 1px;
    border-style: solid;
    border-color: #C0C0C0;
}
ul#cssMenu button
{
    display: block;
    vertical-align: middle;
    text-align: left;
    text-decoration: none;
    font: bold 14px Trebuchet MS;
    color: #000000;
    text-shadow: #FFF 0 0 1px;
    cursor: pointer;
    padding: 10px;
    background-repeat: repeat;
    background-position: 0 0;
    border-width: 0 0 0 1px;
    border-style: solid;
    border-color: #C0C0C0;
}
ul#cssMenu ul li
{
    float: none;
    margin: 10px 0 0;
    color: #FFFFFF;
}
ul#cssMenu ul a
{
    text-align: left;
    padding: 4px;
    border-width: 0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font: 14px Tahoma;
    color: #000000;
    text-decoration: none;
    text-shadow: #FFF 0 0 0;
    background-image: url('../Images/GlossySilverButton.jpg');
}
ul#cssMenu li:hover > a, ul#cssMenu li a.pressed
{
    background-image: url('../Images/GlossySilverButton.jpg');
    border-color: #C0C0C0;
    border-style: solid;
    color: #000000;
    text-shadow: #FFF 0 0 1px;
    background-position: 0 100px;
    text-decoration: none;
}
ul#cssMenu li:hover > button, ul#cssMenu li button.pressed
{
    background-image: url('../Images/GlossySilverButton.jpg');
    border-color: #C0C0C0;
    border-style: solid;
    color: #000000;
    text-shadow: #FFF 0 0 1px;
    background-position: 0 100px;
    text-decoration: none;
}

ul#cssMenu span{
	display:block;overflow:visible;background-position:right center;background-repeat:no-repeat;padding-right:0px;}
ul#cssMenu ul li:hover > a, ul#cssMenu ul li a.pressed
{
    background-image: url('../Images/GlossySilverButton.jpg');
    color: #003300;
    text-decoration: none;
    text-shadow: #FFF 0 0 1px;
    
    
}
ul#cssMenu li:hover > button, ul#cssMenu li button.pressed
{
    background-image: url('../Images/GlossySilverButton.jpg');
    border-color: #C0C0C0;
    border-style: solid;
    color: #000000;
    text-shadow: #FFF 0 0 1px;
    background-position: 0 100px;
    text-decoration: none;
}
ul#cssMenu li.topfirst>a{
	border-width:0;border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;-webkit-border-radius:4px;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:0;}
ul#cssMenu li.toplast>a{
	border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;-webkit-border-radius:0;-webkit-border-top-right-radius:4px;-webkit-border-bottom-right-radius:4px;}
	ul#cssMenu li.topfirst>button{
	border-width:0;border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;-webkit-border-radius:4px;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:0;}
ul#cssMenu li.toplast>button{
	border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;-webkit-border-radius:0;-webkit-border-top-right-radius:4px;-webkit-border-bottom-right-radius:4px;}


/*Front page scroller*/
*Front page scroller*/
#Scroller
{
    width: 100%;
    opacity: 1;
    height: 160px;
    margin-left: 0px;
    position: relative;
    margin-top: 0px;
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: #000000;
    border-top-style: solid;
    border-top-width: thin;
    border-top-color: #000000;
}



		#Scroller div.scrollableArea img
{
    display: block;
    float: left;
    cursor: default;
    position: relative;
    margin: 0; /* If you don't want the images in the scroller to be selectable, try the following
			   block of code. It's just a nice feature that prevent the images from
			   accidentally becoming selected/inverted when the user interacts with the scroller. */
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}



/* Invisible left hotspot */
div.scrollingHotSpotLeft
{
	/* The hotspots have a minimum width of 100 pixels and if there is room the will grow
    and occupy 15% of the scrollable area (30% combined). Adjust it to your own taste. */
	min-width: 75px;
	width: 10%;
	height: 100%; /*There is a big background image and it's used to solve some problems I experienced
    in Internet Explorer 6. */
	background-image: url(../Images/big_transparent.gif);
	background-repeat: repeat;
	background-position: center center;
	position: absolute;
	z-index: 200;
	left: 0;
	/*  The first url is for Firefox and other browsers, the second is for Internet Explorer */
	cursor: url(../Images/cursors/cursor_arrow_left.png), url(../Images/cursors/cursor_arrow_left.cur),w-resize;
}

/* Visible left hotspot */
div.scrollingHotSpotLeftVisible
{
	background-image: url(../Images/arrow_left.gif);				
	background-color: #fff;
	background-repeat: no-repeat;
	opacity: 0.35; /* Standard CSS3 opacity setting */
	-moz-opacity: 0.35; /* Opacity for really old versions of Mozilla Firefox (0.9 or older) */
	filter: alpha(opacity = 35); /* Opacity for Internet Explorer. */
	zoom: 1; /* Trigger "hasLayout" in Internet Explorer 6 or older versions */
	
}

/* right hotspot */
div.scrollingHotSpotRight
{
	min-width: 75px;
	
	width: 10%;
	height: 100%;
	background-image: url(../Images/big_transparent.gif);
	background-repeat: repeat;
	background-position: center center;
	position: absolute;
	z-index: 200;
	right: 0;
	cursor: url(../Images/cursors/cursor_arrow_right.png), url(../Images/cursors/cursor_arrow_right.cur),e-resize;
}

/* Visible right hotspot */
div.scrollingHotSpotRightVisible
{
	background-image: url(../Images/arrow_right.gif);
	background-color: #fff;
	background-repeat: no-repeat;
	opacity: 0.35;
	filter: alpha(opacity = 35);
	-moz-opacity: 0.35;
	zoom: 1;
	
}

/* The scroll wrapper is alwidth and heighways the same width and heighrepeat: no-repeat;
	opacity: 0.35;
	filter: alpha(opacity = 35);
	-moz-opacity: 0.35;
	zoom: 1;
}

/* The scroll wrapper is always the same width and height as the containing element (div).
   Overflow is hidden because you don't want to show all of the scrollable area.
*/
div.scrollWrapper
{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

div.scrollableArea
{
	position: relative;
	width: auto;
	height: 100%;
}
.silverLine
{
    background-image: url('../Images/GlossySilverButton.jpg');
    height: 39px;
    width: 900px;
    background-repeat: repeat;
  
}
#pageflip {
    position:relative;
    cursor:pointer;
}

#pageflip img {
    width: 901px;
    height: 225px;
    z-index:99;
    position:absolute;
    right:0;
    top:0;
   box-shadow:0.5px 0.5px 0.5px 0.5px #000000;
   cursor:pointer;
}





#slideshow   
{
   
    position:relative;
    height: 180px;  
    width:  448px;  
    padding: 0;  
 float:left;
margin-bottom:0px;
margin-top:-50px;
margin-right:5px;
margin-left:10px;


} 
 
#slideshow img
{
    padding: 5px;
    border: 2px outset #808080;
    background-color: #333333;
    height: 180px;
    width: 448px;
   
    top: 0;
    left: 0;
}