@charset "UTF-8";
/* CSS Document */

html {height: 100%;}

body {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 15px;
	margin-bottom: 15px;
	/*
        background-color:#dfebf7;
        background-color:#555555;
        background-color:#C0CBD6;
        background-color:#D6D6D6;
        
        background-color:#69A9C8;
        
        background-color:#598EA9;
        
        background-color:#2a2626;

        */
        /*background-color:#333333;*/
        background-color:#707070;
        background-image:url(../images/bgrepeats/bgDarkGreyFade.png);
	background-repeat:repeat-x;

        
        
}

body, p, h1, h2, h3, h4, h5, li {
	font-family: Tahoma;
	text-align:left;
	}

p {   
        margin:0px;
        padding:0px;
        vertical-align:text-top;
	font-size: 13px;
	line-height: 18px;
	color:#333333;}
	
h1    {
	color:#000000;
	line-height:16px;
	font-size: 18px;
	text-decoration:none;
	font-weight:bold;
}
h2    {
        color:#d50b85;
	font-size: 25px;
	text-decoration:none;
	font-weight:bold;
	font-style: normal;
	font-family: Tahoma;
	line-height:45px;
	margin:0px;
}
h3    {
	color:#d50b85;
	font-size: 15px;
	text-decoration:none;
	font-weight:bold;
        font-family: Tahoma;
	line-height:15px;
        margin: 0px;
        margin-bottom: 4px;


}

h4    {
        color:#d50b85;
	font-size: 20px;
	text-decoration:none;
	font-weight:bold;
	font-style: normal;
	font-family: Tahoma;
	line-height:0px;
}

h5    {
	color:#DAA425;
	line-height:16px;
	font-size: 12px;
	text-decoration:none;
	font-weight:bold;
}

/* Top */
#pnlMain {
	margin-left:auto;
	margin-right:auto;
	width:928px;
}

#brdTop {
	margin:0;
	width:928px;
	height:4px;
}
#brdMid {
	width:900px;
	padding:10px 14px 10px 14px;
        /*
	background-color:#ffffff;
        background-image:url(../images/blue-border-middle.png);
	background-repeat:repeat-y;
        */
	background-color:#ffffff;
        background-image:url(../images/grey-border-middle2.png);
	background-repeat:repeat-y;
	
        
        text-align:left;
	vertical-align:top;
	float:left;
	}
.brdTopLeft {
        width:4px;
	height:4px;
	/*background-image:url(../images/blue-corner-topL.png);*/
        background-image:url(../images/grey-corner-topL.png);
	background-repeat:no-repeat;
	float:left;
}

.brdTopRight {
        width:4px;
	height:4px;
	/*background-image:url(../images/blue-corner-topR.png);*/
        background-image:url(../images/grey-corner-topR.png);
	background-repeat:no-repeat;
	float:left;
}

.brdTopMid {
	width:920px;
	height:4px;
	/*background-image:url(../images/blue-border-top.png);*/
        background-image:url(../images/grey-border-top.png);
	background-repeat:repeat-x;
	background-position:top;
	margin:0;
	padding:0;
	float:left;
}
#pnlHead {
	width:900px;
	height:100px;
	background-color:#fef6fb;
	margin-bottom:10px;
	float:left;	
}
.logo {
	padding:14px 0 0 20px;
	float:left;
}
#pnlContact {
        width:204px;
	height:100px;
	margin:0px;
        margin-right:20px;
	float:right;	
}
#pnlContact2 {
        width:244px;
	height:100px;
	margin:0px;
        margin-right:20px;
	float:right;	
}
.phone {
        margin:0px;
        padding:0px;
	width:200px;
	height:25px;
	font-size:15px;
	font-weight:bold;
	float:left;
}

.email {
        margin:20px 0px 0px 0px;
        padding:0px 0px 0px 0px;
	width:200px;
        line-height:24px;
	height:24px;
	float:left;
}

/*
.email a:link, .phone a:link {
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	color:#d50b85;
        line-height:24px;
}

.email a:hover, .email a:active, .phone a:hover, .phone a:active {
	text-decoration:underline;
	font-size:13px;
	font-weight:bold;
	color:#d50b85;
        line-height:24px;

}
*/
/* Top */

/* Top Nav */
#pnlTopNav {
	width:900px;
	height:40px;
	margin:0;
	float:left;	
}
#topNav{
  padding: 0;
  margin: 0;
  list-style: none;
}
#topNav li{
  float: left;
  position: relative;
  width: 10em;
  text-align:center;
  font-size:13.5px;
  font-weight:bold;
  color:#383838;
}
#topNav li{
  background-image:url('../images/topnav/topnavgrey.gif');
  height:40px;
  border:none;
}
#topNav li.navOn{
  background-image:url('../images/topnav/topnavdarkgrey.gif');
  color:#ffffff;
}
#topNav li.navSpac{
  width:3px;
  border:none;
}
#topNav li:hover{
  background-image:url('../images/topnav/topnavdarkgrey.gif');
  color:#ffffff;
}
#topNav li:hover a{
  color:#ffffff;
  font-weight:bold;
  line-height:40px;
}
#topNav a:link{
  color:#383838;
  font-weight:bold;
  line-height:40px;
  text-decoration: none;
}
#topNav a:active{
  color:#383838;
  font-weight:bold;
  line-height:40px;
  text-decoration: none;
}
#topNav a:visited{
  color:#383838;
  font-weight:bold;
  line-height:40px;
  text-decoration: none;
}
#topNav a:hover{
  color:#ffffff;
  font-weight:bold;
  text-decoration: none;
  line-height:40px;
}
#topNav li.navOn a:link{
  color:#ffffff;
  font-weight:bold;
  text-decoration: none;
}
#topNav li.navOn a:active{
  color:#ffffff;
  font-weight:bold;
  text-decoration: none;
}
#topNav li.navOn a:visited{
  color:#ffffff;
  font-weight:bold;
  text-decoration: none;
}
#topNav li.navOn a:hover{
  color:#ffffff;
  font-weight:bold;
  text-decoration: none;  
}
#topNav li#nav1{
  width:107px;
}
#topNav li#nav2{
  width:147px;
}
#topNav li#nav3{
  width:187px;
}
#topNav li#nav4{
  width:172px;
}
#topNav li#nav5{
  width:152px;
}
#topNav li#nav6{
  width:120px;
}
/* Top Nav */
/* Middle Content */
#pnlCont3Col {
	width:734px;
	margin: 10px 0px 10px 0px;
	text-align:left;
	vertical-align:top;
	float:left;
}
#pnlContNoRight {
	width:890px;
	margin: 10px 0px 10px 0px;
	text-align:left;
	vertical-align:top;
	float:left;
}
/* Middle Content */

/* Small boxes */
.col1box {
	width:218px;
	padding:10px;
	margin:0px;	
	height:135px;
	text-align: left;
	line-height:17px;
	background-image:url(../images/web-box-small.jpg);
	background-repeat:no-repeat;
	font-size:12px;
	font-weight:normal;
	color:#000000;
	float:left;	
}
.sloganBox {
	width:734px;
	padding:0px;
	margin:0px 0px 10px 0px;	
	text-align: left;
	line-height:17px;
	background-image:url(../images/bgrepeats/bgSlogan.jpg);
	background-repeat:repeat-x;
	font-size:12px;
	font-weight:normal;
	color:#000000;
	float:left;	
}
.sloganBox h2{
  margin:0px 10px 0px 10px;
  color:#ffffff;
  font-size:26pt;
  font-family:arial;
}
.sloganBox p{
  margin:0px 10px 0px 10px;
  color:#ffffff;
  font-size:12pt;
  font-family:arial;
}
.sloganBox a:link,.sloganBox a:visited,.sloganBox a:active,.sloganBox a:hover{
  color:yellow;
}
/*
.col1box a:link {
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	color:#d50b85;
}

.col1box a:hover, a:active {
	text-decoration:underline;
}
*/
.mgrt {
	margin-right: 10px;	
}
.mgbtm {
	margin-bottom: 10px;
}
.col1boxttl {
	color:#222222;
	font-size: 14px;
	text-decoration:none;
	font-weight:bold;
	font-style: normal;
	line-height:21px;
}
/* Small boxes */
/* Right Nav */
#pnlRight {
	width:156px;
	text-align:left;
	vertical-align:top;
	float:right;
	border-top:1px solid #ffffff;
}
#pnlMnuWrap {
	width:156px;
	margin-bottom:10px;
	background-image:url(../images/bkgrey-left-menu.png);
	background-repeat:repeat-x;
	background-color:#9a9898;
	float:left;	
}
#pnlMnuRight a, #menu a:visited {
  text-align:left;
  vertical-align:text-top;
  text-decoration:none;
  color:#FFFFFF; 
  display:block; 
  width:140px; 
  height:12px;
  padding:8px; 
  border-bottom:1px solid #FFFFFF;
  font-size:12px;
  font-weight:bold;
}
#pnlMnuRight a:hover {
  color:#FFFFFF;
  background-color:#000000; 
  }
#pnlMnuRight span{
  text-align:left;
  vertical-align:text-top;
  text-decoration:none;
  color:pink; 
  display:block; 
  width:140px; 
  height:11px;
  padding:8px; 
  border-bottom:1px solid #FFFFFF;
  font-size:11px;
  font-weight:bold;
}
#pnlMnuRight a.navSub1:link{
  color:pink;
  font-size:11px;
}
#pnlMnuRight a.navSub1:visited{
  color:pink;
  font-size:11px;
}
#pnlMnuRight a.navSub1:active{
  color:pink;
  font-size:11px;  
}
#pnlMnuRight a.navSub1:hover
{
  color:pink;
  font-size:11px;  
}
/*
#pnlMnuRight span a:link, #pnlMnuRight span a:visited, #pnlMnuRight span a:active{
  text-align:left;
  vertical-align:text-top;
  text-decoration:none;
  color:pink; 
  width:140px; 
  height:11px;
  font-size:11px;
  font-weight:bold;
  display:block;
  margin:0px;
  padding:0px;
}


#pnlMnuRight span a:hover {
  color:pink;
  background-color:#000000; 
}
*/

/* Right Nav */
/* General */
.gutter1 {
        margin-top: 10px;        
}
/* General */
/* Footer */
#pnlFoot {
	width:898px;
	height:36px;
	border-style:solid;
	border-width:1px;
	border-color:#d4d4d4;
	background-image:url(../images/bk-bottom-menu.png);
	background-repeat:repeat-x;
	margin:0;
	text-align:left;
	vertical-align:top;
	float:left;	
}

#navFoot {
        margin:0 0 0 0px;
	padding: 0px 0 0px 0;
	width:500px;
	vertical-align:top;
	text-align:left;
	float:left;	
}
#navFoot li{
	display:inline;
	color:#d50b85;
	font-size: 11px;
	text-decoration:none;
	font-weight:bold;
        line-height:34px;
}
/*	
#navFoot li a {
	color:#d50b85;
	font-size: 11px;
	text-decoration:none;
	font-weight:bold;
}
*/	
#navFoot li.space {
	margin: 0 auto;
	padding-right: 8px;
	padding-left: 8px;
	border-right:1px;
	border-right-color:#CCCCCC;
	border-right-style:solid;
	text-align:center;
}
#navFoot li.space a:hover {
	text-decoration:underline;
}
    
#navFoot li.end {
	margin: 0 auto;
	padding-left: 8px;
}
    
#navFoot li.end a:hover {
	text-decoration:underline;
}
.copyright {
	width:350px;
	padding: 14px 0 0 10px;
	text-align:left;
	font-size:10px;
	font-weight:bold;
	color:#9e9e9e;
	float:right;	
}
/* Footer */

/* Bottom */
#brdBtm {
	margin:0;
	width:928px;
	height:4px;
	float:left;
}
.brdBtmLeft {
      width:4px;
	height:4px;
	background-image:url(../images/grey-corner-bottomL.png);
	background-repeat:no-repeat;
	float:left;
}

.brdBtmRight {
      width:4px;
	height:4px;
	background-image:url(../images/grey-corner-bottomR.png);
	background-repeat:no-repeat;
	float:left;
}

.brdBtmMid {
	width:920px;
	height:4px;
	/*background-image:url(../images/blue-border-bottom.png);*/
        background-image:url(../images/grey-border-bottom.png);
	background-repeat:repeat-x;
	float:left;
}
/* Bottom */

/* Images */
.imgBanner{
	width:304px;
	height:271px;
	margin-bottom:10px;
	background-repeat:no-repeat;
	padding: 20px 400px 0 30px;
	font-size:15px;
	font-weight:normal;
	color:#222222;
	line-height:21px;
	float:left;
        position:relative;
}
.imgBanner1{
	width:704px;
	height:291px;
	margin-bottom:10px;
	background-repeat:no-repeat;
	padding: 10px 400px 0 10px;
	font-size:15px;
	font-weight:normal;
	color:#222222;
	line-height:21px;
	float:left;
        position:relative;
}
.imgDev {
	background-image:url(../images/banner-development.jpg);
}
.imgDesign{
	background-image:url(../images/creative-home001.jpg);
}
.imgMarket{
	background-image:url(../images/banner-marketing2.jpg);
}
.imgHome {
	background-image:url(../images/banner-homepage.jpg);
}
.imgPackages{
	background-image:url(../images/banner-packages.jpg);
}
.imgBlank{
	background-image:url(../images/bgrepeats/bgFadePlain.jpg);
}
.imgDevTest {
	width:304px;
	height:271px;
	margin-bottom:10px;
	background-image:url(../images/test-dev1.jpg);
	background-repeat:no-repeat;
	padding: 20px 400px 0 30px;
	font-size:15px;
	font-weight:normal;
	color:#222222;
	line-height:21px;
	float:left;
}
/* Images */

/* Panels */
.pnlClearLarge{
	width:734px;
	margin-bottom:10px;
	font-size:15px;
	font-weight:normal;
	color:#222222;
	line-height:21px;
	float:left;
}
.pnlClearLargeTop{
	background-image:url(../images/bgrepeats/pnlClearLrgTop.jpg);
	background-repeat:no-repeat;
	width:734px;
        height:10px;
	padding: 0px;
}
.pnlClearLargeMid{
	width:734px;
	background-image:url(../images/bgrepeats/pnlClearLrgMid.jpg);
	background-repeat:repeat-y;
	padding: 0px 10px 0px 10px;
        position:relative;
}
/*
.pnlClearLargeMid > *{
	margin: 0px 10px 0px 10px;
}
*/
.pnlClearLargeBot{
	background-image:url(../images/bgrepeats/pnlClearLrgBot.jpg);
	background-repeat:no-repeat;
	width:734px;
        height:10px;
	padding: 0px;
}
/* Panels */

/* Tables */
table{
  border-collapse:collapse;
  margin:0px;
  padding:0px;
}
table tr td{
  margin:0px;
  padding:0px;
}
.tblContent1{
  width:714px;
}
.tblContent1 tr th{
  text-align:center;
}
.tblContent1 tr td{
  text-align:center;
  border-bottom:1px solid #cecece;
}
.tblContent1 tr td.cell0{
  text-align:left;
}
.tblContent1 tr td.cellSpan{
  text-align:left;
  border:none;
  font-weight:bold;
}
.tblContent1 tr td.lastRow{
  border:none;
  padding-bottom:20px;
}
/* Tables */


/* Links */

 a:link{
	color:#d50b85;
	font-size: 13px;
	text-decoration:none;
	font-weight:normal;
}
 a:visited{
	text-decoration:none;
	color:#d50b85;
}
 a:hover{
	text-decoration:underline;	
	color:#d50b85;
}
 a:active{
	text-decoration:underline;
	color:#d50b85;
} 

/* Links */
 
/* Home Page */
#pnlStrapLine {
    width:862px;
	height:150px;
    padding:18px;
	/*
	height:40px;
	text-align:center;*/
    
    
	background-color:#fcfcfc;
	border-style:solid;
	border-width:1px;
	border-color:#d4d4d4;
	font-size:18px;
	font-weight:bold;
	color:#292929;
	margin:10px 0 0 0;
	float:left;	
}
/* Home Page */
 
/* Fonts */
.fnt1 {
	color:#d50b85;
	font-size: 18px;
	text-decoration:none;
	font-weight:bold;
	font-style: normal;
}
.fnt2{
	color:#d50b85;
	font-size: 16px;
	text-decoration:none;
}
.fnt3{
	color:#d50b85;
	font-size: 14px;
	text-decoration:none;
}
.fnt4{
	color:#535353;
	font-size: 12px;
	text-decoration:none;
}
.fnt5{
	color:#535353;
	font-size: 14px;
	text-decoration:none;
}
.fnt6{
	color:#535353;
	font-size: 16px;
	text-decoration:none;
}
.fnt7{
	color:#535353;
	font-size: 12px;
	text-decoration:none;
}
.fnt8{
	color:#535353;
	font-size: 14px;
	text-decoration:none;
}
.fnt9{
	color:#000000;
	font-size:12px;
	text-decoration:none;       
}
.ls1{
  line-height:24px;
}


/* Fonts */
 a:link{
	color:#d50b85;
	font-size: 13px;
	text-decoration:none;
	font-weight:normal;
}
 a:visited{
	text-decoration:none;
	color:#d50b85;
}
 a:hover{
	text-decoration:underline;	
	color:#d50b85;
}
 a:active{
	text-decoration:underline;
	color:#d50b85;
}

.hyp1:link{
  color:#598EA9;
  font-size: 13px;
  text-decoration:none;
  font-weight:bold;
}
.hyp1:visited{
  color:#598EA9;
  font-size: 13px;
  text-decoration:none;
  font-weight:bold;
}
.hyp1:active{
  color:#598EA9;
  font-size: 13px;
  text-decoration:none;
  font-weight:bold;
}
.hyp1:hover{
  color:#598EA9;
  font-size: 13px;
  text-decoration:underline;
  font-weight:bold;
}

.hyp2:link{
  color:#598EA9;
  font-size: 16px;
  text-decoration:none;
  font-weight:bold;
}
.hyp2:visited{
  color:#598EA9;
  font-size: 16px;
  text-decoration:none;
  font-weight:bold;
}
.hyp2:active{
  color:#598EA9;
  font-size: 16px;
  text-decoration:none;
  font-weight:bold;
}
.hyp2:hover{
  color:#598EA9;
  font-size: 16px;
  text-decoration:underline;
  font-weight:bold;
}


/* Collapsible Right Nav */
        .drawer h2 {
            margin: 0;
        }

        .drawers-wrapper {
            position: relative;
            width: 156px;
        }

        .drawer {
            background-color:#ffffff;
            color:#76797C;
        }
        .drawer p{
          font-size:11px;
          line-height:12px;
        }
        .boxcap {
            height:5px;
            background-color:#cecece;
        }

        .captop {
            background-color:#cecece;
        }

        .drawers {
            color:#76797C;
        }

        .drawers A {
            color:#666666;
            text-decoration:none;
            font-style:normal;
            font-variant:normal;
            font-weight:normal;
        }

        .drawer li {
            border-bottom:1px solid #E5E5E5;
            padding:0px 0px 10px 0px;
            margin-top:10px;
        }

        UL {
            list-style: none;
            padding: 0;
        }

        UL.drawers {
            margin: 0;
        }

        .drawer-handle {
            background:#333333 url(../images/bgrepeats/drawerClosed.jpg) repeat-x ;
            cursor:default;
            text-indent:15px;
            width:100%;
            color:#FFFFFF;
            font-size:12px;
            height:30px;
            line-height:30px;
            font-weight:bold;
            margin:0px;
            padding:0px;
            vertical-align:middle;

        }

        .drawer-handle.open {
            background:none;
            background-color:#ce276f;            
            color:#FFFFFF;
            font-size:12px;
            height:32px;
            line-height:32px;
            font-weight:bold;
            padding:0px;
            margin:0px;
        }

        .drawer UL {
            padding: 0 10px;
            padding-bottom:0pt;
            margin-left:0px;
            margin-bottom:10px;
        }

        .drawer-content UL {
            padding-top: 0px;
        }

        .drawer-content LI A {
            display:block;
            overflow:hidden;
        }
/* Collapsible Right Nav */

/* HOME PAGE */

#creative-text {
	width:898px;
	height:40px;
	padding-top:18px;
	text-align:center;
	background-color:#fcfcfc;
	border-style:solid;
	border-width:1px;
	border-color:#d4d4d4;
	font-size:18px;
	font-weight:bold;
	color:#292929;
	margin:10px 0 10px 0;
	float:left;	
}

#sidecontent-home-left {
	width:154px;
	margin:0;
	text-align:left;
	vertical-align:top;
	float:left;
}

#middlecontent-home {
	width:570px;
	margin:0 10px 0 10px;
	text-align:left;
	vertical-align:top;
	float:left;
}


#left-menu-wrap {
	width:154px;
	margin-bottom:10px;
	background-image:url(../images/bkgrey-left-menu.png);
	background-repeat:repeat-x;
	background-color:#9a9898; 
	/* background-color:#045cbe; */
	float:left;	
}

#box-large {
	width:570px;
	height:291px;
	margin:0 0 10px 0;
	background-image:url(../images/box-large.png);
	background-repeat:no-repeat;
	float:left;	
}

#box-small {
	width:280px;
	height:200px;
	margin:0 10px 10px 0;
	background-image:url(../images/box-small.png);
	background-repeat:no-repeat;
	float:left;	
}

#box-small2 {
	width:280px;
	height:200px;
	margin:0 0 10px 0;
	background-image:url(../images/box-small2.png);
	background-repeat:no-repeat;
	float:left;	
}

/* WEB DEVELOPMENT */


#middlecontent{
	width:734px;
	margin: 10px 10px 0 0;	
	text-align:left;
	vertical-align:top;
	float:left;
}

.middle-page-text{
	width:714px;
	margin: 10px 10px 0 0;
	padding:0 10px 10px 10px;	
	text-align:left;
	vertical-align:top;
	float:left;
}

#sidecontent-right {
	width:156px;
	margin:0;
	text-align:center;
	vertical-align:top;
	float:right;	
}



.collapse-menu {
	width:156px;
	margin-bottom:10px;
	float:left;
        border:1px solid #cecece;
	
}

.header-web{
	width:704px;
	height:22px;
	padding:15px;	
	background-color:#ea389e;
	text-align:left;
	vertical-align:top;
	font-size:20px;
	font-weight:bold;
	color:#FFFFFF;
	margin-bottom:10px;
	float:left;
}



.test-pic2{
	width:734px;
	height:155px;
	margin-bottom:10px;
	float:left;
}



.blue-creative-box {
      width:694px;
	height:170px;
	margin:0 0 10px 0;
	padding: 10px 20px 20px 20px;
	background-color:#71aef1;
	background-image:url(../images/creative-blue-bk.jpg);
	background-repeat:repeat-x;
	font-size:18px;
	font-weight:bold;
	color:#FFFFFF;
	float:left;
}

.blue-creative-box2 {
      width:691px;
	height:196px;
	padding: 20px 20px 20px 30px;
	margin:0 0 10px 0;
	background-color:#71aef1;
	background-image:url(https://lgruk.co.uk/images/web-pic-test2.jpg);
	background-repeat:no-repeat;
	text-align:center;
	font-size:17px;
	font-weight:normal;
	color:#FFFFFF;
	float:left;
}

.blue-creative-white-box {
      width:222px;
	height:145px;
	margin:10px 13px 10px 0;
	background-color:#FFFFFF;
	float:left;
}

.blue-creative-white-box-end {
      width:222px;
	height:145px;
	margin:10px 0 10px 0;
	background-color:#FFFFFF;
	float:left;
}

.hover-box a { display:block; width:204px; border-style:solid;
	border-width:10px;
	border-color:#FFFFFF;}
.hover-box a:hover { border-style:solid;
	border-width:10px;
	border-color:#fdedf7;}
	
/* WEB CONSULTANCY */

.con-test-pic{
	width:304px;
	height:281px;
	margin-bottom:10px;
	background-image:url(../images/consultacny-home-test.jpg);
	background-repeat:no-repeat;
	padding: 10px 400px 0 30px;
	font-size:15px;
	font-weight:normal;
	color:#222222;
	line-height:21px;
	float:left;
}

/* WEB CREATIVE */
.txt1{
  color:#d50b85;
  font-size: 12px;
  font-weight:bold;
}


.creative-portfolio-banner{
	width:674px;
	height:271px;
	margin-bottom:10px;
	background-image:url(../images/portfolio-banner.jpg);
	background-repeat:no-repeat;
	padding: 20px 30px 0 30px;
	font-size:15px;
	font-weight:normal;
	color:#222222;
	line-height:21px;
	text-align:center;
	float:left;
}

.banner-btn{
	width:48px;
	height:48px;
	margin: 104px 0 10px 0;
	float:left;
}

.portfolio-pic{
	width:355px;
	height:287px;
	margin: 0 20px 10px 0;
	padding: 5px;
	border-style:solid;
	border-width:1px;
	border-color:#d4d4d4;
	float:left;
}

.quotes-test-pic{
	width:304px;
	height:271px;
	margin-bottom:10px;
	background-image:url(../images/quotes-home-banner.jpg);
	background-repeat:no-repeat;
	padding: 20px 400px 0 30px;
	font-size:15px;
	font-weight:normal;
	color:#222222;
	line-height:21px;
	float:left;
}

/* TEXT LINKS */




.portfolio-head {
	color:#d50b85;
	font-size: 15 spx;
	text-decoration:none;
	font-weight:bold;
	font-style: normal;
	text-align:center;
}



.creative-white {
	color:#FFFFFF;
	font-size: 18px;
	text-decoration:none;
	font-weight:normal;
	line-height:21px;
}

.read-more a:link         {
	color:#d50b85;
	font-size: 12px;
	text-decoration:none;
	font-weight:normal;
	font-style: normal;
}
.read-more  a:visited      {color:#d50b85;;font-size: 12px;text-decoration:none;font-weight:normal;font-style: normal;font-family: font-family: Tahoma;}
.read-more  a:hover        {color:#d50b85;;font-size: 12px;text-decoration:underline;font-weight:normal;font-style: normal;font-family: font-family: Tahoma;}
.read-more a:active       {color:#d50b85;;font-size: 12px;text-decoration:underline;font-weight:normal;font-style: normal;font-family: font-family: Tahoma;}

.banner-link  a:link      {color:#d50b85;;font-size: 15px;text-decoration:none;font-weight:normal;font-style: normal;font-family: font-family: Tahoma;}
.banner-link  a:visited      {color:#d50b85;;font-size: 15px;text-decoration:none;font-weight:normal;font-style: normal;font-family: font-family: Tahoma;}
.banner-link  a:hover        {color:#d50b85;;font-size: 15px;text-decoration:underline;font-weight:normal;font-style: normal;font-family: font-family: Tahoma;}
.banner-link a:active       {color:#d50b85;;font-size: 15px;text-decoration:underline;font-weight:normal;font-style: normal;font-family: font-family: Tahoma;}

/* Input fields */
.inpt1{
	width:175px;
}
.btn1{
  border:1px solid #000000;
  background-color:#656565;
  color:#ffffff;
  font-weight:bold;
  font-size:12pt;
}

/* Side Scroller */

#ScrollBox 
{
	/*margin-left: 60px;
	margin-top: -75px;*/
	width: 734px;
	height: 275px;
	position:  relative;
	overflow: hidden;
}

#BigBox
{
	width: 3800px;
	position:  relative;
	height: 273px;
}

.block
{
	width: 734px;
	float: left;
	height: 273px;
	margin-right: 10px;
}
ul.SlideNav{
  padding: 0;
  margin: 0;
  margin-left:170px;
  list-style: none;
}
ul.SlideNav li{
  float: left;
  position: relative;
  padding-left:10px;
  padding-right:10px;
  text-align:center;
  font-size:13.5px;
  font-weight:bold;
  color:#383838;
}

/* Submit Button */
div.btnSubmit{
  position:relative;
}
div.btnSubmit div a img{
  width:6px;
  height:23px;
  border:none;
}
div.btnSubmit div a:link,div.btnSubmit div a:visited,div.btnSubmit div a:active,div.btnSubmit div a:hover{
 display:block;
 text-decoration:none;
 color:#ffffff;
 font-weight:bold;
 font-size:9pt;
 line-height:20px;
 text-align:center;
}
div.btnSubmitLOff{
  position:absolute;
  background: url(../images/buttons/btnSubmitL.gif);
  background-repeat:no-repeat;
  width:6px;
  height:23px;
  top:0px;
  left:0px;
}
div.btnSubmitMOff{
  position:absolute;
  display:inline;
  background: url(../images/buttons/btnSubmitM.gif);
  background-repeat:repeat-x;
  height:23px;
  top:0px;
  left:6px;
}
div.btnSubmitROff{
  position:absolute;
  display:inline;
  background: url(../images/buttons/btnSubmitR.gif);
  background-repeat:no-repeat;
  width:6px;
  height:23px;
  top:0px;
}
div.btnSubmitLOver{
  position:absolute;
  background: url(../images/buttons/btnSubmitLOver.gif);
  background-repeat:no-repeat;
  width:6px;
  height:23px;
  top:0px;
  left:0px;
}
div.btnSubmitMOver{
  position:absolute;
  display:inline;
  background: url(../images/buttons/btnSubmitMOver.gif);
  background-repeat:repeat-x;
  height:23px;
  top:0px;
  left:6px;
}
div.btnSubmitROver{
  position:absolute;
  display:inline;
  background: url(../images/buttons/btnSubmitROver.gif);
  background-repeat:no-repeat;
  width:6px;
  height:23px;
  top:0px;
}
/* Button sizes */
div.btnSubmitM1{width:75px}
div.btnSubmitM2{width:100px}
div.btnSubmitM3{width:125px}
div.btnSubmitM4{width:150px}
div.btnSubmitM5{width:175px}
div.btnSubmitR1{left:81px}
div.btnSubmitR2{left:106px}
div.btnSubmitR3{left:131px}
div.btnSubmitR4{left:156px}
div.btnSubmitR5{left:181px}

table.contactForm{
  width:700px;
  
}
table.contactForm tr td{
  padding-top:2.5px;
  padding-bottom:2.5px;
}
