/*
Theme Name: Nicom's Theme
Theme URI: http://www.nicominteriors.com.au/
Description: Nicom's Theme designed by TheNetMenCorp. Based on original HTML site.
Version: 1.0
Author: TheNetMenCorp
Author URI: http://www.thenetmencorp.com/
Tags:

*/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: Black;
    color: White;
	font-family: Arial, Helvetica, sans-serif;
}

#container {
	margin: 50px auto 50px auto;
	padding: 0 0 0 0;
	width: 1013px;
}

#header {
	width: 917px;
    margin-left: auto;
    margin-right: auto;
    height: 190px;
}

#content {
	width: 917px;
    margin-left: auto;
    margin-right: auto;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(88, 89, 91);
}

#content-home {
	width: 917px;
    margin-left: auto;
    margin-right: auto;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(88, 89, 91);
    background-color: White;
}


#leftmenu {
	width: 241px;
    margin-left: 7px;
    margin-right: 7px;
    float: left;
}

#leftmenu-about {
	width: 235px;
    margin-left: 0px;
    margin-right: 0px;
    float: left;
}

#leftmenu-home {
	width: 235px;
    margin-left: 7px;
    margin-right: 7px;
    float: left;
}


#menu-1 {
    margin-top: 5px;
}

#menu-2 {
    margin-top: 3px;
}

#menu-3 {
    margin-top: 2px;
}

#menu-4 {
    margin-top: 1px;
}

#menu-5 {
    margin-top: 1px;
}

#main {
    width: 662px;
    padding-top: 10px;
    padding-bottom: 12px;
    float: right;
}

#main-home {
    width: 662px;
    height: 384px;
    padding-top: 0px;
    padding-bottom: 0px;
    float: right;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 3px;
    margin-bottom: 5px;
}

#main-about {
    width: 662px;
    height: 379px;
    padding: 5px 8px 5px 5px;
    float: right;
    margin: 0px;
    /*background-color: #B98444;
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    padding-left: 5px;*/
}

#main-portfolio {
    width: 656px;
    height: 369px;
    padding-top: 10px;
    float: right;
    background-color: #4C4C4C;
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    padding-left: 0px;
}

#main-portfolio img {
    margin: -10px 0 0 0;
    padding: 0 0 60px 0;
}

#main-team {
    width: 652px;
    padding-top: 10px;
    float: right;
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    padding-left: 5px;
}

#main-contact {
    width: 652px; 
	height: 500px;  
    padding-top: 10px;
    float: right;
    background-color: #B98444;
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    padding-left: 5px;
    padding-bottom: 10px;
}


#post-2 {
    padding: 0 18px 0 18px;
    width: 610px;
    margin-top: -24px;
}

#post-2 hr {
    color: #fff;
}

#galleries {
    margin: 0 5px 5px 7px;
    padding: 0 0 0 0;
}

#galleries hr {
    color: #737373;
}

#footer-home {
	width: 917px;
    margin-left: auto;
    margin-right: auto;
}

#footer {
	width: 917px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 23px;
}

#enqform {
    margin: 0 0 -25px 78px;
    padding: 0 0 0 0;
    text-align: left;
}

#contact-us-head {
    margin: -9px 0 0 -5px;
    padding: 0 0 0 0;
}


.personalinfo {
    margin: -10px 0 0 165px;
    padding: 0 0 0 0;
	color: White;
	font-size: 14px;
	line-height: 18px;
    
}

.personalinfo a{
	color: White;
	text-decoration: underline;
}

p {
	color: White;
	font-size: 14px;
	line-height: 18px;
	margin: 10px 0px 0px 0px;
}


.contact-txt {
	color: White;
	font-size: 14px;
	line-height: 22px;
	padding: 25px 0 0 0;
    margin: 0 20px 0 0;
    float: right;
    text-align: right;
}

#contact-us {
    float: left;
}

form p {
	color: White;
	font-size: 12px;
	vertical-align: middle;
	text-align: right;
}


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



img {
	border: none;
}
a {
	text-decoration: none;
}
table {
	padding: 0px;
	border: none;
	border-collapse: collapse;
}
td {
	vertical-align: top;
	padding: 0px;
}

td.form-txt {
	color: White;
	font-size: 12px;
	vertical-align: middle;
	width: 85px;
}
input.form, select.form, textarea.form {
	width: 224px;
	height: 39px;
	padding: 2px;
	font-size: 12px;
	color: #666666;
}
textarea.form {
	height: 140px;
}
.txt {
	color: White;
	font-size: 14px;
	line-height: 18px;
}
a.mail {
	color: White;
	text-decoration: underline;
}