@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	background: #e5e5e5; /* for non-css3 browsers */
/*	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#333', EndColorStr='#072f54', GradientType=0); /* for IE */
/*	background: -webkit-gradient(linear, left top, left bottom, from(#333), to(#072f54)); /* for webkit browsers */
/*	background: -moz-linear-gradient(top,  #333,  #072f54); /* for firefox 3.6+ */ 
	margin: 0px 0 0 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

h1 {
	font-size:1.8em;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight:normal;
}
h2 {
	font-size:1.4em;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #000000;
	font-weight:normal;
}
h3 {
	font-size:1.2em;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #000000;
	font-weight:normal;
}
h4 {
	font-size:1.0em;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #000000;
	font-weight:normal;
}
p {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	line-height:1.2em;
	font-weight:normal;
}
ul {
	padding:0px 0 0 0px;
	margin:0 0 0 0px;
}
li {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	line-height:1.5em;
	color: #666666;
	font-weight:normal;
	display:block;
	list-style:none;
}
a {
	color:#521c46;
	text-decoration:none;
}
a:hover {
	color:#e82452;
	text-decoration:none;
}
.clearboth {
	height:0px;
	clear:both;
}
/*-----------------------------------------------------Content Container--------------------------------------------------*/

.oneColFixCtr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
/*	background:url(../images/container_bg.png);*/
	margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0px 0 0 0;
/*	border: 1px solid #fff;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	width: 980px;
	margin: 10px 10px 0px 10px;
}

/*-----------------------------------------------------Header--------------------------------------------------*/

.oneColFixCtr #header {
	width: 978px;
	background: #FFFFFF;
	height:66px;
	background-image: url(../images/dotted_border.png);
	background-position:bottom;
	background-repeat:no-repeat;
	border: 1px solid #fff;
}
#header .logo {
	margin: 18px 0px 0 11px;
}
#header .nav_but {
	float:right;
	margin:42px 10px 0 0px;
	position:relative;
}
#header .nav_but li {
	list-style:none;
	display:inline;
}
/*-----------------------------------------------------Latest Work Container--------------------------------------------------*/
.oneColFixCtr #latestWork {
	width: 978px;
	background: #FFFFFF;
	border: 1px solid #fff;
	margin:0;
	padding:0;
}
.oneColFixCtr #latestWork .page_numbers {
	width:960;
	margin:0px 10px 0px 10px;
	padding:0;
	height:10px;
}
.oneColFixCtr #latestWork .page_numbers p {
	font-size:0.8em;
}
.left {
	float:left;
}
.right {
	float:right;
}
/*-----------------------------------------------------slider postioning --------------------------------------------------*/

#gamesHolder { 
	margin: 11px 0 0 11px;
	padding:0;
	width: 956px;
}
/*-----------------------------------------------------Main Image--------------------------------------------------*/
.oneColFixCtr #latestWork .recent_work_main_image {
	width: 540px;
	margin:0px 0 10px 0;
	float:left;
}
.oneColFixCtr #latestWork .recent_work_main_image img {
	margin:10px 0 0 10px;
}

.oneColFixCtr #latestWork .recent_work_main_image .new {
	margin:-375px 0 0 485px;
	position:absolute;
	display: block; 
}
.oneColFixCtr #latestWork .recent_work_main_image h2 {
	margin:10px 0 0 9px;
	padding:0;
	background:url(../images/link_arrow.png) no-repeat 160px 7px;
}
.oneColFixCtr #latestWork .recent_work_main_image p {
	margin:5px 0 0 10px;
	padding:0;
	color: #666666;
}
/*-----------------------------------------------------Work Description--------------------------------------------------*/
.oneColFixCtr .work_description {
	width: 417px;
	float:right;
	margin: 10px 10px 0px 0;
	padding: 0px 0 15px 10px;
	height:100%;
	background-image:url(../images/box_bottom_border_vert.gif);
	background-repeat:repeat-y;
	background-position:left;
}
.oneColFixCtr .work_description h3 {
	margin:0px 0 10px 0;
}
.oneColFixCtr .work_description h4 {
	margin:0px 0 0 0;
}
.oneColFixCtr .work_description img {
	margin:10px 10px 0 0px;
}
.oneColFixCtr .work_description p {
	margin:0px 0 20px 0;
	padding:0;
	color: #666666;
	line-height:1.5em;
	font-size:0.8em;
}
.oneColFixCtr .work_description ul {
	margin:0px 0 0px 0;
	font-size:0.8em;
}

div.hr {
	padding: 0;
	margin: 0px 10px 0 10px;
	height: 8px;
	width:960px;
	clear: both;
	background:url(../images/box_bottom_border.gif) repeat-x;
}

div.hr hr {
	display: none;
}
/*-----------------------------------------------------Contact--------------------------------------------------*/
.oneColFixCtr .contact {
	width: 417px;
	float:right;
	margin: 10px 10px 0px 0;
	padding: 0px 0 15px 10px;
	height:100%;
	background-image:url(../images/box_bottom_border_vert.gif);
	background-repeat:repeat-y;
	background-position:left;
}
/*-----------------------------------------------------About Me--------------------------------------------------*/
.oneColFixCtr .about_me {
	width: 588px;
	float:left;
	margin: 10px 20px 20px 10px;
	padding: 0px 0 0 0;
}
.oneColFixCtr .about_me h1 {
	margin:0px 0 20px 0;
}
.oneColFixCtr .about_me h3 {
	margin:0px 0 15px 0;
	font-size:1.0em;
}
.oneColFixCtr .about_me img {
	padding:0 10px 10px 0;
}
.oneColFixCtr .about_me h4 {
	margin:20px 0 0 0;
}
.oneColFixCtr .about_me p {
	margin:10px 0 0 0;
	color: #666666;
	font-size:0.9em;
}
.oneColFixCtr .companies {
	width: 100px;
	float:left;
	margin: 10px 10px 20px 0px;
	padding: 0px 0px 0 10px;
	background-image:url(../images/box_bottom_border_vert.gif);
	background-repeat:repeat-y;
	background-position:left;
}
.oneColFixCtr .companies h3 {
	margin:0px 0 5px 0;
}
.oneColFixCtr .companies h4 {
	margin:20px 0 0 0;
}
.oneColFixCtr .companies p {
	margin:5px 0 0px 0;
	color: #666666;
	font-size:0.8em;
}
.oneColFixCtr .companies ul {
	margin:0px 0 10px 0px;
	font-size:0.7em;
}
.oneColFixCtr .companies li {
	margin:0px 0 0px 0px;
	padding:0;
}
/*-----------------------------------------------------Portfolio--------------------------------------------------*/
.oneColFixCtr #latestWork .module_potfolio {
	width: 309px;
	float:left;
	height:270px;
	margin:10px 0 0 15px;
}
.oneColFixCtr #latestWork .module_potfolio h3 {
	margin:10px 0 0 0;
	padding:0;
}
.oneColFixCtr #latestWork .module_potfolio p {
	margin:5px 0 10px 0;
	padding:0;
	color: #666666;
	font-size:0.8em;
}
/*-----------------------------------------------------Art Area--------------------------------------------------*/
.oneColFixCtr #artArea {
	width: 978px;
	height:304px;
	margin:10px 0 0 0;
	background: #FFFFFF;
	border: 1px solid #fff;
}
.oneColFixCtr #artArea img {
	margin:10px 0 0 10px;
}
/*-----------------------------------------------------Footer--------------------------------------------------*/
.oneColFixCtr #footer {
	width: 978px;
	height:140px;
	margin:10px 0 0 0;
	background: #FFFFFF;
	border: 1px solid #fff;
}
.oneColFixCtr #footer .footer_nav {
	float:left;
	width:325px;
	height:129px;
	border-right:1px dotted #e6e0d9;
}
.oneColFixCtr #footer h4 {
	margin:10px 0 0 15px;
}
.oneColFixCtr #footer ul {
	margin:5px 0 0 15px;
}
.oneColFixCtr #footer li {
	margin:0px 0 0 0;
	font-size:0.8em;
}
.oneColFixCtr #footer .footer_about_me {
	float:left;
	width:325px;
	height:129px;
	border-right:1px dotted #e6e0d9;
}
.oneColFixCtr #footer .footer_about_me p {
	margin:8px 10px 0 15px;
	color: #666666;
	font-size:0.8em;
}
.oneColFixCtr #footer .footer_contact_me {
	float:left;
	width:325px;

}
.oneColFixCtr #footer .footer_contact_me .lady {
	position:relative;
	display:block;
	margin:-30px 0 0 265px;
}
/*-----------------------------------------------------Copyright--------------------------------------------------*/
.copy_right {
	width:980px;
	background:#FFF;
	height:30px;

}
.copy_right p {
	text-align:center;
	margin:10px 0 10px 0;
	color: #666666;
	padding:10px;
	font-size:0.7em;
}