
@font-face {
	    font-family: 'Philosopher';

    src: url('Fonts/Philosopher/Philosopher-Regular.ttf');

    font-weight: normal;

    font-style: normal;
}
@font-face {
	    font-family: 'Kameron';

    src: url('Fonts/Kameron/Kameron-Regular.ttf');

    font-weight: normal;

    font-style: normal;
}
@font-face {
	    font-family: 'Andika';

    src: url('Fonts/Andika/Andika-R.ttf');

    font-weight: normal;

    font-style: normal;
}
@font-face {
	    font-family: 'Candara';

    src: url('Fonts/Candara.ttf');

    font-weight: normal;

    font-style: normal;
}
@font-face {
	    font-family: 'Calibri';

    src: url('Fonts/Calibri.ttf');

    font-weight: normal;

    font-style: normal;
}

body,td {
	font-family: 'Andika', Verdana, Arial;
	font-size: 14px;
	color: #333333;
	margin: 0px;
}

body {
	background-image: url(template-images/bg-main.gif);
	background-repeat: repeat;
	text-align: center;
	background-position: center top;
}

a:link {
	color: #0856BA;
	text-decoration: none;
}
a:visited {
	color: #0856BA;
	text-decoration: none;
}
a:hover {
	color: #660099;
	text-decoration: none;
}
a:active {
	color: #0856BA;
	text-decoration: none;
}
a img {
	border: none;
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
	color: #660099;
	font-weight:normal;
	text-transform: uppercase;
}

h1 { 
font-size:18px;  
}
h2 { 
font-size:15px;
}
h3 { font-size:15px;
}
h4            { font-size:15px;}
h5            { font-size:15px;}
h6            { font-size:15px;}

#header-container {
	background-image: url(template-images/header-bg3.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 159px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Geneva, sans-serif;
	z-index: 999;
}
#header {
	height: 119px;
	text-align: left;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#header .logo {
	display:block;
	width:300px;
	height:90px;
	padding-top: 10px;
	float: left;
}
#header a {
	color: #333333;
	text-decoration: none;
}
#header a:hover {
	text-decoration: underline;
}
#header .middle {
	float: left;
	width: 300px;
	padding-left: 50px;
	display: none;
}
#header .middle ul {
	list-style-type: disc;
	font-size: 14px;
	font-weight: normal;
	color: #dcccde;
	padding-top: 10px;
}
#header .middle ul li{
	padding-top: 3px;
	padding-bottom: 3px;
}
#header .contact {
	width:430px;
	height:89px;
	padding-top: 35px;
	float: right;
	color: #dcccde;
	text-align: center;
	font-weight: normal;
}
#header .contact .telephone {
	color: #660099;
}
#header .contact .strapline{
	font-size: 15px;
	font-weight: normal;
	color: #660099;
	text-transform: uppercase;
}
#header .contact .tel{
	font-size: 14px;
	padding-top: 10px;
	color: #333333;
}
#header .contact .email{
	font-size: 14px;
	padding-top: 10px;
	color: #333333;
}

#wrapper {
	margin-right: auto;
	margin-left: auto;
	clear: both;
	height: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(template-images/bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

#page {
	width: 975px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #999;
}
#menu {
	text-align: left;
	width: 975px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-transform: uppercase;/*	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666; */
}
#content {
	height: auto;
	width: 935px;
	margin-top: 0px;
	float: left;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#content .main-text {
		width: 705px;
}
#content h1 {
	text-align: center;
	}
#content .left{
	text-align: left;
	}
#content .left-img{
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
	}
#content .clear{
	clear: both;
	}
#content ul {}
#content ul li{
	list-style-position: outside;
	list-style-image: url(template-images/bullet.jpg);
}
#footer-container {
	background-image: url(template-images/footer-bg4.png);
	background-repeat: repeat-y;
	background-position: center top;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 0px;
	clear: both;
	font-family: Verdana, Geneva, sans-serif;
}
#footer {
	text-align: left;
	width: 975px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-size: 13px;
}
#footer h5 {
	font-size: 13px;
	padding: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
}
#footer .clear{
	clear: both;
	padding-bottom: 10px;
	}

#footer ul {
	padding: 0px;
	list-style-position: inside;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer .actinic-links {
	text-align: left;
	float: left;
	width: 300px;
	margin-left: 60px;
}
#footer .actinic-links ul li a{
	color: #333;
}
#footer .actinic-links ul li a:hover{
	color: #660099;
}

#footer .popular-searches ul li a{
	color: #333;
}
#footer .popular-searches ul li a:hover{
	color: #660099;
}

#footer .contact-links ul li a{
	color: #333;
}
#footer .contact-links ul li a:hover{
	color: #660099;
}

#footer .popular-searches {
	text-align: left;
	float: left;
	width: 280px;
	margin-left: 20px;
}
#footer .contact-links {
	text-align: left;
	float: left;
	width: 280px;
	margin-left: 20px;
}


#footer a{
	color: #333;
}
#footer a:hover{
	color: #660099;
}

#footer .copyright{
	color: #660099;
	padding-top: 30px;
	clear: both;
	text-align: left;
	padding-left: 50px;
}
.table-border {
	border: 1px solid #ddd;
}
.purple {
	font-weight: normal;
	color: #663399;
	text-transform: uppercase;
	font-size: 15px;
}
.green {
	font-weight: bold;
	color: #009900;
}
.green-lite {
	font-weight: normal;
	color: #009900;
}

.portfolio-link {
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
	border: 1px solid #CCC;
}
/* Portfolio Grid Layout*/
#portfolio {
	width: 935px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	height: auto;
	text-align: left;
}

#portfolio .box{
	height: auto;
	width: 200px;
	margin-bottom: 20px;
	margin-left: 45px;
	margin-top: 0px;
	display: inline;
	float: left;
}

#portfolio .box-left{
	height: auto;
	width: 200px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-top: 0px;
	display: inline;
	float: left;
}
#portfolio p {
	margin: 0px;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
	text-align: center;
}
#portfolio .clear {
	clear: both;
}
#portfolio .divider {
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #f1e8f6;
	border-bottom-color: #f1e8f6;
}

#portfolio h2 {
	margin-bottom: 30px;
}
/* Portfolio 2*/
#portfolio2 {
	width: 935px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	height: auto;
	text-align: left;
}

#portfolio2 .box{
	height: auto;
	width: 250px;
	margin-bottom: 20px;
	margin-left: 92px;
	margin-top: 0px;
	display: inline;
	float: left;
	border: 0px solid #666666;
	margin-right: 0px;
}

#portfolio2 .box-left{
	height: auto;
	width: 250px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-top: 0px;
	display: inline;
	float: left;
}
#portfolio2 p {
	margin: 0px;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
	text-align: center;
}
#portfolio2 .intro-text {
	text-align: left;
	margin-bottom: 20px;
}
#portfolio2 .clear {
	clear: both;
}
#portfolio2 .divider {
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #f1e8f6;
	border-bottom-color: #f1e8f6;
}

#portfolio2 h2 {
	margin-bottom: 30px;
}
/* Portfolio 3*/
#portfolio3 {
	width: 935px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	height: auto;
	text-align: left;
}

#portfolio3 .box{
	height: auto;
	width: 250px;
	margin-bottom: 20px;
	margin-left: 92px;
	margin-top: 0px;
	display: inline;
	float: left;
	border: 0px solid #666666;
	margin-right: 0px;
}

#portfolio3 .box-left{
	height: auto;
	width: 250px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-top: 0px;
	display: inline;
	float: left;
}
#portfolio3 p {
	margin: 0px;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
	text-align: center;
}
#portfolio3 .intro-text {
	text-align: left;
	margin-bottom: 20px;
}
#portfolio3 .clear {
	clear: both;
}
#portfolio3 .divider {
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #f1e8f6;
	border-bottom-color: #f1e8f6;
}

#portfolio3 h2 {
	margin-bottom: 30px;
}

/* Home page links*/
#home-links {
	width: 935px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	height: auto;
	text-align: left;
}
#home-links .description {}
#home-links .box{
	height: auto;
	width: 250px;
	margin-bottom: 20px;
	margin-left: 92px;
	margin-top: 0px;
	display: inline;
	float: left;
	border: none;
	margin-right: 0px;
}

#home-links .box-left{
	height: auto;
	width: 250px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-top: 0px;
	display: inline;
	float: left;
	margin-right: 0px;
}
#home-links p {
	margin: 0px;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 10px;
	padding-left: 7px;
	text-align: left;
}
#home-links .intro-text {
	text-align: left;
	margin-bottom: 20px;
}
#home-links .clear {
	clear: both;
}
#home-links .divider {
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #f1e8f6;
	border-bottom-color: #f1e8f6;
}

#home-links h2 {
	margin-bottom: 30px;
	text-align: center;
}

/* Actinic Templates Page Starts*/
#portfolio-templates {
	width: 935px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	height: auto;
	text-align: left;
}
#portfolio-templates .image {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	}

#portfolio-templates .box{
	height: auto;
	width: 250px;
	margin-bottom: 20px;
	margin-left: 92px;
	margin-top: 0px;
	display: inline;
	float: left;
	border: 0px solid #666666;
	margin-right: 0px;
}

#portfolio-templates .box-left{
	height: auto;
	width: 250px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-top: 0px;
	display: inline;
	float: left;
}

/* #portfolio-templates .box{
	height: auto;
	width: 300px;
	margin-bottom: 20px;
	margin-left: 92px;
	margin-top: 0px;
	display: inline;
	float: left;
}

#portfolio-templates .box-left{
	height: auto;
	width: 300px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-top: 0px;
	display: inline;
	float: left;
} */
#portfolio-templates p {
	margin: 0px;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
	text-align: center;
}
#portfolio-templates .intro-text {
	text-align: left;
	margin-bottom: 20px;
}
#portfolio-templates .clear {
	clear: both;
}
#portfolio-templates .divider {
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #f1e8f6;
	border-bottom-color: #f1e8f6;
}

#portfolio-templates h2 {
	margin-bottom: 30px;
}

/* Actinic Templates Page ends*/


/** Right Sidebar Starts **/

#right-sidebar {
	float: right;
	height: auto;
	width: 205px;
	display: inline;
	color: #000099;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-align: center;
}
#right-sidebar .side-box {
	height: auto;
	width: 202px;
	border: 1px solid #CCC;
	margin-bottom: 10px;
/*	background-color: #edf3fa;
	background-image: url(template-images/sidebar-box-bg.jpg);*/
	background-repeat: no-repeat;
	background-position: center top;
}
#right-sidebar .side-box img{
	padding: 1px;
	margin: 0px;
}
#right-sidebar .side-box p{
	padding: 5px;
}

/** Right Sidebar Ends **/
/** Fonts **/
.arial {
	font-family: Arial, Helvetica, sans-serif;
}
.verdana {
	font-family: Verdana, Geneva, sans-serif;
}
.times-new-roman {
	font-family: "Times New Roman", Times, serif;
}
.candara {
	font-family: Candara;
}
.calibri {
	font-family: Calibri;
}
.philosopher {
	font-family: Philosopher;
}
.kameron {
	font-family: Kameron;
}
/* Lightbox */
/******************************* Images Start *******************/

#images {
	display: inline;
	line-height: 1.6em;
}
#images img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
#images p{
	margin-top: 2px;
	font-size: 12px;
	padding: 0px;
}
.box {
	padding: 0px;
	width: 216px;
	border: 1px solid #666666;
	float: left;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 162px;
	display: inline;
}

.box-right {
	padding: 0px;
	width: 216px;
	border: 1px solid #666666;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 162px;
	display: inline;
}
.box2 {
	padding: 10px;
	width: 196px;
	float: left;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 10px;
	margin-left: 0px;
	height: auto;
	display: inline;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	background-color: #eaf0f5;
}

.box2-right {
	padding: 10px;
	width: 196px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	height: auto;
	display: inline;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	background-color: #eaf0f5;
}
/******************************* Lightbox Images End *******************/
.popup {
	text-align: left;
	padding: 10px;
	width: 610px;
	background-color: #FFF;
}
.popup ul li{
	list-style-position: outside;
	list-style-image: url(template-images/bullet.jpg);
}
/******************************* Copywriting and proofreading starts *******************/
.quote {
	font-style: italic;
	color: #009900;
	font-size: 15px;
}
/******************************* Testimonials *******************/
#testimonials {}
#testimonials p{
	padding: 0px;
}

#testimonials .entry{
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-bottom: 10px;
	height: auto;
	overflow: auto;
	margin-bottom: 20px;
}

#testimonials img{
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#testimonials .text{
	padding-top: 0px;
	float: right;
	width: 710px;
}
#testimonials .author{
	font-style: italic;
	color: #009900;
}
/******************************* Download *******************/
.download {
	background-color: #e7e4ec;
	padding: 10px;
	width: 913px;
	border: 1px solid #666;
}
