@charset "utf-8";
/* CSS Document */
body {
		background-color:#000000;
		margin:0;
		width: 100%;
		padding: 20px 0 40px;
	}
	
	/* Firefox Dotted Outline Fix */
	a:active { 
		outline: none; 
	}
	
	/* Firefox Dotted Outline Fix */
	a:focus { 
		-moz-outline-style: none; 
	}
	
/* =============================================================THIS IS MY NAV MENU!!!=========================================================*/	
	
	#nav {
		background-image:url(../Images/menubg1.png);
		background-repeat:repeat-x;
		width: 100%;
		height: 89px;
		margin-top:-20px;
		margin-bottom:-6px;
		overflow:hidden;
	}
	
	/* Menu Body */
	ul#menu {
		width:100%;
		height:89px;
		list-style:none;
		margin:0;
		padding:0;
		padding-top:0px;
		padding-left:0;
		margin-left:20px;
	}
	
	/* Float LI Elements - horizontal display */
	ul#menu li {
		float:left;
	}
	
	/* Link - common attributes */
	ul#menu li a {
		background:url(../Images/sprite.png) no-repeat scroll top left;
		display:block;
		height:80px;
		position:relative;
	}
	
	ul#menu li.test {
		float:right;
		padding-right:40px;
	}
	
	/* Specify width and background position attributes specifically for the class: "home" */
	ul#menu li a.home {
		width:141px;
	}
	
	/* Specify width and background position attributes specifically for the class: "services" */
	ul#menu li a.services {
		width:158px;
		background-position:-140px 0px;
	}
	
	/* Specify width and background position attributes specifically for the class: "portfolio" */
	ul#menu li a.portfolio {
		width:158px;
		background-position:-297px 0px;
	}
	
	/* Specify width and background position attributes specifically for the class: "contact" */
	ul#menu li a.contact {
		width:140px;
		background-position:-454px 0px;
	}
	
	/* Specify width and background position attributes specifically for the class: "designers" */
	ul#menu li a.designers {
		width:158px;
		background-position:-594px 0px;
		float:right;
	}
	
	/* Span (on hover) - common attributes */
	ul#menu li a span {
		background:url(../Images/sprite.png) no-repeat scroll bottom left;
		display:block;
		position:absolute;
		top:0;
		left:0;
		height:100%;
		width:100%;

	}
	
	/* Span (on hover) - display pointer */
	ul#menu li a span:hover {
		cursor:pointer;
	}
	
	/* Shift background position on hover for the class: "home" */
	ul#menu li a.home span {
		background-position:0px -80px;
	}
	
	/* Shift background position on hover for the class: "services" */
	ul#menu li a.services span {
		background-position:-140px -80px;
	}
	
	/* Shift background position on hover for the class: "portfolio" */
	ul#menu li a.portfolio span {
		background-position:-297px -80px;
	}
	
	/* Shift background position on hover for the class: "contact" */
	ul#menu li a.contact span {
		background-position:-454px -80px;
	}
	
	/* Shift background position on hover for the class: "contact" */
	ul#menu li a.designers span {
		background-position:-594px -80px;
		float:right;
	}

/* =============================================================THIS IS THE END OF MY NAV MENU!!!=========================================================*/
	


/*========================This is the start of the head=======================*/

#top {
background:none repeat scroll 0 0;
height:auto;
position:relative;
margin-top:-636px;
}

.bghead {
width:100%;
height:636px;
position:relative;
overflow:hidden;
}
	
.aluminum {
background:#555555 url(../Images/left_grad.png) repeat-x scroll center top;
height:636px;
left:50%;
margin:0 0 0 -999px;
position:absolute;
top:0;
width:534px;
}
.dragonium {
background:#111111 url(../Images/right_grad.png) repeat-x scroll center bottom;
height:636px;
margin:0 -999px 0 0;
position:absolute;
right:50%;
top:0;
width:534px;
}
#stage {
background:transparent url(../Images/headbg.png) no-repeat scroll center top;
/*height:636px;*/
min-height:636px;
max-height:inherit;
margin:0 auto;
width:960px;
position:relative;
}

#head {
	height:230px;
	margin-top:40px;
	}

#logo {
	height:auto;
	float:left;
	}
	
#logo img{
	padding-top:30px;
	padding-left:10px;
	}

#intro_area{
	position:relative;
	height:220px;}

#intro_area img{
	float:left;
	padding-left:30px;
	padding-top:10px;
		}
		
#body {
	background: url(../Images/content_bg.png);
	background-repeat: repeat;
	height:auto;
	float:left;
	width:940px;
	margin-top:100px;
	/*margin-bottom:150px;*/
}

#cont_top_info{
	height:auto;
	margin:0 !important;
	}
	
#cont_top_info p{
	margin-left:10px;
	}

#bodinfo_left{
	height:auto;
	float:left;
	}
	
#bodinfo_right{
	height:30px;
	float:left;
	text-align:right;
	}
	
#bodinfo_right p{
	margin-right:10px;
	}


#bodinfo_right table{
       margin-left:390px;
       margin-bottom:-40px;
       margin-right:30px;
	}

#sidebar {
	height:auto;
	}
#sidebar h1{
	height:auto;
	padding-left:10px;
	}

/*#content h1,#content h4, #content p{
	height:auto;
        margin-left:20px;
	}*/

#content {
	height:auto;
        margin-bottom:20px;
	}	

#footer {
	background-image:url(../Images/footer.png);
	background-repeat:repeat-x;
	height:40px;
	float:left;
	width:100%;
	position: relative;
	overflow:hidden;
	margin:0 0 -50px;
padding:0;
	border-top: solid #808080 1px;
	display:block;
	}
	
#footer p{
	padding-left:20px;
	padding-top:10px;
	}
	
#footcont {
	background-image:url(../Images/footer.png);
	height:41px;
	width:100%;
	position: relative;
	margin:0;
	}

li{
list-style-type:none;
}

ul .lists{
	height:100px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-bottom:50px;
	float:left;
	
	}

.block{
	margin-bottom:30px;
        padding-top:30px;
	float:left;
	position:relative;
	display:inline;
}

.submenu {
	float:right;
		}
	
.submenu li {
	float:left;
	padding: 5px 10px;
	font-weight:bold;}
	
.submenu li a, .submenu li a:link, .submenu li a:visited {
	color:#000;}
	
.submenu li a:hover {
	color:#dc2e1a;}

/*This is the css for the submenu2*/

ul#nav_535552 {
	float:right;
       padding-right:10px;
       padding-top:10px;
       /*margin-top:-10px;*/
		}
	
ul#nav_535552 li {
	float:left;
	padding: 0 10px;
	font-weight:bold;
        font-size:14px;}
	
ul#nav_535552 li a, ul#nav_535552 li a:link, ul#nav_535552 li a:visited {
	color:#000;}
	
ul#nav_535552 li a:hover {
	color:#dc2e1a;
		}
/*This is the end of the submenu2 css*/
ul#nav_656799 {
	float:right;
       padding-right:10px;
       /*margin-top:-10px;*/
		}
	
ul#nav_656799 li {
	float:left;
	padding: 0 10px;
	font-weight:bold;
        font-size:14px;}
	
ul#nav_656799 li a, ul#nav_656799 li a:link, ul#nav_656799 li a:visited {
	color:#000;}
	
ul#nav_656799 li a:hover {
	color:#dc2e1a;
		}

/*This is the css for the Featurs menu*/

/*#nav_548350_divs{
        display:inline;}*/

/*#nav_548350 {
	float:left;
    padding-right:10px;
		}
	
#nav_548350 li {
	float:left;
	padding: 0 30px;
	font-weight:bold;
    font-size:14px;}
	
#nav_548350 li a, #nav_548350 li a:link, #nav_548350 li a:visited {
	color:#808080;}
	
#nav_548350 li a:hover {
	color:#dc2e1a;
	float:left;}*/

/*This is the end of the Featurs menu css*/


	
.author{
font-size:10px;
}

.date{
font-size:10px;}

/*Feature Images*/

img.f-image {
        float:left;
        margin:-67px -80px 0;
}

/*End Feature Images*/
/*This is the sub menu's*/

#navsub_548350_370079 li{
font-size:12px;
font-weight:normal;
}

#navsub_548350_370080 li{
font-size:12px;
font-weight:normal;
}

#navsub_548350_370081 li{
font-size:12px;
font-weight:normal;
}

#navsub_548350_370082 li{
font-size:12px;
font-weight:normal;
}

#navsub_548350_370083 li{
font-size:12px;
font-weight:normal;
}

/*J menu*/

ul#nav_548350 , ul#nav_548350 ul {
list-style-type:none;
margin:0;
padding:0;
width:17em;
}
ul#nav_548350 a {
display:block;
text-decoration:none;
}
ul#nav_548350 li {
margin-top:1px;
}
ul#nav_548350 li a {
background:#333333 none repeat scroll 0 0;
color:#FFFFFF;
padding:0.5em;
}
ul#nav_548350 li a:hover {
background:#808080 none repeat scroll 0 0;
}
ul#nav_548350 li ul li a {
background:#CCCCCC none repeat scroll 0 0;
color:#000000;
padding-left:20px;
}
ul#nav_548350 li ul li a:hover {
background:#AAAAAA none repeat scroll 0 0;
border-left:5px solid #dc2e1a;
padding-left:15px;
}

/* This is the styles for the designers menu*/
ul#nav_557403 , ul#nav_557403 ul {
list-style-type:none;
margin:0;
padding:0;
width:17em;
}
ul#nav_557403 a {
display:block;
text-decoration:none;
}
ul#nav_557403 li {
margin-top:1px;
}
ul#nav_557403 li a {
background:#333333 none repeat scroll 0 0;
color:#FFFFFF;
padding:0.5em;
}
ul#nav_557403 li a:hover {
background:#808080 none repeat scroll 0 0;
}
ul#nav_557403 li ul li a {
background:#CCCCCC none repeat scroll 0 0;
color:#000000;
padding-left:20px;
}
ul#nav_557403 li ul li a:hover {
background:#AAAAAA none repeat scroll 0 0;
border-left:5px solid #dc2e1a;
padding-left:15px;
}

/*This is the end of the designers menu*/

/*this is the start of the about menu*/

/* This is the styles for the designers menu*/


ul#nav_561925 , ul#nav_561925 ul {
list-style-type:none;
margin:0;
padding:0;
width:17em;
}
ul#nav_561925 a {
display:block;
text-decoration:none;
}
ul#nav_561925 li {
margin-top:1px;
}
ul#nav_561925 li a {
background:#333333 none repeat scroll 0 0;
color:#FFFFFF;
padding:0.5em;
}
ul#nav_561925 li a:hover {
background:#808080 none repeat scroll 0 0;
}
ul#nav_561925 li ul li a {
background:#CCCCCC none repeat scroll 0 0;
color:#000000;
padding-left:20px;
}
ul#nav_561925 li ul li a:hover {
background:#AAAAAA none repeat scroll 0 0;
border-left:5px solid #dc2e1a;
padding-left:15px;
}

/*about end*/

.normal li{
	list-style-type:square;
	margin:10px 0 0 25px;
        font-size:13px;
        font-weight:normal;}

/*.normal li:hover{
	list-style-type:square;
	margin:10px 0 0 25px;
        font-size:13px;
        font-weight:normal;
color:#ffffff;}*/

#normal ul{
        list-style-type:square;
	margin:5px 0 0 15px;
        font-size:13px;
        font-weight:normal;}

#normal2 ul{
        list-style-type:square;
	margin:5px 0 0 15px;
        font-size:13px;
        font-weight:normal;}

#normal3 ul{
        list-style-type:square;
	margin:5px 0 0 15px;
        font-size:13px;
        font-weight:normal;}

#web-list {
display:inline;
float:left;
height:340px;
margin-right:34px;
margin-bottom:10px;
width:260px;
background-color:#272727;
border:1px solid #444444;
}

#web-list div {
font-weight:bold;
line-height:12px;
}

#web-listimage {
height:151px;
width:230px;
border-bottom:1px solid #444444;
padding:20px 0 22px 30px;
background-color:#272727;


}

#web-listname {
color:#DC2E1A;
font-size:16px;
margin:14px 5px 10px;
}
#web-listdesc p {
color:#808080;
font-size:12px;
font-weight:normal;
height:65px;
line-height:1.5;
margin:8px 5px 0;
}
#web-listlink{
	float:left;
}

#vid {
padding:0 0 20px 195px;}

input.cat_textbox_web, textarea.cat_listbox_web, select.cat_dropdown_web, select.cat_listbox_web {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#414141 none repeat scroll 0 0;
border:1px solid #1A1A1A;
color:white;
width:150%;
}
input.cat_textbox_web2, textarea.cat_listbox_web2, select.cat_dropdown_web2, select.cat_listbox_web2 {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#414141 none repeat scroll 0 0;
border:1px solid #1A1A1A;
color:white;
width:50%;
}

