/*
Theme Name : Corporate Layout
Description : Theme for MythiX-Gaming.tk
Slicer and Designer : Rahul Gupta

Colors :

Background : #1e2329
Text : #ffffff
Slogan : #65b8f9
Moving Tab : #0863cd
Border : #525961

*/

/* Main Style */
html, body {
	height : 100%;
	}
body {
	background : #1e2329 url(images/bg.png) repeat-x;
	text-align : center;
	font-family : Verdana, arial, sans-serif;
	line-height : 25px;
	}
h1, h2, h3, h4, h5 {
	margin : 25 px 0;
	}
	
h2 {
	font-size : 41px;
	color : #2f23le;
	padding-bottom : 25px;
	margin-top : 45px;
	border-bottom : 1px solid #cec5c0;
	}
h3 {
	color : #ffffff;
	font-size : 30px;
	line-height : 33px;
	}
.single h3 {
	font-size : 24px;
	}
h4 {
	color : #2f23le;
	line-height : 20px;
	font-size : 16px;
	text-transform : Uppercase;
	}
p {
	color : #ffffff;
	font-size : 13px;
	font-family : arial;
	}
a {
	text-decoration : none;
	color : #ffffff;
	}
a:hover {
	text-decoration : none;
	}
ul {
	color : #ffffff;
	font-size : 15px;
	}
p {
	color : #ffffff;
	font-size : 16px;
	}

/* Main Area CSS */

#container { 
	width : 1002px;
	border-left : 3px solid #525961;
	border-right : 3px solid #525961;
	margin : 5px auto;
	margin-left : 10px auto;
	margin-right : 10px auto;
	text-align : left;
	position : relative;
	background : #1e2329 url(/images/bg.png) repeat-x;
	}
#header {
	overflow : hidden;
	border-top : 3px solid #525961;
	border-bottom : 3px solid #525961;
	}
	
/* Navigation */

#container ul#nav {
	overflow : hidden;
	float : right;
	height : 111px;
	margin : 0px;
	margin-top : -13px;
	}

#nav li {
	float : left;
	font-size : 30px;
	font-weight : bolder;
	font-family : Verdana;
	text-align : center;
	width : 112px;
	height : 111px;
	margin-right : 20px;
	list-style-type : none;
	}

#nav li a {
	color : #FFFFFF;
	font-size : 20px;
	height : 111px;
	display : block;
	padding-top : 86px;
	text-transform : uppercase;
	text-align : center;
	padding-left : 10px;
	}

#slogan {
	height : 200px;
	}
#slogan img {
	position : absolute;
	}

#slogan a {
	color : white;
	}

	/* Recent Work */
#main div#images {
	clear : both;
	border-top : 1px solid #525961;
	}
#subpage #contaner #images {
	border-top : none;
	}
#subpage #images h3 {
	font-size : 24px;
	color : #FFFFFF;
	}
#images h2 {
	border : none;
	color : #ffffff;
	margin-bottom : 0;
	padding : 28px;
	margin-top : 11px;
	}
#images ol {
	position : absolute;
	right : 0;
	top : 220px;
	}
#subpage #images ol {
	top : 0;
	}
#images ol li {
	width : 16px;
	height : 16px;
	display : inline;
	}
#images ol li a {
	color : white;
	background : #525961;
	width : 100%;
	height : 100%;
	padding : 6px 28px;
	-moz-border-radius : 100px;
	-webkit-border-radius : 13px;
	}
#images ol li .chosen a, #images ol li a:hover {
	background : #0766cf;
	}
#images ol li a:hover {
	text-decoration : none;
	}
#images p {
	text-align : left;
	font-size : 13px;
	font-style : italic;
	color : #FFFFFF;
	margin-top :10px;
	margin-left : 10px;
	}
#subpage #images p {
	text-align : left;
	line-height : 18px;
	}
div.image_display {
	padding : 11px;
	border : 1px solid #525961;
	background : #525961;
	}
.image_display img {
		border : 1px solid #525961;
		}
/* Main Content Starts Here */

#maincontent {
	content : ".";
	display : block;
	clear : both;
	padding : 0 36px 100px 30px;
	overflow : hidden;
	}
#maincontent #primarycontent {
		float : left;
		width : 400px;
		padding-bottom : 10px;
		}
#maincontent div#secondarycontent {
		float : right;
		padding : 0 0 0 15px;
		border-left : 1px solid #525961;
		padding-top : 0;
		width : 500px;
		position : relative;
		}
#maincontent h2 {
	color : #ffffff;
	border : none;
	}
#maincontent h4 {
	color : #ffffff;
	border : none;
	}
#links ul#allnavs {
	color : white;
	width : 75%;
	height : 5%;
	padding : 5px 30px;
	-moz-border-radius : 4px;
	-webkit-border-radius : 4px;
	overflow : hidden;
	float : left;
	margin : 0px;
	}
#allnavs li {
	float : left;
	font-size : 16px;
	font-weight : bolder;
	font-family : Verdana;
	text-align : center;
	width : 112px;
	height : 111px;
	margin-right : 20px;
	list-style-type : none;
	}
#footerwrap {
	border-top : 1px solid #525961;
	background : #1e2329;
	}
#footer {
	border-top : 3px solid #525961;
	border-bottom : 3px solid #525961;
	overflow : hidden;
	color : #1e2329;
	width : 1002px;
	margin : auto;
	text-align : left;
	padding-top : 35px;
	font-size : 15px;
	line-height : 17px;
	}
#footer p {
	margin : 100px 0 0 0;
	color : #FFFFFF;
	font-size : 14px;
	}
#footer #footerlogo {
	float : left;
	background : #1e2329;
	padding-top : 2.5em;
	padding-bottom : 3em;
	margin-right : 32px;
	margin-top : -35px;
	border-right : 3px solid #525961;
	}
#footer strong a, #footer p a {
	color : white;
	font-weight : bold;
	}
/* All the Navigation Links CSS is here */
	

#links ol {
	position : relative;
	right : 0;
	top : 15px;
	}
#links ol li {
	display : inline;
	}
#links ol li a {
	color : #ffffff;
	background : #525961;
	width : 100%;
	height : 100%;
	padding : 15px 10px;
	-moz-border-radius : 0px;
	-webkit-border-radius : 13px;
	}
#links ol li.chosen  a, #links ol li a:hover {
	background : #0766cf;
	}
#images ol li.chosen a, .ourworkol li.chosen a {
	background : #0863cd;
	}
#images2 {
	width: 370px;
	height: 220px;
    padding: 0;
    margin:  0 auto;
} 

#images2 img {
    padding: 10px;
    border:  1px solid rgb(100,100,100);
    background-color: rgb(230,230,230);
    width: 900px;
    height: 500px;
    top:  0;
    left: 0
}