
/* NEW CODE */

.wrappage	{ min-width: 930px; }

.mainouter-samples	{
			padding: 30px 10px 50px 10px;
			background-image: none;
			}

.maininner-samples	{ margin: 0 auto; min-height: 950px; }

.footsp-L		{ width: 25px; }

.website-image-samples 	{ border: 1px #999999 solid; }

.feature-samples	{ margin-bottom: 7px; }


/* SAMPLES MENU */

#samples-nav, #samples-nav ul 	{
				width: 100%;
				list-style: none;
				padding: 0;
				margin: 0;
				}

#samples-nav a 		{
			color: #0066CC;
			font: 12px arial, sans-serif;
			font-weight: normal;
			text-decoration: none;
			text-align: center;
			padding: 4px 3px 4px 3px;
			width: 70px;
			display: block;
			cursor: pointer;
			}

#samples-nav li 	{
			background-color: #FFFFFF;
			background-repeat:repeat-x;
			display: inline-block;
    			*display:inline;/* For IE*/
    			*zoom:1;
			padding: 0;
			border: #C0C0C0 1px solid;
			margin: 2px 1px 2px 1px;
		/* CORNER ROUNDING */
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			-khtml-border-radius: 3px;
			border-radius: 3px;
			}

#samples-nav li a:hover 
			{
			color: #FFFFFF;
			text-decoration: none;
			cursor: pointer;
			}

#samples-nav li:hover	{ background-color: #0066CC; border: #0066CC 1px solid; }


#samples-nav li.currentt { background-color: #0099FF; border: #0099FF 1px solid; }

#samples-nav li.currentt a { color: #FFFFFF; }




