/* ------------- GENERIC, FORUMS ETC. ----------------------- */

.code {
font-family: Courier, 'Courier New', sans-serif;
font-size: 11px;
color: #006600;
background-color: #FAFAFA;
border: #D1D7DC;
border-style: solid;
border-left-width: 1px;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px
}
.quote {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #444444;
line-height: 125%;
background-color: #FAFAFA;
border: #D1D7DC;
border-style: solid;
border-left-width: 1px;

border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px
}
.babylinks {
	font-size: 8px;
}
.boldbabylinks {
	font-size: 8px;
	font-weight: bold;
}
.newstable {
	border: 1px solid #000099;
}
.newstablehead {
	background-color: #000099;
	color: #FFFF66;
	font-weight: bold;
}
.newstablebody {
}
.databox {
	border: 1px solid #000099;
}
.databoxhead {
	background-color: #000099;
	color: #FFFF66;
	font-weight: bold;
}
.databoxbody {
}
.databoxtitle {
	font-weight: bold;
}
.gensmall {
	font-size: 11px;
}

.postrowleft {
	color: #000000;
}
.titlebottom {/*background-image:url('imagesnew/forumbottom.jpg');*/ height:28px; border-bottom:1px solid #D6D6D6; border-left:1px solid #D6D6D6; border-right:1px solid #D6D6D6; padding-left:5px; vertical-align:middle; /*color:#D6D6D6*/}
.titlebottomwtop {/*background-image:url('imagesnew/forumbottom.jpg');*/ height:28px; border-top:1px solid #D6D6D6; padding-left:5px; vertical-align:middle; /*color:#D6D6D6*/}
.row1 {
	/*background-color:#322b21;*/
	/*color: #D7D8D8;
}
.color1 {padding-left:3px; padding-right:3px; /*background-color:#322b21;*/ padding-top:2px; padding-bottom:2px;}
.color1wtop {padding-left:3px; padding-right:3px; /*background-color:#918265;*/ padding-top:2px; padding-bottom:2px; border-top:1px solid #D6D6D6}
.color2 {padding-left:3px; padding-right:3px; /*background-color:#231e17;*/ padding-top:2px; padding-bottom:2px;}
.row2 {
	/*background-color:#231e17;*/
	/*color: #D7D8D8;*/
}
.color2wtop {padding-left:3px; padding-right:3px; /*background-color:#666666;*/ padding-top:2px; padding-bottom:2px; border-top:1px solid #D6D6D6}
.smalltitletext {
	font-size:10px;
	font-family:Lucida Sans Unicode,Lucida Sans,Tahoma,Helvetica,Arial;
	color: #666666;
}
.bigtitletext {
	font-size:16px;
	font-family:Lucida Sans Unicode,Lucida Sans,Tahoma,Helvetica,Arial;
	font-weight:bold;
	letter-spacing:1px;
	color: #CCCCCC;
}

#homebutton {
	height:139px;
	width:245px;
	position:absolute;
	left:80px;	
	cursor:pointer;
	z-index:750px;
}

#navbar {
	height: 179px;
	width: 1024px;	
	background: url('/assets/images/layouts/freshdevs_global/navbar.png') no-repeat;
	z-index: 100;
}

#navbar #navbarcontent {
	position: absolute;
	left: 350px;
	top:54px;
	z-index:750;
}

.menubutton {
	float:left;
	text-align:center;
	width:117px;
	height:56px;
	font-size:11px;
	line-height:4em;
	cursor:pointer;
}
.menubutton a:hover {
	color:#4e4e4e;
}

.menubutton2 {
	float:left;
	text-align:center;
	width:117px;
	height:56px;
	font-size:11px;
	line-height:4em;
	cursor:pointer;
	background: url('/assets/images/layouts/freshdevs_splashlayout/hover.png') no-repeat;
}
.menubutton2 a:hover {
	color:#4e4e4e;
}

#navbarcontent ul {
	display:none;
	background-color:#cc0000;
	margin-top:0;
	padding-top:0;
}

#navbarcontent ul li {
	padding-bottom:3px;
}

#menubutton ul li a {
	color:#fff;
}

#servicemenu {
	background-color:#cc0000;
	position: absolute;
	top:120px;
	left:300px;	
	
}


* a {
	position:relative;
}


* html #navbarcontainer { /*\*/
	height: 179px;
	width: 1024px;	
	z-index: 500;
	position: absolute; 
	top: expression((0 + (ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop)) + 'px');
	margin-left: expression((-512 + (ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft)) + 'px');/**/ 
}

#navbarcontainer > #navbar {
	position: fixed; 
	top: 0px; 
	left: 50%;
	margin-left:-512px;
}

#footernavbar {
	height: 49px;
	width: 1024px;	
	background: url('/assets/images/layouts/freshdevs_global/footer_nav.png') no-repeat;
	z-index: 1000;
}



#footernavbar #navbarcontent {
	position: absolute;
	left: 0;
	width:100%;
	text-align:center;
	top:24px;
}

* html #footernavbarcontainer { /*\*/
	position: absolute; 
	bottom: auto;	
	height: 49px;
	width: 1024px;	
	z-index: 1000;
	top: expression( (  - footernavbar.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
	margin-left: expression((-512 + (ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft)) + 'px');/**/ }

#footernavbarcontainer > #footernavbar {
	position: fixed; 
	bottom: 0px; 
	left: 50%;
	margin-left:-512px;
}

a {
	color:#4e4e4e;
	font-weight:bold;
	text-decoration:none;
	width:150px;
}

a:hover {
	color:#a70329;
}

a:selected {
	color:#a70329;
}


img, div, a, input { behavior: url(/inc/css/htc/iepngfix.htc) }

/*------------------------------------------*/

img {border: none;}

fieldset {
	width: 350px; padding: 0 0 5px 35px; 
	border: 0px solid #FFF; 
	font-family: arial, verdana, sans-serif; 
	font-size: 11px;
	}
label {font-size: 11px; color: #5C0808;}

input {
	border: 1px solid #919A90; background: #D1DAD0; 
	font-family: arial, verdana, sans-serif; font-size: 11px; 
	color: #303330; padding: 3px;}
	
input.submit { 
	width: 105px;
	border: 1px solid #303330; 
	border-top-color: #919A90;
	border-left-color: #919A90;
	padding: 4px 0 4px 0;
	background: #D1DAD0 url(/assets/images/layouts/freshdevs_layout1/submit_bg.gif) repeat-x;
	color: #303330;
	cursor: pointer;
	font: normal 11px arial, verdana, Helvetica, Arial, sans-serif;
	}
	
input.submit:active, input.submit:hover {
	border: 1px solid #919A90; 
	border-top-color: #303330;
	border-left-color: #303330;
	background: #D1DAD0 url(/assets/images/layouts/freshdevs_layout1/submit_bg.gif) repeat-x;
	}

textarea {
	border: 1px solid #919A90; background: #D1DAD0; 
	font-family: arial, verdana, sans-serif; font-size: 11px; 
	color: #303330; padding: 4px;}
	 
textarea:focus, select:focus, input:focus {background:#E1E7E0;}


abbr, acronym, dfn, caption {
  	cursor: help;
  	border-bottom: 1px dotted #999;
  	font-style: normal;
	}
	
img {border: none;}

#filler {
	width: 751px; height: 14px;
	position: absolute;
	top: 245px; left: 0px;
	background: url(/assets/images/layouts/freshdevs_layout1/topbg.gif);
	z-index: 2;
	}
 
#story { 
	width: 751px; 
	background: #C1CDC0 url(/assets/images/layouts/freshdevs_layout1/bodybg.gif);
	position: absolute;
	top: 259px; left: 0px;
	z-index: 1;
	}
	
#storyfull {
	float: left; /*width: 433px;*/
	padding: 0 0 0 25px;
	background: #C1CDC0 url(/assets/images/layouts/freshdevs_layout1/bodybg_full.gif);
}

#storyfullhdr   {width: 668px; padding: 0 0 10px 16px; }
 
#storymain {
	float: left; width: 433px;
	padding: 0 0 0 25px;
	}
 
#content {/*width: 417px;*/}

#contenthdr   {width: 417px; padding: 0 0 10px 16px;}

#content #main {
	margin: 0 7px 15px 35px; 
	line-height: 17px; 
	font-size: 12px; 
	font-family: arial, verdana, georgia, serif;
}

#content #mainfull {
	margin: 0 55px 15px 35px; 
	line-height: 17px; 
	font-size: 12px; 
	font-family: arial, verdana, georgia, serif;
	width: 628px;
}

#content h1 {
	color: #690909; 
	font-weight: normal; 
	font-size: 20px; 
	font-family: georgia, arial, verdana, sans-serif; 
	margin: 0 0 5px 0px; padding: 0 0 0 27px;
	background: url(/assets/images/layouts/freshdevs_layout1/symbol.gif) no-repeat left;
	}
	
#content h2 {
	color: #3C3C38; 
	font-weight: normal; 
	font-size: 17px; 
	font-family: georgia, arial, verdana, sans-serif; 
	margin: 0 0 5px 0px; padding: 0;
	}
	
#content h3 {
	color: #787870; 
	font-weight: normal; 
	font-size: 14px; 
	font-family: georgia, arial, verdana, sans-serif; 
	margin: 5px 0 7px 0px; padding: 0;
	}
	
#content h3 a, 
#content h3 a:active, 
#content h3 a:link {
	color: #7B0A0A; 
	font-weight: bold; 
	font-size: 12px; 
	text-decoration: none; 
	border-bottom: 1px solid #7B0A0A;
	}
	
#content h3 a:visited {
	color: #9C4848; 
	border-bottom: 1px dotted #BE8585; 
	text-decoration: none;
	}
	
#content h3 a:hover {
	color: #7B0A0A; 
	font-weight: bold; 
	font-size: 12px; 
	text-decoration: none; 
	background: #DEC2C2;
	border-bottom: 1px solid #7B0A0A;
	}
	
#content h4 {
	color: #690909; 
	font-weight: normal; 
	font-size: 17px; 
	font-family: georgia, arial, verdana, sans-serif; 
	margin: 5px 0 7px 35px; padding: 0;
	}
#content p {
	margin: 0 0px 15px 0px; 
	line-height: 17px; 
	font-size: 12px; 
	font-family: arial, verdana, georgia, serif;
	}

#content p a, 
#content p a:link, 
#content p a:active {
	color: #7B0A0A; 
	text-decoration: none; 
	border-bottom: 1px solid #7B0A0A;
	}
	
#content p a:visited {
	color: #9C4848; 
	border-bottom: 1px dotted #BE8585; 
	text-decoration: none;
	}

#content p a:hover {
	color: #7B0A0A; 
	background: #DEC2C2; 
	text-decoration: none; 
	border-bottom: 1px solid #7B0A0A;
	}
	
#content ul {
	list-style-type: none;
	padding:0 0 0 40px; margin: 0 0 10px 0;
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	color: #787870;
	}

#content li {
	padding-top: 0px;
	padding-left: 13px;
	padding-bottom: 5px;
	background-image: url(/assets/images/layouts/freshdevs_layout1/bullet2.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
	}

#content li a, 
#content li a:link, 
#content li a:active {
	color: #7B0A0A; 
	text-decoration: none; 
	border-bottom: 1px solid #7B0A0A;
	}
	
#content li a:visited {
	color: #9C4848; 
	border-bottom: 1px dotted #BE8585; 
	text-decoration: none;
	}

#content li a:hover {
	color: #7B0A0A; 
	background: #DEC2C2; 
	text-decoration: none; 
	border-bottom: 1px solid #7B0A0A;
	} 

#content .dateline {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 10px;
	letter-spacing: 1px;
	margin: 0 0 8px 35px;
	}

#photo {
		margin: 0; padding: 0 0 5px 0px;
		}	
		
#loginbox {
	text-align: center;
	border: 1px dotted #CCCBBE;
	background: #F0EFE0;
	padding: 0;
	margin: 5px 39px 10px 39px;
	}
	
#loginbox p {
	margin: 5px 10px 5px 10px;
	padding: 0;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	color: #3C3C38;
	font-weight: bold;
	letter-spacing: .04em;
	}
	
#specs {
	text-align: center;
	border: 1px dotted #CCCBBE;
	background: #F0EFE0;
	padding: 0;
	margin: 5px 0px 10px 39px;
	width: 358px;
	}
	
#specs p {
	margin: 5px 10px 5px 10px;
	padding: 0;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	color: #3C3C38;
	font-weight: bold;
	letter-spacing: .04em;
	}

#side {
	float: left; width: 251px;
	margin: 0; padding: 0; 
	}

#sidehdr   {width: 250px; padding: 0 0 10px 0px;}

#side p { 
	color: #7F7F6F; 
	margin: 0 20px 10px 20px; 
	font-size: 11px; font-family: arial, verdana, georgia, serif;
	}
	
#side p a, 
#side p a:link, 
#side p a:active, 
#side p a:visited {
	color: #7B0A0A; 
	text-decoration: none; 
	border-bottom: 1px solid #7B0A0A
	}
	
#side p a:hover {
	color: #7B0A0A; 
	background: #DEC2C2; 
	text-decoration: none; 
	border-bottom: 1px solid #7B0A0A
	}

#side ul {
	list-style-type: none;
	padding:0 0 0 20px; margin: 0 0 12px 0;
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	color: #787870;
	}

#side li {
	padding: 0px 15px 6px 13px; 
	background-image: url(/assets/images/layouts/freshdevs_layout1/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	line-height: 15px;
	}
	
#side li.last {
	background: none;
	}

#side li a, 
#side li a:link, 
#side li a:active {
	color: #7B0A0A; 
	text-decoration: none; 
	border-bottom: 1px solid #7B0A0A;
	}
	
#side li a:visited {
	color: #9C4848; 
	border-bottom: 1px dotted #BE8585; 
	text-decoration: none;
	}

#side li a:hover {
	color: #7B0A0A; 
	background: #DEC2C2; 
	text-decoration: none; 
	border-bottom: 1px solid #7B0A0A;
	}
	
#side li.pageon {background: url(/assets/images/layouts/freshdevs_layout1/dogonbg.gif) no-repeat; color: #7B0A0A; padding: 2px 2px 2px 4px; margin: 0 10px 6px 0;} 
	
#side h1 {
	color: #3C3C38; 
	font-weight: normal; 
	font-size: 17px; 
	font-family: georgia, arial, verdana, sans-serif; 
	margin: 0 0 5px 18px; padding: 0;
	}
	
#side h2 {
	color: #403F38; 
	font-weight: normal; 
	font-size: 14px; 
	font-family: georgia, arial, verdana, sans-serif; 
	margin: 0 0 5px 20px; padding: 0;
	}
	
#fillerbot {
	width: 751px; height: 14px;
	background: url(/assets/images/layouts/freshdevs_layout1/bottombg.gif) no-repeat; 
	clear: both;
	}	

	
	
#message {
	width: 250px; margin: 0 auto; position: relative;
	top: 250px;
	font-family: arial, verdana, sans-serif;
	font-size: 20px;
	color: #E1E7E0;
	text-align: center;
	padding: 10px;
	}
	
#photopage {
	width: 450px; margin: 0 auto; position: relative;
	padding: 50px 0;
	}
#photopagec {
	width: 601px; margin: 0 auto; position: relative;
	padding: 50px 0;
	}
		
#photobigc {
	width: 601px;
	font-family: arial, verdana, sans-serif;
	border: 10px solid #FFF;
	padding: 1px;
	background: #000;
	}
	
#photobig {
	width: 450px;
	font-family: arial, verdana, sans-serif;
	border: 10px solid #FFF;
	padding: 1px;
	background: #000;
	}
	
#picwrapper {
	width: 360px; margin: 0 auto; position: relative;
	padding: 50px 0;
	}
	
#photosmall {
	width: 360px;
	font-family: arial, verdana, sans-serif;
	border: 10px solid #FFF;
	padding: 1px;
	background: #000;
	}

#back {
	width: 163px; height: 41px;
	padding: 5px 0;
	margin: 0 auto;
	}

		

#menu li.hdr {
	width: 86px; height: 20px;
	text-align: center;
	font-family: georgia, arial, verdana, sans-serif;
	font-size: 12px;
	color: #E1E7E0;
	background: #919A90;
	padding: 6px 0 0 0;
	border-bottom: 1px solid #A4AEA3;
	border-left: 1px solid #A4AEA3;
	border-right: 1px solid #A4AEA3;
	}

#menu li a, #menu li a:link, #menu li a:active, #menu li a:visited {	
	padding: 3px 0 3px 0;
	width: 86px;
	text-align: center;
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	color: #616760;
	background: #C1CDC0;
	border-bottom: 1px solid #A4AEA3;
	border-left: 1px solid #A4AEA3;
	border-right: 1px solid #A4AEA3;
	}

#menu li a:hover {
	font-size: 11px;
	font-weight: bold;
	color: #E1E7E0;
	background: #7B0A0A;
	}	
	
#menu li.pageon {
	padding: 3px 0 3px 0;
	width: 86px;
	text-align: center;
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	color: #E1E7E0;
	background: #7B0A0A;
	border-bottom: 1px solid #A4AEA3;
	border-left: 1px solid #A4AEA3;
	border-right: 1px solid #A4AEA3;
}


/* ------------- Classes --------------------------------------------------------------------------------------------*/

.date {font-family: Georgia, verdana, arial, sans-serif; font-size: 10px; letter-spacing: 1px; margin: 0 0 8px 35px;}
.thumbsleft {padding: 0; margin: 0 0 5px 20px; width: 91px; height: 66px;}
.thumbsright {padding: 0; margin: 0px 0 5px 5px; width: 91px; height: 66px;}
.photo {border: none;}
.abtpic {float: right; margin: 7px 10px 7px 10px}
.stamp {float: right; margin: -20px -10px 0;}
.hr {background: url(/assets/images/layouts/freshdevs_layout1/divider.gif); height: 3px; margin: 2px 10px 10px 35px;}

.ped {
	margin: 0 10px 35px 30px; 
	text-align: center;
	}
	
p.thanks a, 
p.thanks a:link, 
p.thanks a:active,
p.thanks a:visited {
	font-size: 12px;
	text-align: center;
	color: #7B0A0A; 
	text-decoration: none; 
	border-bottom: 1px solid #7B0A0A;
	}
	
p.thanks a:hover {
	background: #DEC2C2; 
	border-bottom: 1px solid #7B0A0A;
	}
	
/*------------- Content ---------------------------------------------------------------------------------------------*/

#searchbox { 
	font-family: arial,verdana,georgia,serif;
	font-size: 12px;
	background: #C1CDC0;
	height: 100px;
	}

.searchtitle {
	position:relative; 	
	font-family: arial,verdana,georgia,serif;
	font-size: 11px;
	color: #5C0808;
	top: 10px;
	left:10px;
	}
	
.searchtitle input {
	margin: 0;
	padding:1px;
	height:14px;
	font-size:11px;
	}

.searchtitle label {
	font-family: arial,verdana,georgia,serif;
	font-size: 12px;
	float:left;
	width: 120px;
}

.searchtitle select {
	float:left;
}

/*-------------Menu Boxes ----------------------------------------------------------------------------------------*/
#sidebar {
	float: left;
	width: 140px;
	}
	
#companycontent {
	float: right;
	width: 670px;
	}
	
#companycontent p {
	/*margin: 5px 10px 5px 10px;*/
	/*padding: 0;*/
	color: #7F7F6F; 
	margin: 0 5px 5px 5px; 
	font-size: 11px; font-family: arial, verdana, georgia, serif;
	}


#menubox {
	border: 1px dotted #CCCBBE;
	background: #F0EFE0;
	padding: 0;
	margin: 0;
	width: 140px;
	}
	
#menubox p {
	/*margin: 5px 10px 5px 10px;*/
	/*padding: 0;*/
	color: #7F7F6F; 
	margin: 0 5px 5px 5px; 
	font-size: 11px; font-family: arial, verdana, georgia, serif;
	}

#menubox p a, 
#menubox p a:link, 
#menubox p a:active, 
#menubox p a:visited {
	color: #7B0A0A; 
	text-decoration: none; 
	border-bottom: 1px solid #7B0A0A
	}

/*-----------Form Style---------------------------------------------------------------------------------------------*/
.formstyle {

}

.formstyle input {
	margin: 0;
	padding:1px;
	height:14px;
	font-size:11px;
}

/*-------------Photo Album-------------*/

.photogallery{ 
}

.photogallery img{ 
border: 1px solid green;
}

.photonavlinks{ 
font: bold 14px Arial;
}

.photonavlinks a{ 
margin-right: 2px;
margin-bottom: 3px;
padding: 1px 5px;
border:1px solid gray;
text-decoration: none;
background-color: white;
color:#690909;
}

.photonavlinks a.current{ 
background-color: #A4AEA3;
}

.paddingleft p {
	padding-left: 10px;
}

#friendbar {
	position: fixed;
	right: 20px;
	height: 16px;
	left: 20px;
	bottom: 0px;
	background-color: #919a90;
	z-index: 1000;
}
#friendbar #friendbarcontent {
	position: absolute;
	left: 18px;
	right: 0px;
	top: 0px;
	bottom: 0px;
}

/*-------------Scriptaculous Autocompleter-------------*/

div.autocomplete {
  position:absolute;
  width:250px !important;
  background-color:white;
  border:1px solid #888 !important;
  margin:0px !important;
  padding:0px !important;
  z-index: 100;
  
}
div.autocomplete ul {
  list-style-type:none !important;
  margin:0px !important;
  padding:0px !important;
}
div.autocomplete ul li.selected { background-color: #ffb;}
div.autocomplete ul li {
  list-style-type:none;
  background-image: none !important;
  display:block;
  margin:0 !important;
  padding:2px !important;
  height:15px;
  cursor:pointer;
  border: 1px solid lightgrey;
}


/* menu positions */

#menuservices {
	position: fixed !important;
}
#menumultimedia {
	position: fixed !important;
}
#menugraphicdesign {
	position: fixed !important;
}
#menuwebdevelopment {
	position: fixed !important;
}
#menuseoandonlinemarketing {
	position: fixed !important;
}
