body { /* center on the page */
	background-image: url(images/template/BKGMaster001.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	background-attachment: scroll;
	background-position: center top;
}

#content {  /* Holds the entire page, which is a table inside it */
	position:relative; /* Going to place the vertical lines as absolute */
	margin-left: auto; /* Centers the content */
	margin-right: auto;
	width:975px; /* Same as the table */
}
.line-graphic-design { /* touches Graphic Design */
	position: absolute;
	left: 437px;
	top: 237px;
	z-index:1;
}
.line-web-design { /* touches Web Design */
	position: absolute;
	left: 705px;
	top: 237px;
	z-index:1;
}
.line-marketing-support { /* right border, home page */
	position:absolute;
	left: 974px;
	top: 224px;
}
.line-right-side { /* right border, Templates */
	position:absolute;
	left: 974px;
	top: 84px;
}
.main_hometext {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333;
}
.main_hometextLG {
	font-family: Arial;
	font-size: 24px;
	font-style: normal;
	line-height: 45px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333;
}

.small_print {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.main_boldItal {
	font-family: Verdana;
	font-size: 11px;
	font-style: oblique;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.table_bold {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	line-height: 30px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-align: left;
}
.table_plain {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.article_header1 {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #006600;
}
.article_headerBK {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.article_headerBKLG {
	font-family: Helvetica;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.article_headerYWLG {
	font-family: Helvetica;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FCB64F;
}
.article_headerYWSuper {
	font-family: Helvetica;
	font-size: 22px;
	font-style: normal;
	line-height: 28px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FCB64F;
}


.quote1 {
	font-family: Verdana;
	font-size: 11px;
	font-style: italic;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.home_text {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}

/* Drop-down menus on Home page */

.topmenuul{
	list-style-type:none;
	margin:0;
	padding:0;
}

.topmenuli{
	list-style-type:none;
	float:left;
	width: 190px;
	/*height: 27px;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#000;
	background-color:#b8b9bc;
	text-align:center;
	padding:0;
	margin:0;
}
/*.topmenuli a {
	text-decoration:none;
	color:#000;
}
.topmenuli a:hover {
	color:#fff;
	text-decoration:none;
}*/

.topmenutitle{
	display:block;
	width:100px;
}

.submenuul{
	list-style-type:none;
	position:absolute;
	top:-1px;
	padding:0;
	display:none;
	margin-left:11px;
	/*margin-top:-2px;*/
	background-color:#fff;
}

.submenuli a{
	display:block;
	width:150px;
	border-bottom:1px solid #b8b9bc;
	border-right:1px solid #b8b9bc;
	border-left:1px solid #b8b9bc;
	font-size:12px;
}

li:hover ul , li.over ul{ /* lists nested under hovered list items */
	display: block;
}

#dmenu li>ul { 
	top: auto;
	left: auto;
}

#content {
	clear: left;

}

/* menu design */

#dmenu {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size:12px;
}

.topmenuul {
		margin-left:76px;

}

.topmenutitle {
	text-indent:3px;
	text-decoration: none;
	border:1px solid #000000;
	padding:3px;
	line-height:14px;
}

.submenuli a{
	padding:3px;
	text-decoration: none;
	color: #000000;
	text-align:left;
	font-weight:100;
	padding-left:15px;
}

.submenuli a:hover{
	text-decoration: none;
	background:#d8ddb5;
	color: #000;
}

/* Drop-down menus on secondary pages */

.topmenuul-side{
	list-style-type:none;
	margin:0;
	padding:0;
}

.topmenuli-side{
	list-style-type:none;
	float:left;
	width: 150px;
	/*height: 27px;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#000;
	/*background-color:#b8b9bc;*/
	text-align:center;
	padding:0;
	margin:0;
}

.submenuul-side{
	list-style-type:none;
	position:absolute;
	padding:0;
	display:none;
	margin-left:110px; /* Moved over to the side not directly underneath */
	margin-top:-25px;
	background-color:#fff;
	border-top:1px solid #b8b9bc; /* light grey, like sides and bottom */
}

/* Portfolio */

#portfolio {	
		width: 790px;
		height: 472px;
		vertical-align:middle;
		white-space: nowrap; 
		overflow: auto;
		/*overflow:scroll;	*/
}
.main_hometextBK {
	font-family: Arial;
	font-size: 11.75px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #030303;
}
.main_secondaryText {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #999999;
}

/*Mobed from inline*/
.greyBorder {
	border: 1px solid #cccccc;
	border-collapse: collapse;
}

.Quote {font-family: Verdana; font-size: 11px; font-style: italic; line-height: 20px; font-weight: normal; font-variant: normal; text-transform: none; }

.article_headerGR {font-family: Arial; font-size: 14px; font-style: normal; line-height: normal; font-weight: bolder; font-variant: normal; text-transform: none; color: #2C611F; }

.side_text {
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}

.small_print1 {
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}

.greyBorderSides {
	border-collapse: collapse;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #cccccc;
	border-left-color: #cccccc;
}
.main_text {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}

/*CSS NAVIGATION*/
td.nav {
	height:91px;
	overflow:hidden;
	vertical-align:bottom;
	width:951px;
}

td.nav a
{
	background:url(images/menu.jpg) no-repeat;
	display:block;
	float:left;
	height:43px;
	margin-top:48px;
	overflow:hidden;
	text-indent:-999em;
}

td.nav a.home {
	background:url(images/Nav2/Logo.jpg) no-repeat;
	height:91px;
	margin-top:0;
	width:184px;
}
td.nav a.graphic {
	width:109px;
}
td.nav a.graphic:hover {
	background-position:0 100%;
}
td.nav a.web {
	background-position:-109px 0;
	width:119px;
}
td.nav a.web:hover {
	background-position:-109px 100%;
}
td.nav a.enews {
	background-position:-228px 0;
	width:131px;
}
td.nav a.enews:hover {
	background-position:-228px 100%;
}
td.nav a.marketing {
	background-position:-359px 0;
	width:163px;
}
td.nav a.marketing:hover {
	background-position:-359px 100%;
}
td.nav a.about {
	background-position:-522px 0;
	width:110px;
}
td.nav a.about:hover {
	background-position:-522px 100%;
}
td.nav a.contact {
	background-position:-632px 0;
	width:79px;
}
td.nav a.contact:hover {
	background-position:-632px 100%;
}



