/* 
STYLE SHEET for 'SimpleGem' Web Design
Created by Andrew Nightingale
www.simplegem.co.uk

TOC
	1. defaults
	2. structure
	3. links and navigation
	4. fonts
	5. images
	6. forms

*/


/********************1. defaults***********************/

body{
	padding:0;
	margin:0;
	background-color: #ededed;
	background-image: url("images/backfade.jpg");
	background-repeat: repeat-x;
	padding-top: 2px;
	overflow-x: hidden;
	overflow: -moz-scrollbars-vertical;
}

div{ 
	font-size: 12px;
	font-family: "Lucida Grande", Arial, Tahoma, Helvetica, Verdana, sans-serif;
	text-align: left;
	color: #333333;
}

iframe {
margin:20px;
border: 3px solid #cc0000;
}

/********************2. structure************************/

div.clear {
clear:both;
}

p{
	margin:0;
	padding:0em 0em 0.8em 0em;
}

strong {
	color: #000000;
}

#outerWrapper{
	position:relative;
	width:950px;
	border:1px solid #00000;
	border-top:none;
	margin:auto;
	margin-top:130px;
	padding-top:56px;
	padding-bottom:6px;
	background-color: #ffffff;
}

span#webDesignerComplete{
display:block;
background:url(images/webDesignerComplete.png) no-repeat;
width:251px;
height:400px;
position:absolute;
top:-90px;
right:80px;
text-indent:-9999px;
}

span#webDesigner{
display:block;
background:url(images/webDesigner.png) no-repeat;
width:300px;
height:420px;
position:absolute;
top:-90px;
right:50px;
text-indent:-9999px;
}

span#webReDesigner{
display:block;
background:url(images/webReDesigner.png) no-repeat;
width:148px;
height:468px;
position:absolute;
top:-90px;
right:120px;
text-indent:-9999px;
}

span#webContactGuy{
display:block;
background:url(images/webContactGuy.png) no-repeat;
width:172px;
height:440px;
position:absolute;
top:-90px;
right:110px;
text-indent:-9999px;
}

span#webPortfolioGuy{
display:block;
background:url(images/webPortfolioGuy.png) no-repeat;
width:175px;
height:390px;
position:absolute;
top:-90px;
right:110px;
text-indent:-9999px;
}


#column1{
	float:left;
	width:600px;
}

#column1 p{
	padding-left: 18px;
	padding-right: 12px;
}

#column1 .shade{
	border: 1px solid #cccccc;
	background-color: #efebeb;
	margin: 15px;
}

#column1 .shade p{
	padding: 10px;
	color: #000000;
}

#column1 #homepageTable{
	margin: 6px 26px 12px 18px;
	width: 540px;
	text-align: top;
}

#column1 #homepageTable td{
	vertical-align: top;
	border-bottom: 1px solid #cccccc;

}

#column1 #homepageTable td p{
	padding: 10px;
}
/**Keep this styling technique for later use**
#column1 .homepageTable table{
	margin-left:auto;
	margin-right:auto;
}
*/

ol { 
	margin: 6px; 
}

blockquote { 
	margin: 8px 30px;
	color:#000000;
}

.bullet { 
	list-style-type: none; 
	list-style-position: outside; 
	margin: 0; 
	padding: 0 18px 10px 18px ;
}

.bullet li  { 
	color: #000000; 
	background: url("images/bullet.gif") no-repeat; 
	padding: 0 0 1px 18px; 
	font-weight: bold ;
}

.bullet li ul{ 
	list-style-type: none; 
	list-style-position: outside; 
	margin: 0; 
	padding: 0 4px 6px 0px;
}

.bullet li ul li{ 
	color: black; 
	background: url("images/bullet.gif") no-repeat; 
	padding: 0 0 0 18px; 
	font-weight: normal ;
}

.bulletTick { 
	list-style-type: none; 
	list-style-position: outside; 
	margin: 0; 
	padding: 0 18px 10px 18px ;
}

.bulletTick li  { 
	color: #000000; 
	background: url("images/bullet_tick.gif") no-repeat; 
	padding: 0 0 1px 18px; 
	font-weight: bold ;
}

.bulletTick li ul{ 
	list-style-type: none; 
	list-style-position: outside; 
	margin: 0; 
	padding: 0 4px 6px 0px;
}

.bulletTick li ul li{ 
	color: black; 
	background: url("images/bullet_tick.gif") no-repeat; 
	padding: 0 0 0 18px; 
	font-weight: normal ;
}


#portfolioColumn{
	width:850px;
	margin-right:auto;
	margin-left:auto;
	padding: 20px 0 20px 0;
}

#portfolioTable {
	border: 0;
	Margin-top: -5px;
	border-collapse: seperate;
	border-spacing: 5px;
	text-align: left;
}

#portfolioTable .commentColumn{
	width:250px;
}

#portfolioTable th {
	background-color: #efebeb;
	padding: 10px;
	color: #aa2020;
}

#portfolioTable td {
	background-color: #efebeb;
	padding: 10px;
}



#column2{
	float:left;
	width:300px;
}

#column2 .shade{
	border: 1px solid #cccccc;
	background-color: #efebeb;
	padding-top: 5px;
	margin: 10px;
}


#column2 p{
	padding-left: 20px;
	padding-right: 16px;
}



#column2 h2{
	padding: 0 20px 8px 20px;
}

#column2 h3{
	padding: 0 20px 8px 20px;
}

#mapCanvas {
	margin:10px;
	width: 250px;
	height: 250px
}

.header { 
	font-size: 12px; 
	font-weight:bold;
	background: #00bf01;
	margin: 0 18px 10px 18px; 
	padding: 5px 0 3px 7px; 
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.header a, .header a:visited, .header a:hover  {
	color: #ffffff; 
}

.info  { 
	margin: 0 18px 20px 18px; 
}

p.subInfo {
	font-size:12px;
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #d3c4c4;
}

div#footer{
	clear:both;
	padding: 0 18px;
}

#footer2{
	font-size: 11px;
	color: #999999;
	padding-top: 3px;
	padding-bottom: 12px;
	clear:both;
	min-width:800px;
	max-width:1100px;
	width:86%;
	margin:auto;
}

/********************3. links and navigation**********************/

#globalNavigation{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:57px;
	background: #00dd00 url("images/submnu.gif") repeat-x  0 31px;
}

a{
	text-decoration: none;
	color: #0066ff;
	outline: none;
}

a:hover{
	color: #cc0000;
}

#selected, #selected a {
	color: #ffffff;
}


#subSelected  a{
	color: #ffffff;
}

ul#nav{
	background: #f30 url("images/menubk.gif") repeat-x;
	list-style: none;
	width: 100%;
	height: 31px;
	padding: 0;
	margin: 0;
}

ul#nav li{
	float: left;
	display: block;
	height: 19px;
	color: #ffffff;
}

ul#nav li a,ul#nav li a:visited{
	color: #ffffff;
	font-size: 11px;
	font-family: "Lucida Grande", Arial, Tahoma, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
	background: url("images/seperator.gif") repeat-y right 0;
	margin-top: 1px;
	padding: 8px 12px 0 12px;
	height: 21px;
	float: left;
}

ul#nav li a:hover{ 
	color: #ffffff; 
	background: #206daa url("images/menubkhov.gif") repeat-y right 0;
}

ul#nav li#lastLink a { 
	border-right: 1px solid #ababab;
}

ul#nav li#selected { 
	color: #ffffff; 
	background: #ab0144 url("images/menubk2.gif") right 0 no-repeat; 
	height: 31px; 
}

ul#nav li#selected a,ul#nav li#selected a:visited { 
	color: #ffffff; 
	background-image: none; 
	display: block;
}

ul#nav li#selected a:hover{ 
	color: #ffffff; 
	background: #ab0144 url("images/menubk2.gif") no-repeat right -1px; 
}
ul#nav li ul#sub{
	background: url("images/submnu.gif") repeat-x #ab0144; 
	position: absolute;
	top: 31px;
	left: 0;
	margin: 0;
	height: 26px; 
	padding: 0;
	width: 100%;
}

ul#nav li ul#sub li a,ul#nav li ul#sub li a:visited{ 
	color: #cccccc; 
	font-size: 11px; 
	font-weight: bold; 
	text-decoration: none; 
	margin-top: 5px;
	padding: 1px 12px; 
	float: left; 
	border-right: 1px solid #cccccc;
	height: 14px;
	background: none;
}



ul#nav li ul#sub li a:hover,ul#nav li ul#sub li#subSelected a,ul#nav li ul#sub li#selected a:visited,ul#nav li ul#sub li#selected a:hover{ 
	color: #ffffff;
	background: none;
}


#footer2 a{
	color: #7ab2ec;
	text-decoration: none;
}

#footer2 a:hover{
	text-decoration: underline;
}
/********************4.fonts***********************/

#clickmywebLogo p{
	color: #000000; 
	padding-top: 46px; 
	padding-left: 146px;
}

#clickmywebLogo strong{ 
	color: #333333;
	font-size: 12px;
	font-weight: 700;
	padding-bottom: 3px;
}


h1{
	padding: 10px 19px 10px 19px;
	margin: 0;
	display: block;
	color: #0000cc;
	font-size: 20px;
	font-family: "Lucida Grande", helvetica;
	font-weight: normal;
}

h2{
	padding: 10px 0 6px 18px;
	margin: 0;
	color: #0000cc;
	font-size: 16px;
	font-family: "Lucida Grande", helvetica;
	font-weight: normal;
}

.shade h2 {
	padding: 10px 0 6px 10px;
	margin: 0;
	color: #0000cc;
	font-size: 15px;
	font-family: "Lucida Grande", helvetica;
}

h3{
	padding: 8px 0 8px 18px;
	margin: 0;
	color: #0000cc;
	font-size: 13px;
	font-family: "Lucida Grande", helvetica;
}

/********************5. images***********************/

img.left {
float:left;
margin:10px;
}

img{
	border:none;
}

img.right {
float:right;
margin:10px;
}

#animation{
	position:absolute;
	top:-126px;
	right:0px;
	width:288px;
}

#clickmywebLogo{
	position:absolute;
	top:-110px;
	left:-1px;
	width:950px;
	height:125px;
	color: #ffffff;
	background-image: url("images/clickmyweb_header950.gif");
	background-repeat: no-repeat;
}


#headerAdWrapper{
	margin:10px 10px 10px 15px;
}

#designComment { 
	background: url("images/designComment.gif") no-repeat; 
	background-position: 10px 10px;
	padding-top: 80px;
}

#column1 p img{
	padding-right: 12px;
	padding-bottom: 12px;
}

#column2 img {
	margin: 7px 18px 7px 18px;
}

div#footer2 img{
	float: right;
	vertical-align: middle;
	padding-top: 1px;
}
/********************6.forms**************************/






/*################################################ */





